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

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

Re: windows key as super


From: Kevin Rodgers
Subject: Re: windows key as super
Date: Fri, 20 Nov 2009 03:37:04 -0700
User-agent: Thunderbird 2.0.0.23 (Macintosh/20090812)

Stefan Monnier wrote:
(local-set-key '[8388723] 'save-buffer)

You can also put point right after the large number and hit C-x C-e
twice: the echo area will then show you various alternative ways to
write this number:

  8388723 (#o40000163, #x800073, ?\s-s)

so you can then write:

  (local-set-key '[?\s-s] 'save-buffer)

Just curious: why quote the vector?

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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