GNU bug report logs - #67070
29.1; broken keybindings with emacs 29

Previous Next

Package: emacs;

Reported by: Enrico Scholz <enrico.scholz <at> ensc.de>

Date: Sat, 11 Nov 2023 10:34:01 UTC

Severity: normal

Found in version 29.1

Full log


View this message in rfc822 format

From: Enrico Scholz <enrico.scholz <at> sigma-chemnitz.de>
To: Po Lu <luangruo <at> yahoo.com>
Cc: 67070 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>, Eshel Yaron <me <at> eshelyaron.com>
Subject: bug#67070: 29.1; broken keybindings with emacs 29
Date: Thu, 16 Nov 2023 15:26:24 +0100
Po Lu <luangruo <at> yahoo.com> writes:

>> $ xmodmap -query
>> xmodmap:  up to 4 keys per modifier, (keycodes in parentheses):
>>
>> shift       Shift_L (0x32),  Shift_R (0x3e)
>> lock      
>> control     Control_L (0x42),  Control_R (0x69)
>> mod1        Alt_L (0x85),  Alt_R (0x87),  Alt_L (0xcc)
>> mod2        Num_Lock (0x4d)
>> mod3        ISO_Level5_Shift (0xcb)
>> mod4        Meta_L (0x40),  Meta_R (0x6c),  Meta_R (0x86),  Meta_L (0xcd)
>> mod5        ISO_Level3_Shift (0x5c)
>
> What if you assign Super_L to a modifier bit just for testing?

After an additional

| add Mod3 = Super_L Super_R

emacs reports 'H-M-x is undefined' on 'Meta_L (0x40) + x'.  Difference
to previous xmodmap is

| -mod3        ISO_Level5_Shift (0xcb)
| +mod3        ISO_Level5_Shift (0xcb),  Super_L (0xce)


As before, I can recover by 'xkbcomp :0 - | xkbcomp - :0'.




Enrico




This bug report was last modified 1 year and 180 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.