1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00
Commit Graph

21024 Commits

Author SHA1 Message Date
Richard M. Stallman
b4b33e0104 (time-stamp-pattern): New variable.
(time-stamp): Use that new variable.
(time-stamp-string): Take optional format arg.
1998-03-06 03:48:15 +00:00
Richard M. Stallman
3e2c89815d (install): Use INSTALL_STRIP with INSTALL_PROGRAM for the utilities. 1998-03-06 01:12:57 +00:00
Richard M. Stallman
19618231c3 (basic-save-buffer): Use save-current-buffer not save-excursion. 1998-03-05 04:00:53 +00:00
Richard M. Stallman
bd6a841426 (isearch-*-char): Do nothing special if quoted with \. 1998-03-05 02:28:44 +00:00
Richard M. Stallman
e13322a0d9 (auto-mode-alist): Recognize zone-mode. 1998-03-05 02:17:48 +00:00
Per Abrahamsen
af0f19d71b Use browse-url directly. 1998-03-04 10:48:19 +00:00
Kenichi Handa
7cf8c582dd (code_convert_region): Fix previous change. 1998-03-04 08:05:14 +00:00
Kenichi Handa
8b52e89266 (sref): Increase CHAR in the while loop. 1998-03-04 07:42:24 +00:00
Kenichi Handa
673c57d22a (Fset_buffer_multibyte): Fix arg for chars_in_text.
Be sure not to have a multibyte sequence striding over the GAP
1998-03-04 07:41:41 +00:00
Kenichi Handa
f49a2d7452 (Fformat): Format multibyte characters by "%c"
correctly.  Handle padding for multibyte characters correctly.
1998-03-04 07:41:41 +00:00
Kenichi Handa
e515b0a97e (strwidth): Make it work for invalid bytes sequence.
(Fstring_width): Give byte length of STR to strwidth.
1998-03-04 07:41:41 +00:00
Kenichi Handa
4b5ce59134 (code_convert_region): Handle the case that codes
0240..0377 are generated just after a multibyte character.
1998-03-04 07:41:41 +00:00
Richard M. Stallman
29fddfff61 Some support for character terminals provided.
Various functions are smarter about using the correct windows
and the appropriate keymaps.
(vcursor-string): New variable, shows vcursor on dumb terminals.
(vcursor-map): New variable, holds keymap for vcursor commands.
(vcursor-use-vcursor-map): New variable, non-nil if vcursor
keys are overlaid onto main keymap.
(vcursor-toggle-vcursor-map): New function to implement this.
(vcursor-interpret-input): New variable, copy input as if typed.
(vcursor-window-funcall): With list instead of symbol, now calls interactively.
(vcursor-isearch-backward): New function to match forward isearch.
1998-03-03 22:33:15 +00:00
Richard M. Stallman
0d2c68154e (BASE_PURESIZE): Increased. 1998-03-03 22:29:16 +00:00
Richard M. Stallman
68429d8618 Comment change. 1998-03-03 19:36:31 +00:00
Stephen Eglen
c6e5b93f3c (iswitchb-default-method): Remove :tag entries.
Doc fixes.
1998-03-03 18:29:55 +00:00
Richard M. Stallman
5027054fdd Comment change. 1998-03-03 18:18:31 +00:00
Richard M. Stallman
be8bf2d0b0 (locate-update): New function.
(locate-current-line-number): Renamed from `current-line'.
(locate-default-make-command-line): Use list, not cons.
(locate): Added a `save-window-excursion' form.
(locate): Used an `apply' form for the start-process call.
(locate-mode): Now has a `revert-buffer-function'
(locate-do-setup): Now longer deletes window.
(locate-header-face): Use underline, not region.
(locate-update-command): New option.
(locate-command): Changed from defvar to defcustom.
(locate-make-command-line): Changed from defvar to defcustom.
(locate-fcodes-file): Changed from defvar to defcustom.
(locate-mouse-face): Changed from defvar to defcustom.
1998-03-03 18:17:02 +00:00
Kenichi Handa
f7111f902a (dired.o): Depend on charset.h and coding.h. 1998-03-03 07:18:46 +00:00
Kenichi Handa
5740418892 (insert_1_both): If enable-multibyte-characters is nil,
insert each byte as one character.
1998-03-03 07:18:46 +00:00
Kenichi Handa
8d0243456d (Vdefault_file_name_coding_system): Extern it.
(Fcall_process): Use ENCODE_FILE.
1998-03-03 07:18:46 +00:00
Kenichi Handa
a4e91443c2 (Fformat): Fix previous change. 1998-03-03 07:18:46 +00:00
Kenichi Handa
290591c8fb (ENCODE_FILE): Moved from fileio.c. Use
default-file-name-coding-system if file-name-coding-system is nil.
(DECODE_FILE): New macro.
1998-03-03 07:18:46 +00:00
Kenichi Handa
bd33479f0a Include charset.h and coding.h.
(ENCODE_FILE): This macro is moved to coding.h.
(Vdefault_file_name_coding_system): Extern it.
(Fdirectory_files): Use DECODE_FILE.
(file_name_completion): Likewise.
1998-03-03 07:18:46 +00:00
Kenichi Handa
14dc609387 (Vdefault_file_name_coding_system): Extern it.
(create_process): Use ENCODE_FILE.
1998-03-03 07:18:46 +00:00
Kenichi Handa
cd913586ad (ENCODE_FILE): This macro is moved to coding.h.
(Vdefault_file_name_coding_system): New variable.
(syms_of_fileio): Defsubr it.
(Ffile_symlink_p): Use DECODE_FILE.
(Ffile_name_directory): Use size_byte member of XSTRING (filename).
(Ffile_name_as_directory): Likewise.
(Fdirectory_file_name): Likewise.
(Fsubstitute_in_file_name): Likewise.
(expand_and_dir_to_file): Likewise.
(Fdo_auto_save): Likewise.
(Fread_file_name): Likewise.
1998-03-03 07:18:46 +00:00
Kenichi Handa
0457b5e41d (dired-get-filename): Don't call encode-coding-string
if default-file-name-coding-system is non-nil.
1998-03-03 07:17:56 +00:00
Kenichi Handa
a91733595d (insert-directory): Bind coding-system-for-write.
Don't encode filename here because call-process encodes the
arguments by codign-system-for-write.
1998-03-03 07:17:56 +00:00
Richard M. Stallman
54138c9da6 Comment change. 1998-03-03 02:02:53 +00:00
Richard M. Stallman
a4929bfa20 (gulp-send-requests): Call sort properly.
When showing the message, put point at beginning of buffer.
1998-03-03 01:57:04 +00:00
Kenichi Handa
f43cc7292d (setup-japanese-environment): Set
default-file-name-coding-system to japanese-iso-8bit.
1998-03-03 01:36:51 +00:00
Kenichi Handa
387136f687 (set-default-coding-systems): Set
default-file-name-coding-system.  Doc-string modified.
(prefer-coding-system): Doc-string modified.
1998-03-03 01:36:35 +00:00
Kenichi Handa
73ba53dc85 (insert-directory): Bind coding-system-for-read to
file-name-coding-system or default-file-name-coding-system if
enable-multibyte-characters is non-nil
1998-03-03 01:35:39 +00:00
Kenichi Handa
5280b59560 (quoted-insert): Allow direct insertion of codes in
the range 0200..0237.  Use unibyte-char-to-multibyte for codes in
the range 0240..0377.
1998-03-03 01:35:39 +00:00
Kenichi Handa
7070190281 (sref): Typo in doc-string fixed. 1998-03-03 01:35:39 +00:00
Richard M. Stallman
b4e187e2ce (Vnonascii_translate_table, Qcharset): New variable decls.
(Fstring_make_multibyte, Fstring_make_unibyte): New function decl.
(Fstring_as_multibyte, Fstring_as_unibyte): New function decl.
(list2, list3, list4, list5): New function decl.
(Fwrite_region): Add an argument.
(compare_window_configurations): New function decl.
1998-03-03 01:31:11 +00:00
Kenichi Handa
59a52d5000 (DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
moved to charset.h.
(copy_text): Don't convert codes in the range 0200..0237 to
multibyte characters.  For codes in the range 0240..0377, use
unibyte_char_to_multibyte.
(count_size_as_multibyte): Likewise.
(adjust_before_replace): Comment fixed.
1998-03-03 01:29:16 +00:00
Kenichi Handa
11218c687b (Fcall_process): Calculate CARRYOVER correctly. 1998-03-03 01:29:16 +00:00
Kenichi Handa
e3670faac7 (general_insert_function): Use
unibyte_char_to_multibyte if an argument is character code.
(Finsert_char): Use unibyte_char_to_multibyte.
(string1): Cast ARGS to `char **' to avoid compiler warning.
1998-03-03 01:29:16 +00:00
Kenichi Handa
d26650180f (DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
moved to charset.h.
(unibyte_char_to_multibyte): Always return a valid character.
(Funibyte_char_to_multibyte): New function.
(syms_of_charset): Defsubr it.  Doc-string of
nonascii-insert-offset is modified.
1998-03-03 01:29:16 +00:00
Kenichi Handa
54e15bb98c (NONASCII_INSERT_OFFSET): New macro.
(VALID_MULTIBYTE_CHAR_P): New macro.
1998-03-03 01:29:16 +00:00
Kenichi Handa
b98590074d (internal_self_insert): Avoid checking enable-multibyte-characters
twice.
1998-03-03 01:29:16 +00:00
Kenichi Handa
3b2d77fe29 Typo in comment fixed. 1998-03-03 01:29:16 +00:00
Kenichi Handa
8fc91a858f (Ffile_name_nondirectory): Use size_byte member of
XSTRING (filename).
1998-03-03 01:29:16 +00:00
Kenichi Handa
2cef5737de (DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
moved to charset.h.
(concat): Use unibyte_char_to_multibyte.
1998-03-03 01:29:16 +00:00
Kenichi Handa
93fdf93bc1 (try_window_id): Use DEC_BOTH unconditionally.
(display_text_line): Likewise.
1998-03-03 01:29:16 +00:00
Richard M. Stallman
61ee73836b (easy-menu-change): Handle case of no keywords. 1998-03-03 01:01:55 +00:00
Richard M. Stallman
f09d4cf21b (ange-ftp-call-chmod): Don't try to chmod file `--'. 1998-03-02 22:21:46 +00:00
Richard M. Stallman
96f6280939 (keyboard.o): Depend on syntax.h. 1998-03-02 20:03:55 +00:00
Richard M. Stallman
e39da3d777 Include syntax.h.
(interrupt_signal): Save and restore gl_state
around an immediate quit, in case debugger returns.
1998-03-02 20:02:33 +00:00