all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* define-key OK; defiune-key-after won't evaluate
@ 2006-02-20  0:16 RD.
  2006-02-21 16:18 ` Kevin Rodgers
       [not found] ` <mailman.1088.1140548301.2856.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: RD. @ 2006-02-20  0:16 UTC (permalink / raw)


I can define a menu button in the menu bar, placed to the left of the
File button, thus:

(define-key global-map [menu-bar rsave] '("Save" . save-buffer))

But I don't know how to use define-key-after.  I get a Lisp error:

(define-key-after global-map [menu-bar rsave]
   '("Save" . save-buffer) 'tools)
Debugger entered--Lisp error: (error "multi-event key specified in
`define-key-after'")

Is it obvious what's wrong?

[Aside: I posted a related question yesterday, but I couldn't see how
to post this follow-on question as a response to that question, i.e. in
the same thread.]

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

end of thread, other threads:[~2006-02-25  2:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-20  0:16 define-key OK; defiune-key-after won't evaluate RD.
2006-02-21 16:18 ` Kevin Rodgers
     [not found] ` <mailman.1088.1140548301.2856.help-gnu-emacs@gnu.org>
2006-02-25  2:43   ` RD

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.