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

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

Re: Problems binding odd C- & M-keys in Elisp


From: Alan Mackenzie
Subject: Re: Problems binding odd C- & M-keys in Elisp
Date: Thu, 9 Mar 2006 08:08:43 +0000
User-agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (Linux/2.0.35 (i686))

Joe Fineman <joe_f@verizon.net> wrote on Thu, 09 Mar 2006 01:25:36 GMT:
> I can bind commands to the following odd combinations using M-x
> global-set-key, but I cannot figure out how to express the same
> bindings in Elisp for inclusion in .emacs:

> C-; ("\C-\;" gives "Invalid modifier in string")
> C-<tab> ("\C-\t" gives the same)
> M-<left>
> M-<up>

> What am I missing?

Probably comprehensive and clear documentation.  However, as a
workaround, do M-x global-set-key, then C-x <esc> <esc>.  This will give
you a working Lisp form to stick into your .emacs.

> ---  Joe Fineman

-- 
Alan Mackenzie (Munich, Germany)
Email: aacm@muuc.dee; to decode, wherever there is a repeated letter
(like "aa"), remove half of them (leaving, say, "a").



reply via email to

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