all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* On definition of `kbd'
@ 2006-10-11 11:09 Herbert Euler
  2006-10-11 11:16 ` David Kastrup
  0 siblings, 1 reply; 5+ messages in thread
From: Herbert Euler @ 2006-10-11 11:09 UTC (permalink / raw)


I find definition of `kbd' is:

   (defmacro kbd (keys)
     "Convert KEYS to the internal Emacs key representation.
   KEYS should be a string constant in the format used for
   saving keyboard macros (see `edmacro-mode')."
     (read-kbd-macro keys))

This would cause problem when evaluating

  (kbd (car list))

where the `car' of a list is a key sequence text.  Is the
definition correct?  I think the body should be

  `(read-kbd-macro ,keys)

Regards,
Guanpeng Xu

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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

end of thread, other threads:[~2006-10-11 14:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-11 11:09 On definition of `kbd' Herbert Euler
2006-10-11 11:16 ` David Kastrup
2006-10-11 13:55   ` Herbert Euler
2006-10-11 14:03     ` David Kastrup
2006-10-11 14:24   ` Stuart D. Herring

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.