1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00
Commit Graph

9010 Commits

Author SHA1 Message Date
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
Richard M. Stallman
785eecbbba Initial revision 1997-07-10 07:54:06 +00:00
Kenichi Handa
883e21bd33 (create-fontset-from-fontset-spec): Typo in doc-string fixed. 1997-07-10 07:36:22 +00:00
Richard M. Stallman
944a581d4d (hilit-submit-feedback): Change mail address. 1997-07-10 06:50:14 +00:00
Kenichi Handa
fbe296b7b9 Give t as arg NOERROR to
create-fontset-from-fontset-spec.
1997-07-10 06:48:24 +00:00
Kenichi Handa
b65976cb0f (create-fontset-from-fontset-spec): Add
optional arg NOERROR.
(create-fontset-from-x-resource): Give t as arg NOERROR to
create-fontset-from-fontset-spec.
1997-07-10 06:46:42 +00:00
Kenichi Handa
e81ed9edb2 (isearch-input-method): New variable.
(isearch-input-method-title): New variable.
(isearch-toggle-specified-input-method): Set the above variables.
(isearch-toggle-input-method): Likewise.
(isearch-process-search-multibyte-characters): Give
iseach-input-method as arg to read-multilingual-string.
1997-07-10 06:46:42 +00:00
Kenichi Handa
88d559ecd2 (read-multilingual-string): Adjusted
for the previous change of variables related to input methods.
1997-07-10 06:46:42 +00:00
Kenichi Handa
0ef161c40a (mode-line-mule-info): Remove tailing ">" from input
method indicator.
1997-07-10 06:44:55 +00:00
Kenichi Handa
8c5d9782ec (isearch-message-prefix): Adjusted
for the previous change of variables related to input methods.
1997-07-10 06:44:55 +00:00
Richard M. Stallman
77bc05c744 Make global bindings only via loaddefs.el. 1997-07-10 06:43:19 +00:00
Richard M. Stallman
b56822304a (mail-mode): Make fill-paragraph-function local. 1997-07-10 01:41:38 +00:00
Richard M. Stallman
b0f661deaa (menu-bar-custom-menu): Add several more menu items.
Rename some.  Delete "Update this menu".
1997-07-09 19:03:09 +00:00
Noah Friedman
bc74e94e2b [top level]: Add up-list' and down-list' to eldoc-message-commands. 1997-07-09 12:44:15 +00:00
Kenichi Handa
c4ede6a240 (encoded-kbd-mode): Call coding-system-XXX instead of coding-vector-XXX. 1997-07-09 06:56:04 +00:00
Kenichi Handa
2167d18d40 (print-fontset): Output format improved.
(describe-fontset): Likewise.  Doc-string modified.
(list-fontsets): Likewise.
1997-07-09 06:56:04 +00:00
Richard M. Stallman
fed6688e87 (dontcompilefiles): Add cyril-util.el. 1997-07-09 04:47:12 +00:00
Richard M. Stallman
8d0dd9d2dd (format-alist): Don't handle compression here. 1997-07-09 04:20:46 +00:00
Richard M. Stallman
3bb846b871 (mouse-undouble-last-event): Fix gross bugs:
use modifiers, not old-modifiers.
1997-07-09 02:47:07 +00:00
Richard M. Stallman
2d7b0db76e (finder-list-matches): Create *Finder Category* buffer. 1997-07-09 01:24:54 +00:00
Richard M. Stallman
f12b0b967a Fix copyright and copying permissions. 1997-07-09 00:29:46 +00:00
Richard M. Stallman
a1c9b4d080 (url): Define end-op property again. Wrap end-op
and beginning-op lambdas with `function', not quote.
1997-07-09 00:04:00 +00:00
Richard M. Stallman
5fc196afb0 (find-file-literally): New function. 1997-07-08 09:57:37 +00:00
Richard M. Stallman
4e2aade124 (mouse-show-mark): Handle switch-frame events in the loop. 1997-07-08 09:47:23 +00:00
Richard M. Stallman
cd9012b5bb Undo an earlier change:
(dun-piss): Renamed from dunnet-urinate.
(dun-verblist): Indecent word added back.
(dunnet): Delete "censored" message.
1997-07-07 21:51:01 +00:00
Richard M. Stallman
d3d21843f0 (custom-load-symbol): Don't reload a preloaded file. 1997-07-07 19:06:16 +00:00
Richard M. Stallman
368d104a8a Doc fixes. 1997-07-07 18:27:33 +00:00
Richard M. Stallman
76810f6050 (undecided): Use `-' in mode line. 1997-07-07 08:45:38 +00:00
Richard M. Stallman
43462d5b7f (make-help-screen): Clear the prompt when we get a real command. 1997-07-07 04:48:15 +00:00
Kenichi Handa
c7c9a4a184 (skkdic-okuri-ari): Doc-string
modified.
(skkdic-postfix, skkdic-prefix, skkdic-okuri-nasi): Likewise.
(skkdic-lookup-key): Add 4th argument PREFER-NOUN.  Arrange order
of returning list according to this value.
1997-07-07 00:53:02 +00:00
Kenichi Handa
93303c998d (kkc-region): Call skkdic-lookup-key with
t for arg PREFER-NOUN while looking up key sequences shorter than
what a user requested.
(kkc-next-phrace): Likewise.
1997-07-07 00:53:02 +00:00