1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-09 15:50:21 +00:00
Commit Graph

19503 Commits

Author SHA1 Message Date
Kenichi Handa
fce31d5183 (query-replace-read-args): Locally bind
minibuffer-inherit-input-method to t to make a minibuffer inherit
the current input method.
(map-query-replace-regexp, keep-lines, flush-lines): Likewise.
(how-many, occur): Likewise.
1997-08-26 11:45:49 +00:00
Kenichi Handa
1e206719d5 (Fml_arg): Call Fread_string with
INHERIT-INPUT-METHOD nil.
1997-08-26 11:42:33 +00:00
Kenichi Handa
4328577a4e (Fexecute_extended_command): Call Fread_from_minibuffer
with INHERIT-INPUT-METHOD nil.
1997-08-26 11:42:33 +00:00
Kenichi Handa
93fb51ae2e (Finteractive): Document the code letter `M'.
(Fcall_interactively): Call Fcompleting_read,
Fread_from_minibuffer, and Fread_string with a proper value for
the arg INHERIT-INPUT-METHOD.  Handle the code letter `M'.
1997-08-26 11:42:33 +00:00
Kenichi Handa
5593f7e37b (DEFUN_ARGS_8): New macro.
(Fcompleting_read, Fread_from_minibuffer, Fread_string,
Fread_no_blanks_input): Number of arguments fixed.
1997-08-26 11:42:33 +00:00
Kenichi Handa
61e011d971 (Fread_non_nil_coding_system): Supply the arg
INHERIT-INPUT-METHOD to Fcompleting_read.
(Fread_coding_system): Likewise.
1997-08-26 11:42:33 +00:00
Kenichi Handa
cee5453974 (Qcurrent_input_method, Qactivate_input_method): New
variables.
(syms_of_minibuf): Intern and staticpro them.
(read_minibuf): New argument INHERIT_INPUT_METHOD.  If it is
nonzero, remember the current input method in INPUT_METHOD, and
activate it after switching to the minibuffer.
(Fread_from_minibuffer): New argument INHERIT_INPUT_METHOD.
(Fread_minibuffer): Call read_minibuf with INHERIT_INPUT_METHOD
nil.
(Fread_string): New argument INHERIT_INPUT_METHOD.
(Fread_no_blanks_input): Likewise.
(Fread_command): Call Fcompleting_read with INHERIT_INPUT_METHOD
nil.
(Fread_function, Fread_variable, Fread_buffer): Likewise
(Fcompleting_read): New argument INHERIT_INPUT_METHOD.
1997-08-26 11:42:33 +00:00
Kenichi Handa
166c822d2e (Feval): Handle a subr which takes 8 arguments.
(Ffuncall): Likewise.
1997-08-26 11:42:33 +00:00
Kenichi Handa
450c1a67ca (Fwrite_region): Convert EOL format even if
enable-multibyte-characters is nil.
(Fread_file_name): Call Fcompleting_read with INHERIT-INPUT-METHOD
nil.
1997-08-26 11:42:33 +00:00
Kenichi Handa
b24014d4ab (Fyes_or_no_p): Call Fread_from_minibuffer
with INHERIT-INPUT-METHOD nil.
1997-08-26 11:42:33 +00:00
Kenichi Handa
6af4397485 (Fsearch_backward): Inherit the current input method on
reading STRING.
(Fsearch_forward): Likewise.
1997-08-26 11:42:33 +00:00
Richard Kenner
35c5f181c7 (*:Linux:*:*): Recognize alpha-linux-gnulibc1. 1997-08-26 09:21:29 +00:00
Richard M. Stallman
0b9d8890ce Require cl at compile time. 1997-08-26 06:38:09 +00:00
Richard M. Stallman
a5d0c44ef8 (gnus-group-make-useful-group): Don't use caddr in interactive. 1997-08-26 06:30:41 +00:00
Richard M. Stallman
8520b9bf55 (gnus-emphasis-alist): Don't use caddr. 1997-08-26 06:29:12 +00:00
Richard M. Stallman
e823bfa3ad (rmail-mode-1): Update the value for mode-line-modified. 1997-08-26 04:37:02 +00:00
Richard M. Stallman
71bd46d292 (custom-declare-variable): Use custom-initialize-reset
by default, rather than custom-initialize-set.
(custom-initialize-reset, custom-initialize-set): Doc fixes.
1997-08-26 03:45:21 +00:00
Richard M. Stallman
98cd103425 (install-arch-indep): Discard extra data in tar | tar pipes. 1997-08-26 03:34:50 +00:00
Richard M. Stallman
84e1d56ade (install): Discard extra data in tar | tar command. 1997-08-26 03:25:49 +00:00
Richard M. Stallman
078227951f (Fframe_pixel_height): Doc fix. 1997-08-26 01:36:29 +00:00
Richard M. Stallman
249ffa67f1 Require cl at compile time. 1997-08-26 00:13:53 +00:00
Richard M. Stallman
3b36676955 (emacs): Put dash at beginning. 1997-08-25 19:13:16 +00:00
Richard M. Stallman
d322f0096d (c-macro-expand): Add autoload cookie. 1997-08-25 17:18:44 +00:00
Richard M. Stallman
958ef4fe21 (hif-greater, hif-less, hif-greater-equal)
(hif-less-equal): New functions.
(hif-tokenize): Handle new tokens >, <, >=, <=.
(hif-eq-expr): Handle parsing these new tokens.
(hif-token-regexp): Match >, <. >=, <=
1997-08-25 17:06:42 +00:00
Richard M. Stallman
bde0f7ca6e (use-hard-newlines): Un-customized. 1997-08-25 17:06:01 +00:00
Richard M. Stallman
f36742476a (custom-make-dependencies): Don't print each file name. 1997-08-25 06:41:17 +00:00
Richard M. Stallman
8df727303e Require cl only at compile time.
(message-user-agent): Use condition-case, not ignore-errors.
(message-talkative-question): Doc fix.
1997-08-25 04:59:33 +00:00
Richard M. Stallman
a36c8d02b0 Require cl at compile time.
(gnus-select-method): Use condition-case, not ignore-errors.
(gnus-check-backend-function): Definition moved up.
1997-08-25 04:57:07 +00:00
Richard M. Stallman
f26c6ccdcb Require cl only at compile time.
(gnus-parent-id): Don't use last with 2 args.
1997-08-25 04:53:47 +00:00
Richard M. Stallman
0df953b600 Require cl only at compile time. 1997-08-25 04:50:34 +00:00
Richard M. Stallman
5ab7173c8e Require cl at compile time. 1997-08-25 04:40:29 +00:00
Richard M. Stallman
cb75201bab Require cl at compile time.
(gnus-site-init-file): Use condition-case.
1997-08-25 04:39:20 +00:00
Kenichi Handa
ce9395a961 (quail-terminate-translation): Doc-string
fixed.  Set quail-prefix-arg to nil after handling it.
(quail-self-insert-command): Set overriding-terminal-local-map to
nil when thown for `quail-tag' by value nil.
1997-08-25 01:06:41 +00:00
Kenichi Handa
fc249843a8 (quail-devanagari-compose-characters): Fix
previous change.
(quail-devanagari-hindi-compose-characters): Fix previous change.
1997-08-25 01:05:53 +00:00
Kenichi Handa
038dcdca49 (quail-japanese-kkc-mode-exit): Fix previous
change.
1997-08-25 01:05:53 +00:00
Richard M. Stallman
255d8b9706 (custom-declare-variable): Rename 2nd arg to DEFAULT. 1997-08-25 00:29:49 +00:00
Richard M. Stallman
d4321160f2 (comint-preoutput-filter-functions): New variable.
(comint-output-filter): Call those functions.
(comint-output-filter-functions, comint-mode): Doc fix.
1997-08-24 21:38:12 +00:00
Richard M. Stallman
ecb7ad0048 (eval-expression): Prefix arg means insert value in current buffer. 1997-08-24 21:28:21 +00:00
Richard M. Stallman
b87fe54b9f (cl-loop-let): Use last*. 1997-08-24 20:49:32 +00:00
Richard M. Stallman
329945b8d0 (last): Function renmed to last*. 1997-08-24 20:47:54 +00:00
Richard M. Stallman
573d18cb3d (modify-face): Fix previous change. 1997-08-24 20:40:48 +00:00
Richard M. Stallman
b438e1cb6c (change-log-font-lock-keywords):
Match "Patches by".  Match all kinds of acks after `  '.
1997-08-24 20:28:59 +00:00
Richard M. Stallman
6a338071ba (rmail-view-buffer): Doc fix.
(rmail-summary-buffer, rmail-summary-vector): Mark as permanent local.
(rmail-buffer): Add defvar and mark as permanent local.
1997-08-24 16:32:17 +00:00
Richard M. Stallman
5e9f80a8d5 (indent-relative, insert-tab):
Don't call expand-abbrev unless preceding character is a word char.
1997-08-24 16:26:31 +00:00
Richard M. Stallman
fe7d182410 (xrdb.o): Depend on paths.h. 1997-08-24 16:22:56 +00:00
Richard M. Stallman
54abe472d5 (x_default_search_path): Corrected '${x_library}' to '${x_library}/X11'. 1997-08-24 16:21:53 +00:00
Richard M. Stallman
2a9f2437c4 (tmm-get-keymap): Ignore any command now disabled for menus. 1997-08-24 04:00:25 +00:00
Richard M. Stallman
95772e852d (time-stamp-time-zone): New variable.
(time-stamp-string): Use that time zone.
(time-stamp-active, time-stamp-warn-inactive)
(time-stamp-old-format-warn): Definitions moved.
1997-08-24 03:32:38 +00:00
Richard M. Stallman
5ed1493302 (texinfo-mode): Turn off adaptive-fill-mode. 1997-08-24 03:15:05 +00:00
Richard M. Stallman
79fd9b2f5c Doc fixes. 1997-08-24 02:59:29 +00:00