1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00
Commit Graph

51656 Commits

Author SHA1 Message Date
Luc Teirlinck
de700726fb (Key Sequence Input): Remove unnecessary anchor,
(Command Loop Info): Replace reference to it.
(Disabling Commands): `disabled-command-hook' has been renamed to
`disabled-command-function'.
2004-08-08 15:47:21 +00:00
Luc Teirlinck
81909a1aef *** empty log message *** 2004-08-08 00:37:38 +00:00
Luc Teirlinck
7a093e8720 (Flocal_key_binding, Fglobal_key_binding)
(syms_of_keymap) <key-translation-map>: Doc fixes.
2004-08-08 00:33:40 +00:00
Luc Teirlinck
e4e66c94cb (Translating Input): Only non-prefix bindings in `key-translation-map'
override actual key bindings.  Warn about possible indirect effect of
actual key bindings on non-prefix bindings in `key-translation-map'.
2004-08-08 00:00:07 +00:00
Stefan Monnier
1725a7c935 (window_list_1): YAILOM. 2004-08-07 21:07:57 +00:00
Stefan Monnier
0cedd530e3 (make_temp_name): Handle multibyte prefixes. 2004-08-07 20:57:19 +00:00
Eli Zaretskii
abaf2e77e7 (completion-root-regexp): New defvar.
(completion-setup-function): Use it instead of a literal string.
2004-08-07 16:47:41 +00:00
John Paul Wallington
8bd6323a8f (reb-re-syntax): Add `rx' syntax.
(reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
(reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
(reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
2004-08-07 12:03:54 +00:00
Luc Teirlinck
2515a13130 (syms_of_keyboard) <overriding-terminal-local-map>: Doc fix. 2004-08-07 02:32:11 +00:00
Luc Teirlinck
5504e99ca6 Various changes in addition to:
(Using Interactive): Clarify description of `interactive-form'.
(Interactive Call): Mention default for KEYS argument to
`call-interactively'.
(Command Loop Info): Clarify description of `this-command-keys'.
Mention KEEP-RECORD argument to `clear-this-command-keys'.
Value of `last-event-frame' can be `macro'.
(Repeat Events): `double-click-fuzz' is also used to distinguish
clicks and drags.
(Classifying Events): Clarify descriptions of `event-modifiers'
`event-basic-type' and `event-convert-list'.
(Accessing Events): `posn-timestamp' takes POSITION argument.
(Quoted Character Input): Clarify description of
`read-quoted-char' and fix example.
(Quitting): Add `with-local-quit'.
(Disabling Commands):  Correct and clarify descriptions of
`enable-command' and `disable-command'.
Mention what happens if `disabled-command-hook' is nil.
(Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
2004-08-07 01:12:59 +00:00
Luc Teirlinck
bdb3097a23 (High-Level Completion): Add anchor for definition of `read-variable'. 2004-08-07 01:00:05 +00:00
Andreas Schwab
de10c1149c *** empty log message *** 2004-08-06 20:26:11 +00:00
Andreas Schwab
792a05ba9d (install): Remove .arch-inventory files. 2004-08-06 20:25:44 +00:00
Andreas Schwab
73e3e7c2c8 (install-arch-indep, uninstall): Add flymake. 2004-08-06 19:06:49 +00:00
Lars Hansen
8dbc532e46 Update how to separate the editable field of an editable-field widget from other widgets.
(Programming Example): Add text after field.
2004-08-05 06:19:38 +00:00
Kenichi Handa
2d8a544976 (mail-extr-disable-voodoo): New variable.
(mail-extr-voodoo): Check mail-extr-disable-voodoo.
2004-08-05 00:15:15 +00:00
Kenichi Handa
af1781acbf (encoded-kbd-setup-keymap): Fix previous change. 2004-08-04 13:03:26 +00:00
Kenichi Handa
5dda46a342 The following changes are to
utilize key-translation-map instead of minor mode map.
(encoded-kbd-iso2022-non-ascii-map): Delete it.
(encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
(encoded-kbd-last-key): New function.
(encoded-kbd-iso2022-single-shift): New function.
(encoded-kbd-iso2022-designation)
(encoded-kbd-self-insert-iso2022-7bit)
(encoded-kbd-self-insert-iso2022-8bit)
(encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
(encoded-kbd-self-insert-ccl): Make them suitable for bindings in
key-translation-map.
(encoded-kbd-setup-keymap): Setup key-translation-map.
(saved-key-translation-map): New variable.
(encoded-kbd-mode): Save/restore key-translation-map.  Adjusted
for the change of encoded-kbd-setup-keymap.
2004-08-03 12:06:47 +00:00
Kenichi Handa
c8b20fb7c3 *** empty log message *** 2004-08-03 05:19:25 +00:00
Kenichi Handa
160a708c6f (decode_coding_string): Adjust coding->consumed, and
etc. with shrinked_bytes.
2004-08-03 05:12:00 +00:00
Kim F. Storm
8cc08515f4 (compute_motion): Fix last change. 2004-08-02 23:59:28 +00:00
Kim F. Storm
ed5c373cab (compute_motion): Fix check for full width window
in non-window case.  Do not count left truncation glyph on
window systems.
2004-08-02 23:42:14 +00:00
Kim F. Storm
fb8b092b99 *** empty log message *** 2004-08-02 23:41:59 +00:00
Luc Teirlinck
df13361290 (Finteractive_form): Doc fix. 2004-08-02 20:50:09 +00:00
Kim F. Storm
0f7a93c1c6 *** empty log message *** 2004-08-02 15:30:37 +00:00
Kim F. Storm
7316f52cab (window-buffer-height): Call compute-motion with nil width. 2004-08-02 15:20:18 +00:00
Kim F. Storm
c296856cee (windmove-coordinates-of-position): Let compute-motion
calculate usable window width and height.
2004-08-02 15:20:05 +00:00
Kim F. Storm
5970bd01f0 (mouse-avoidance-point-position): Use window-inside-edges
and call compute-motion with nil for topos and width to get proper
usable width and height for both window and non-window systems.
2004-08-02 15:19:24 +00:00
Kim F. Storm
ec2b66c4c2 (window_scroll_line_based): Let compute_motion
calculate actual window width.
2004-08-02 15:06:25 +00:00
Kim F. Storm
361f14bf11 (compute_motion): Use actual window width if WIDTH is -1,
properly accounting for continuation glyph on non-window systems.
(Fcompute_motion): Use actual window width if WIDTH is nil, and
actual window width/height if TOPOS is nil, properly accounting for
continuation glyphs on non-window systems, and optional header lines.
(vmotion): Let compute_motion calculate actual window width.
2004-08-02 15:06:06 +00:00
Kim F. Storm
39b1da208b (read_process_output): Use whole read buffer.
Don't trigger adaptive read buffering on errors.
2004-08-01 23:10:06 +00:00
Kim F. Storm
f491e1edab *** empty log message *** 2004-08-01 23:09:43 +00:00
David Kastrup
78629844c6 (query-replace-read-from): Use
`query-replace-compile-replacement'.
(query-replace-compile-replacement): New function.
(query-replace-read-to): Use `query-replace-compile-replacement'
for repeating the last command.
2004-08-01 12:59:09 +00:00
John Paul Wallington
fdeadcd1f6 (help-go-back): Delete period from end of error message. 2004-08-01 05:54:54 +00:00
John Paul Wallington
747aa4cfc6 (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
(pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
(pr-switches): Remove period from end of error messages.
2004-08-01 05:52:30 +00:00
John Paul Wallington
e7fdaf6301 (only-global-abbrevs): Doc fix.
(edit-abbrevs-map): Define within defvar.
(quietly-read-abbrev-file): Doc fix.
2004-08-01 03:56:05 +00:00
Luc Teirlinck
83f6422686 *** empty log message *** 2004-07-31 16:09:34 +00:00
Luc Teirlinck
1492344029 (Fset_keymap_parent): Minor doc fix. 2004-07-31 16:05:54 +00:00
Luc Teirlinck
a523ade4cb (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes. 2004-07-31 16:03:08 +00:00
Luc Teirlinck
5fee9a2f19 (syms_of_keyboard) <disable-point-adjustment>: Doc fix. 2004-07-31 15:57:40 +00:00
Luc Teirlinck
5581edf568 (Fcall_interactively): Doc fix. 2004-07-31 15:50:46 +00:00
Luc Teirlinck
0e91dc923a (event-modifiers, event-basic-type): Doc fixes. 2004-07-31 15:45:30 +00:00
Luc Teirlinck
7a4d608f41 (enable-command, disable-command): Doc fixes. 2004-07-31 15:43:26 +00:00
Eli Zaretskii
d9a68b6a51 Update URLs in the comments. 2004-07-31 09:23:36 +00:00
Richard M. Stallman
53a7160c92 (with-local-quit): Doc fix. 2004-07-31 03:42:27 +00:00
Richard M. Stallman
451eaa2138 (Fexpand_abbrev): Undo previous change. 2004-07-31 03:37:21 +00:00
Luc Teirlinck
4bcce19cc1 (utf-translate-cjk-mode): Doc fix. 2004-07-31 03:31:28 +00:00
Kim F. Storm
7c111482b9 (Fformat): Allocated extra (dummy) element in info. 2004-07-30 12:05:32 +00:00
Luc Teirlinck
ee945d0839 *** empty log message *** 2004-07-29 01:49:07 +00:00
Luc Teirlinck
19229e5e7d (defcustom): Doc fix. 2004-07-29 01:47:01 +00:00