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

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

bug#11011: Binding S-TAB


From: Stefan Kangas
Subject: bug#11011: Binding S-TAB
Date: Thu, 20 Aug 2020 12:06:44 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

found 11011 28.0.50
tags 11011 + confirmed
thanks

Antoine Levitt <antoine.levitt@gmail.com> writes:

>>From a posting on emacs-devel:
>
> Antoine Levitt <antoine.levitt@gmail.com>:
>
>> Alright, I thought (kbd "S-TAB") would do the right thing, but
>> apparently not. I'm thoroughly confused by emacs keybinding system.
>
> Chong Yidong <cyd@gnu.org>:
>
>> I think this is a bug in kbd.  It doesn't seem to handle TAB with
>> modifiers right.  Please file a bug.

I can reproduce this on current master:

0. emacs -Q
1. (global-set-key (kbd "S-TAB") (lambda () (message "FOO")))
2. S-TAB

And see the following error: "<backtab> is undefined"

Best regards,
Stefan Kangas





reply via email to

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