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


Message #32 received at 67070 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>, luangruo <at> yahoo.com, 
 Enrico Scholz <enrico.scholz <at> sigma-chemnitz.de>
Cc: 67070 <at> debbugs.gnu.org, me <at> eshelyaron.com
Subject: Re: bug#67070: 29.1; broken keybindings with emacs 29
Date: Mon, 25 Dec 2023 06:55:58 -0800
Eli Zaretskii <eliz <at> gnu.org> writes:

> Ping!  Can we please make some further progress with this issue?

What's the current status here?

>> From: Enrico Scholz <enrico.scholz <at> sigma-chemnitz.de>
>> Cc: Eshel Yaron <me <at> eshelyaron.com>, Eli Zaretskii <eliz <at> gnu.org>,
>>         67070 <at> debbugs.gnu.org
>> Date: Thu, 16 Nov 2023 15:33:52 +0100
>>
>> Enrico Scholz <enrico.scholz <at> sigma-chemnitz.de> writes:
>>
>> >> 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'.
>>
>> Doing
>>
>> | add Mod3 = Super_L Super_R Hyper_R Hyper_L
>>
>> generates the expected 'M-x'
>>
>>
>>
>> The Super or Hyper keys are probably coming from
>>
>> $ setxkbmap
>> $ xkbcomp :0 - | grep Mod4
>>     modifier_map Mod4 { <LWIN> };
>>     modifier_map Mod4 { <RWIN> };
>>     modifier_map Mod4 { <SUPR> };
>>     modifier_map Mod4 { <HYPR> };
>>
>> $ xmodmap ~/.Xmodmap
>> $ xkbcomp :0 - | grep Mod4
>>     modifier_map Mod4 { <LALT> };
>>     modifier_map Mod4 { <RALT> };
>>     modifier_map Mod4 { <RWIN> };
>>     modifier_map Mod4 { <META> };
>>
>>   --> bad 'M-s-x' or 'H-M-x'
>>
>> $ xkbcomp :0 - | xkbcomp - :0
>> $ xkbcomp :0 - | grep Mod4
>>     modifier_map Mod4 { <LALT> };
>>     modifier_map Mod4 { <RALT> };
>>     modifier_map Mod4 { <RWIN> };
>>     modifier_map Mod4 { <META> };
>>
>>   --> expected 'M-x'
>>
>>
>>
>> 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.