emacs-devel
[Top][All Lists]
Advanced

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

Re: define key with "\s-" super modifier in string?


From: Stefan Monnier
Subject: Re: define key with "\s-" super modifier in string?
Date: Wed, 07 Dec 2005 17:57:50 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> With CVS emacs, I get
>     (global-set-key "\s-n" 'compile)

This has never worked.
Strings can only hold chars, not chars-with-modifiers (except for ASCII
chars with a meta modifier, and for ASCII control chars (i.e. chars 64-95
with a control modifier) for historical reasons).


        Stefan




reply via email to

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