- 06 Mar, 1998 11 commits
-
-
Richard M. Stallman authored
(quail-defrule): Call quail-defrule-internal with REPLACE t.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Dave Love authored
fortran-column-ruler-tab): Doc fix. (fortran-mode-map): Bind fortran-narrow-to-subprogram. (bug-fortran-mode): Variable deleted.
-
Dave Love authored
leading "*"s. (browse-url-new-window-p, browse-url-netscape-display, browse-url-save-file, browse-url-generic-program): Add autoload cookie. (browse-url-mosaic-program, browse-url-lynx-input-field, browse-url-lynx-input-attempts, browse-url-lynx-input-delay): Add :version. (browse-url-of-file-hook): Add :options. (browse-url-lynx-emacs-args): New option. (browse-url-lynx-emacs): Use it. (browse-url-lynx-xterm): Use backquote. (browse-url-emacs-display): Use Emacs version, not XEmacs. ((require 'term)): When compiling.
-
Richard M. Stallman authored
(generic-use-find-file-hook): Changed from defvar to defcustom. (generic-lines-to-scan): Changed from defvar to defcustom. (generic-find-file-regexp): Changed from defvar to defcustom.
-
Richard M. Stallman authored
-
Carsten Dominik authored
* (reftex-select-item): A set-buffer in the unwind-protect form makes sure we deinstall in the correct hooks.
-
Richard M. Stallman authored
(backward-delete-char-untabify): Obey it. This implements "hungry" delete.
-
Richard M. Stallman authored
(time-stamp): Use that new variable. (time-stamp-string): Take optional format arg.
-
Richard M. Stallman authored
-
- 05 Mar, 1998 3 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 04 Mar, 1998 7 commits
-
-
Per Abrahamsen authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
Be sure not to have a multibyte sequence striding over the GAP
-
Kenichi Handa authored
correctly. Handle padding for multibyte characters correctly.
-
Kenichi Handa authored
(Fstring_width): Give byte length of STR to strwidth.
-
Kenichi Handa authored
0240..0377 are generated just after a multibyte character.
-
- 03 Mar, 1998 19 commits
-
-
Richard M. Stallman authored
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.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Stephen Eglen authored
Doc fixes.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(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.
-
Kenichi Handa authored
-
Kenichi Handa authored
insert each byte as one character.
-
Kenichi Handa authored
(Fcall_process): Use ENCODE_FILE.
-
Kenichi Handa authored
-
Kenichi Handa authored
default-file-name-coding-system if file-name-coding-system is nil. (DECODE_FILE): New macro.
-
Kenichi Handa authored
(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.
-
Kenichi Handa authored
(create_process): Use ENCODE_FILE.
-
Kenichi Handa authored
(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.
-
Kenichi Handa authored
if default-file-name-coding-system is non-nil.
-
Kenichi Handa authored
Don't encode filename here because call-process encodes the arguments by codign-system-for-write.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
When showing the message, put point at beginning of buffer.
-
Kenichi Handa authored
default-file-name-coding-system to japanese-iso-8bit.
-