emacs-devel
[Top][All Lists]
Advanced

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

Re: Is there a canonical key for S-tab?


From: Andreas Schwab
Subject: Re: Is there a canonical key for S-tab?
Date: Wed, 14 Mar 2012 10:25:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

Chong Yidong <address@hidden> writes:

> I think this is a bug in kbd.  It doesn't seem to handle TAB with
> modifiers right.

Looks correct for me:

ELISP> (kbd "S-TAB")
[33554441]

ELISP> (key-description (kbd "S-TAB"))
"S-TAB"
ELISP> (eq (aref (kbd "S-TAB") 0) ?\S-\t)
t

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

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