help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Key binding with multiple modifiers


From: Kevin Rodgers
Subject: Re: Key binding with multiple modifiers
Date: Tue, 27 Jan 2004 12:58:29 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Chris Laux wrote:

Alan Mackenzie<none@example.invalid> wrote in message

Another useful trick is to do the binding interactively with M-x
global-set-key, etc., then use C-x <esc> <esc> (`repeat-complex-command')
to see what it looks like in lisp.


Thank you all for your help; the advice above actually worked in my
case, other examples didn't strangely.  In case you are curious, I
ended up with the command looking like this:

;(global-set-key (quote [-67108809]) (quote shell))

That is not portable, which is why the "\M-\C-x", [?\M-\C-x], and

(meta control ?x) syntaxes are preferred.

--
Kevin Rodgers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]