Thien-Thi Nguyen
aaef169dc6
Update years in copyright notice; nfc.
2006-02-06 15:23:23 +00:00
Karoly Lorentey
c40bb1ba81
Fix semantics of terminal-local variables. Remove `terminal-local-value' hack.
...
* src/data.c (do_symval_forwarding, store_symval_forwarding)
(find_symbol_value): Use the selected frame's keyboard, not
current_kboard.
* src/data.c (Fterminal_local_value, Fset_terminal_local_value): Disable
these functions.
* src/data.c (syms_of_data): Don't defsubr them.
* lisp/edmacro.el (edmacro-format-keys): Remove terminal-local-value calls.
* lisp/emulation/cua-base.el (cua--pre-command-handler-1): Ditto.
* lisp/international/encoded-kb.el (encoded-kbd-setup-display): Ditto.
* lisp/isearch.el (isearch-other-meta-char): Ditto.
* lisp/obsolete/keyswap.el (the-table): Ditto.
* lisp/simple.el (normal-erase-is-backspace-mode): Ditto.
* lisp/subr.el (keyboard-translate, read-quoted-char): Ditto.
* lisp/term/AT386.el (terminal-init-AT386): Ditto.
* lisp/term/internal.el: Ditto.
* lisp/term/iris-ansi.el (terminal-init-iris-ansi): Ditto.
* lisp/term/lk201.el (terminal-init-lk201): Ditto.
* lisp/term/mac-win.el: Ditto.
* lisp/term/news.el (terminal-init-news): Ditto.
* lisp/term/rxvt.el (terminal-init-rxvt): Ditto.
* lisp/term/sun.el (terminal-init-sun): Ditto.
* lisp/term/tvi970.el (terminal-init-tvi970): Ditto.
* lisp/term/vt200.el (terminal-init-vt200): Ditto.
* lisp/term/vt201.el (terminal-init-vt201): Ditto.
* lisp/term/vt220.el (terminal-init-vt220): Ditto.
* lisp/term/vt240.el (terminal-init-vt240): Ditto.
* lisp/term/vt300.el (terminal-init-vt300): Ditto.
* lisp/term/vt320.el (terminal-init-vt320): Ditto.
* lisp/term/vt400.el (terminal-init-vt400): Ditto.
* lisp/term/vt420.el (terminal-init-vt420): Ditto.
* lisp/term/wyse50.el (terminal-init-wyse50): Ditto.
* lisp/term/x-win.el (x-setup-function-keys): Ditto.
* lisp/term/xterm.el (terminal-init-xterm): Ditto.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-434
2005-10-29 11:50:12 +00:00
Karoly Lorentey
fbf3497344
Merged in changes from CVS trunk. Plus added lisp/term tweaks.
...
Patches applied:
* lorentey@elte.hu--2004/emacs--cvs-trunk--0--base-0
tag of miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-474
* lorentey@elte.hu--2004/emacs--cvs-trunk--0--patch-1
Add CVS metadata files.
* lorentey@elte.hu--2004/emacs--cvs-trunk--0--patch-2
Update from CVS.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-393
2005-09-04 03:48:17 +00:00
Miles Bader
d4cccb1406
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
...
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 514-518)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 104-105)
- Update from CVS
2005-08-26 09:51:52 +00:00
Thien-Thi Nguyen
0d30b33766
Update years in copyright notice; nfc.
2005-08-06 22:13:43 +00:00
Karoly Lorentey
ac09dc1ec3
Rename function-key-map to local-function-key-map, and global-function-key-map to function-key-map. Same for key-translation-map.
...
* src/keyboard.h (struct kboard): Rename member 'Vfunction_key_map' to
'Vlocal_function_key_map', and 'Vkey_translation_map' to
'Vlocal_key_translation_map'.
(Vfunction_key_map, Vkey_translation_map): New declarations.
* src/keyboard.c (Vfunction_key_map): New variable.
(Vglobal_key_translation_map): Rename to Vglobal_key_translation_map.
(read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards): Update.
* src/keymap.c (Fdescribe_buffer_bindings): Update.
* src/term.c (term_get_fkeys_1): Update.
* lisp/double.el (double-setup): Replace global-key-translation-map with key-translation-map.
* lisp/international/encoded-kb.el (encoded-kbd-setup-display): Ditto.
* lisp/international/iso-transl.el: Ditto.
* lisp/obsolete/iso-acc.el (iso-accents-customize): Ditto.
* lisp/edmacro.el (edmacro-format-keys): Use terminal-local binding of
local-function-key-map instead of function-key-map.
* lisp/emulation/cua-base.el (cua--pre-command-handler): Ditto.
* lisp/isearch.el (isearch-other-meta-char): Ditto.
* lisp/subr.el (read-quoted-char): Ditto.
* lisp/term/vt200.el: Ditto.
* lisp/term/vt201.el: Ditto.
* lisp/term/vt220.el: Ditto.
* lisp/term/vt240.el: Ditto.
* lisp/term/vt300.el: Ditto.
* lisp/term/vt320.el: Ditto.
* lisp/term/vt400.el: Ditto.
* lisp/term/vt420.el: Ditto.
* lisp/simple.el (normal-erase-is-backspace-mode): Add todo note.
* lisp/xt-mouse.el: Ditto.
* lisp/term/AT386.el: Adapt for renaming of function-key-map to local-function-key-map.
* lisp/term/internal.el: Ditto.
* lisp/term/iris-ansi.el: Ditto.
* lisp/term/lk201.el: Ditto.
* lisp/term/mac-win.el: Ditto.
* lisp/term/news.el: Ditto.
* lisp/term/rxvt.el: Ditto.
* lisp/term/sun.el: Ditto.
* lisp/term/tvi970.el: Ditto.
* lisp/term/wyse50.el: Ditto.
* lisp/term/x-win.el (x-setup-function-keys): Ditto.
* lisp/term/xterm.el: Ditto.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-386
2005-07-12 10:55:24 +00:00
Miles Bader
d3e4babdd1
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
...
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 459-473)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 86-87)
- Update from CVS
2005-07-07 12:43:14 +00:00
Lute Kamstra
086add1519
Update FSF's address.
2005-07-04 23:32:44 +00:00
Miles Bader
64e9342958
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-53
...
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 302-319)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 69)
- Update from CVS
2005-05-20 04:22:05 +00:00
Juanma Barranquero
027a4b6b3f
Replace string-to-int' by string-to-number'.
2005-05-16 11:34:49 +00:00
Miles Bader
80cc9c8108
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-75
...
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-717
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-718
RCS keyword removal
2004-12-08 05:21:02 +00:00
Luc Teirlinck
b680abcbeb
edit-kbd-macro' is now bound to C-x C-k e'.
...
(edmacro-finish-edit): Further update for keyboard macros that are
lambda forms.
(edmacro-sanitize-for-string): Correctly remove Meta modifier
(as suggested by Kim Storm).
2004-12-08 01:10:13 +00:00
Miles Bader
d3857d85ab
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-50
...
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-587
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-588
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-589
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-590
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-593
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-39
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-40
- miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-41
Update from CVS
2004-10-04 01:04:18 +00:00
Kim F. Storm
70e2ea115f
Require kmacro to use the new kmacro-lambda-form and
...
kmacro-extract-lambda functions.
(edit-kbd-macro): Handle kmacro lambda forms.
Include counter and counter format in edit buffer.
(edmacro-finish-edit): Get counter and format from edit buffer and
update kmacro bindings when found.
2004-09-30 13:27:35 +00:00
Kenichi Handa
6b61353c0a
Sync to HEAD
2004-04-16 12:51:06 +00:00
Dave Love
97443772e0
(edmacro-parse-keys): Use characterp.
2003-09-10 17:53:50 +00:00
Kenichi Handa
463f5630a5
New directory
2003-09-08 11:56:09 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Richard M. Stallman
7725f0fb6c
(edmacro-format-keys): Use edmacro-sanitize-for-string.
...
Use vconcat instead of concat.
(edmacro-sanitize-for-string): New function.
2003-08-06 01:04:34 +00:00
Juanma Barranquero
71296446d3
Trailing whitespace deleted.
2003-02-04 11:26:42 +00:00
Kim F. Storm
059aa0a7b7
(edit-kbd-macro): Recognize new C-x e binding, kmacro-end-and-call-macro.
2002-09-11 20:00:58 +00:00
Stefan Monnier
3922343710
(edmacro-subseq): Don't use cl-push/cl-pop.
2002-09-06 19:46:24 +00:00
Kim F. Storm
f8a14459c5
(edit-kbd-macro): Recognize new default binding for
...
C-x e in addition to old binding.
2002-09-01 21:26:25 +00:00
Kim F. Storm
e88fc3ee98
Remove C-x C-k binding (now in kmacro.el).
2002-08-20 09:06:17 +00:00
Richard M. Stallman
5cfe1cece1
(edmacro-fix-menu-commands):
...
Discard `help-echo' events. Handle (menu-bar) events.
Simplify by converting key sequence to a list and then back to vector.
2002-06-21 09:53:01 +00:00
Pavel Janík
e8af40eed4
Some fixes to follow coding conventions.
2001-07-16 12:23:00 +00:00
Dave Love
ac2665815a
(edmacro-parse-keys): Return vector if any elements are invalid
...
characters.
2000-05-21 19:51:14 +00:00
Richard M. Stallman
fcd6642478
(edit-kbd-macro): Recognize electric-view-lossage.
1998-12-27 08:04:05 +00:00
Erik Naggum
094e8ee4ac
(edmacro-parse-keys): Remove redundant test for ?.
1997-02-05 01:33:07 +00:00
Richard M. Stallman
1e3b420bcb
(edmacro-parse-keys): Don't treat C-. or C-? as ASCII control char.
1997-01-31 07:48:16 +00:00
Richard M. Stallman
a5a973dde7
(insert-kbd-macro): Duplicate definition deleted.
1996-09-22 21:38:19 +00:00
Richard M. Stallman
88c4981a92
(edmacro-original-buffer, edmacro-finish-hook)
...
(edmacro-store-hook): Add defvars.
1996-02-02 06:13:55 +00:00
Richard M. Stallman
ef8e50b169
(edit-kbd-macro): Reject empty cmd name.
1996-01-28 03:07:15 +00:00
Erik Naggum
b578f267af
Update FSF's address.
1996-01-14 07:34:30 +00:00
Richard M. Stallman
c31afdbda4
Load cl only during compilation.
...
(edmacro-mismatch, edmacro-subseq): New functions.
Use them instead of mismatch and subseq.
1995-08-27 17:50:39 +00:00
Karl Heuer
a8e1fefac0
(edit-kbd-macro): Better error messages for undefined keys
...
or keys that are not keyboard macros.
1995-05-22 22:08:18 +00:00
Karl Heuer
a9b8cb1642
(edmacro-format-keys, edmacro-parse-keys): Don't presume internal bit layout
...
of non-ASCII keys.
1995-02-08 03:50:54 +00:00
Richard M. Stallman
7470b9b602
(edmacro-format-keys): Cope if local keymap is nil.
1994-10-01 03:53:40 +00:00
Karl Heuer
8f1204db34
Update copyright.
1994-05-03 23:47:06 +00:00
Richard M. Stallman
3f5e6d796b
(edit-kbd-macro, edmacro-finish-edit, insert-kbd-macro):
...
Pass (keymap) as KEYMAP arg to where-is-internal.
1994-02-04 06:45:26 +00:00
Richard M. Stallman
5f5d794a22
Don't repeat at load time any bindings that are autoloaded.
1993-12-23 04:52:56 +00:00
Richard M. Stallman
629d4dcd2a
Total rewrite by Gillespie.
1993-09-21 03:44:04 +00:00
Eric S. Raymond
e9571d2a21
Add or correct keywords
1993-03-18 21:29:42 +00:00
Eric S. Raymond
9750e079dd
entered into RCS
1992-07-22 04:22:30 +00:00
Eric S. Raymond
e516799970
*** empty log message ***
1992-07-16 21:47:34 +00:00
Eric S. Raymond
c0274f385f
*** empty log message ***
1992-05-30 23:54:21 +00:00
Jim Blandy
f9f9507e1d
*** empty log message ***
1991-05-09 21:50:55 +00:00
Richard M. Stallman
052bdd0953
*** empty log message ***
1991-02-28 19:32:54 +00:00
David Lawrence
66b3ecce8b
Initial revision
1990-10-22 07:14:13 +00:00