aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/edmacro.el
Commit message (Collapse)AuthorAgeFilesLines
* `edit-kbd-macro' is now bound to `C-x C-k e'.Luc Teirlinck2004-12-081-4/+5
| | | | | | | (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).
* Require kmacro to use the new kmacro-lambda-form andKim F. Storm2004-09-301-8/+48
| | | | | | | | 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.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (edmacro-format-keys): Use edmacro-sanitize-for-string.Richard M. Stallman2003-08-061-3/+14
| | | | | Use vconcat instead of concat. (edmacro-sanitize-for-string): New function.
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-2/+2
|
* (edit-kbd-macro): Recognize new C-x e binding, kmacro-end-and-call-macro.Kim F. Storm2002-09-111-1/+2
|
* (edmacro-subseq): Don't use cl-push/cl-pop.Stefan Monnier2002-09-061-1/+1
|
* (edit-kbd-macro): Recognize new default binding forKim F. Storm2002-09-011-1/+1
| | | | C-x e in addition to old binding.
* Remove C-x C-k binding (now in kmacro.el).Kim F. Storm2002-08-201-2/+0
|
* (edmacro-fix-menu-commands):Richard M. Stallman2002-06-211-12/+19
| | | | | Discard `help-echo' events. Handle (menu-bar) events. Simplify by converting key sequence to a list and then back to vector.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+0
|
* (edmacro-parse-keys): Return vector if any elements are invalidDave Love2000-05-211-1/+1
| | | | characters.
* (edit-kbd-macro): Recognize electric-view-lossage.Richard M. Stallman1998-12-271-1/+1
|
* (edmacro-parse-keys): Remove redundant test for ?.Erik Naggum1997-02-051-2/+1
|
* (edmacro-parse-keys): Don't treat C-. or C-? as ASCII control char.Richard M. Stallman1997-01-311-1/+4
|
* (insert-kbd-macro): Duplicate definition deleted.Richard M. Stallman1996-09-221-35/+0
|
* (edmacro-original-buffer, edmacro-finish-hook)Richard M. Stallman1996-02-021-0/+4
| | | | (edmacro-store-hook): Add defvars.
* (edit-kbd-macro): Reject empty cmd name.Richard M. Stallman1996-01-281-0/+2
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* Load cl only during compilation.Richard M. Stallman1995-08-271-20/+72
| | | | | (edmacro-mismatch, edmacro-subseq): New functions. Use them instead of mismatch and subseq.
* (edit-kbd-macro): Better error messages for undefined keysKarl Heuer1995-05-221-1/+4
| | | | or keys that are not keyboard macros.
* (edmacro-format-keys, edmacro-parse-keys): Don't presume internal bit layoutKarl Heuer1995-02-081-13/+14
| | | | of non-ASCII keys.
* (edmacro-format-keys): Cope if local keymap is nil.Richard M. Stallman1994-10-011-1/+3
|
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (edit-kbd-macro, edmacro-finish-edit, insert-kbd-macro):Richard M. Stallman1994-02-041-3/+3
| | | | Pass (keymap) as KEYMAP arg to where-is-internal.
* Don't repeat at load time any bindings that are autoloaded.Richard M. Stallman1993-12-231-1/+0
|
* Total rewrite by Gillespie.Richard M. Stallman1993-09-211-599/+640
|
* Add or correct keywordsEric S. Raymond1993-03-181-0/+1
|
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-161-3/+10
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+4
|
* *** empty log message ***Jim Blandy1991-05-091-0/+3
|
* *** empty log message ***Richard M. Stallman1991-02-281-8/+8
|
* Initial revisionDavid Lawrence1990-10-221-0/+640