1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 06:50:39 -08:00
Commit graph

9040 commits

Author SHA1 Message Date
Richard M. Stallman
775f246140 (delete-selection-mode): Add custom-loads property. 1997-07-17 21:59:31 +00:00
Michael Kifer
1e70790f2f new version 1997-07-17 19:37:07 +00:00
Richard M. Stallman
99358b9788 (dired-omit-files): Add ".#foo" lock files to omissions. 1997-07-17 19:15:13 +00:00
Richard M. Stallman
82b6a81f61 (show-paren-match-face): Use gray on all non-color screens. 1997-07-17 18:36:12 +00:00
Kenichi Handa
44cbfae907 (batch-titdic-convert): Add optional arg FORCE. 1997-07-17 07:16:21 +00:00
Richard M. Stallman
1ba764decd (read-quoted-char): Handle non-character events. 1997-07-17 06:24:48 +00:00
Richard M. Stallman
ae8ad8859b Update copyright year. 1997-07-17 05:52:50 +00:00
Richard M. Stallman
02f6b3544d Improve text of messages. 1997-07-17 05:45:38 +00:00
Richard M. Stallman
037a29613f (quoted-insert): Doc fix. 1997-07-17 04:45:19 +00:00
Richard M. Stallman
55642aa486 (dired-find-file): Better error message
for symlink to nonexistent target.
1997-07-16 20:55:50 +00:00
Richard M. Stallman
37fb02008a (quoted-insert): Doc fix. 1997-07-16 05:37:04 +00:00
Richard M. Stallman
2444730b8b (read-quoted-char): Read any number of octal digits,
and ignore a space if that terminates the octal digits.
1997-07-16 05:34:38 +00:00
Richard M. Stallman
7ae13091e5 (yank, yank-pop): Clear out read-only prop. 1997-07-16 05:33:34 +00:00
Richard M. Stallman
83c6f44650 (set-auto-mode): If -*- line specifies a mode,
then even if we don't use it because of just-from-file-name,
still let it prevent taking the mode from a file name.

(basic-save-buffer-1): Clarify error message.
(cd-absolute): Likewise.
1997-07-16 05:30:34 +00:00
Richard M. Stallman
d097058598 (texinfo-format-buffer-1): Insert, here,
the info about what file this is and what it was made from,
just before returning.
(texinfo-format-setfilename): Generate no output.
1997-07-16 05:29:01 +00:00
Richard M. Stallman
e432fc7448 (mail-extr-voodoo): Get rid of comments at an early stage. 1997-07-16 04:37:17 +00:00
Richard M. Stallman
6cb0a57bb5 (apropos-print): Use customize-group-other-window, not customize-other-window. 1997-07-15 23:12:14 +00:00
Richard M. Stallman
28afe1992d (mail-mode-auto-fill): Use insert-before-markers. 1997-07-15 19:34:10 +00:00
Richard M. Stallman
cda987f448 (custom-unlispify-remove-prefixes): New variable.
(custom-unlispify-menu-entry): Obey custom-unlispify-remove-prefixes.

(customize-browse): Don't take an argument.

(customize-browse): Improve start-of-buffer message.

