unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Editing keyboard macros
@ 2004-09-29 19:05 Jay Belanger
  2004-09-29 23:33 ` Kim F. Storm
  0 siblings, 1 reply; 7+ messages in thread
From: Jay Belanger @ 2004-09-29 19:05 UTC (permalink / raw)
  Cc: belanger


When a keyboard macro is edited, it is assumed that the macro is an
array.  However, `kmacro-name-last-macro' and 'kmacro-bind-to-key' now
put the macro in a lambda expression, and so `edit-kbd-macro' gives an
error if you try to edit a named macro.  Should the naming of macros
be reverted to storing them as arrays?  
(`edit-kbd-macro' could be partially rewritten, I suppose, but that
would be more work.  I assume that the named keyboard macros are
stored as lambda expressions so they can be called from lisp (which
would make the docstrings out of date).  But the ability to edit a
keyboard macro seems like too much to lose.)

Jay

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-09-30 22:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-29 19:05 Editing keyboard macros Jay Belanger
2004-09-29 23:33 ` Kim F. Storm
2004-09-30 13:29   ` Kim F. Storm
2004-09-30 19:39     ` Jay Belanger
2004-09-30 20:29       ` Kim F. Storm
2004-09-30 21:37         ` Jay Belanger
2004-09-30 22:08           ` Kim F. Storm

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).