(custom-help-menu): Variable deleted.
(custom-menu-reset): Function deleted.
(Custom-menu-update): Likewise.
1997-07-15 19:21:04 +00:00
Richard M. Stallman
b0c23721e8 (c-copy-tree): Fix bugs. 1997-07-15 19:09:24 +00:00
Richard M. Stallman
ca85cf8a5a (tmm-prompt): Use save-excursion around completing-read code.
(tmm-add-prompt): Clean up using save-selected-window
and with-current-buffer.
1997-07-15 19:07:02 +00:00
Richard M. Stallman
a2ad45b9ae (global-map): Turn off the S-SPC binding. 1997-07-15 18:51:38 +00:00
Simon Marshall
f8604035c1 change maintainer. 1997-07-15 08:32:51 +00:00
Kenichi Handa
b4fba33feb (mule-keymap): Bind l to set-language-environment.
(set-language-environment): Remove autoload cookie.  Accept null input
for resetting to default.
(select-input-method): Signal error if enable-multibyte-characters is
nil.
(toggle-input-method): Likewise.
1997-07-15 08:24:47 +00:00
Kenichi Handa
29742cb59d (coding-category-emacs-mule): Replace coding-category-iso-else with
coding-category-iso-7-else and coding-category-iso-8-else.
1997-07-15 08:24:47 +00:00
Kenichi Handa
b585fb6c65 (describe-current-coding-system): Use coding-category-iso-7-else
instead of coding-category-iso-else.
1997-07-15 08:24:47 +00:00
Kenichi Handa
dc64cd193a (make-coding-system): Distinguish coding-category-iso-7-else and
coding-category-iso-8-else.
1997-07-15 08:24:47 +00:00
Kenichi Handa
55e3018122 (quail-translate-key): Fix previous change. 1997-07-15 08:24:47 +00:00
Kenichi Handa
08a1bf224e (tit-process-body): Ignore vacant entries. 1997-07-15 08:24:47 +00:00
Kenichi Handa
fe1d8b33cb (report-emacs-bug-run-tersely): New variable
(report-emacs-bug): Insert warnings for novice usres in *mail* buffer.
Set enable-multibyte-characters to nil.
(report-emacs-bug-hook): Check non-English letters.  Confirm about
sending a report to FSF.
1997-07-15 08:23:58 +00:00
Kenichi Handa
8881c1abb9 (mail-setup): Kill the local binding of enable-multibyte-characters.
Turn off an input method.
1997-07-15 08:23:58 +00:00
Kenichi Handa
ca7495f7f8 (setup-chinese-gb-environment): Adjusted for the change of coding
category names.  Set default-input-method to chinese-py-punct.
(setup-chinese-big5-environment): Set default-input-method to
chinese-py-punct-b5.
(setup-chinese-cns-environment): Set default-input-method correctly.
1997-07-15 08:22:18 +00:00
Kenichi Handa
abbd695757 (setup-english-environment): Adjusted for the change of coding
category names.
1997-07-15 08:22:18 +00:00
Kenichi Handa
ae7f24dea7 (setup-ethiopic-environment): Set default-input-method correctly. 1997-07-15 08:22:18 +00:00
Kenichi Handa
e2cbe74db7 (setup-japanese-environment): Adjusted for the change of coding
category names.  Set default-input-method correctly.
1997-07-15 08:22:18 +00:00
Kenichi Handa
ffb7e75e5f (setup-korean-environment): Set default-input-method correctly. 1997-07-15 08:22:18 +00:00
Kenichi Handa
391f7465a4 (setup-tibetan-environment): Set default-input-method correctly. 1997-07-15 08:22:18 +00:00
Simon Marshall
7853929fc9 Customise. Don't modify pre-command-hook on file load; do in command. 1997-07-15 07:45:25 +00:00
Simon Marshall
ad3f1e65bd Customise. Don't install bindings on file load; use a fn. 1997-07-15 07:43:48 +00:00
Richard M. Stallman
92d874e687 (isearch-char-to-string): Use char-to-string.
(isearch-quote-char): Add nonascii-insert-offset.
1997-07-15 00:23:03 +00:00
Richard M. Stallman
36a3b01cf8 All user variables now converted to custom.
(iswitchb): New variable for use by the custom package.
(iswitchb-default-buffer): Variable deleted.
(iswitchb-define-mode-map): Addition of keybindings
for iswitchb-kill-buffer and iswitchb-find-file.
(iswitchb): When no text typed in, show all buffers.
(iswitchb-complete): Use equal rather than eq.
(iswitchb-next-match, iswitchb-prev-match): Use
iswitchb-chop to handle reordering the buffer list.
(iswitchb-chop): New function.
(iswitchb-make-buflist): Rewritten for efficiency.
(iswitchb-to-end): Operate on a list of buffers, not just one.
(iswitchb-set-matches): Always return list
of matching buffers, even in absence of user input.
(iswitchb-kill-buffer): New function.
(iswitchb-default-keybindings): Use read-kbd-macro for keys to define.
(iswitchb-exhibit): Always return list of matching buffers.
(iswitchb-show-default-buffer): Function deleted.
1997-07-14 07:30:11 +00:00
Richard M. Stallman
e2bddc3892 (awk-mode): Require cc-langs, not cc-mode. 1997-07-13 21:31:12 +00:00
Richard M. Stallman
c55676a166 Require cc-defs. 1997-07-13 21:30:50 +00:00
Richard M. Stallman
e2f35ede08 (msdos-bg-mode): New function.
(msdos-face-setup, make-msdos-frame): Set background-mode and
display-type properties for created frames.
1997-07-13 20:52:08 +00:00
Richard M. Stallman
c7909e025c (tpu-set-mode-line) Added mode-line-mule-info and
mode-line-frame-identification.
1997-07-12 18:26:11 +00:00
Richard M. Stallman
29df77ba6c (forward-visible-line): Correctly handle arg 0
so that it doesn't mess up handling of nonzero args.
1997-07-12 06:33:49 +00:00
Richard M. Stallman
284795f871 (condition-case): Fix edebug-form-spec to
allow a handler with a list of condition names.
1997-07-12 06:13:54 +00:00
Richard M. Stallman
325d9e67e8 Make it clear that the warning is a warning. 1997-07-11 06:15:11 +00:00
Richard M. Stallman
b8ae93ada3 (char-after): Allow 0 args. 1997-07-10 10:55:23 +00:00
Richard M. Stallman
41d58f6147 (c-copy-tree): New function.
(c-initialize-builtin-style): Use c-copy-tree.
1997-07-10 07:56:17 +00:00