all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Enrico Scholz via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Po Lu <luangruo@yahoo.com>
Cc: 67070@debbugs.gnu.org, Eli Zaretskii <eliz@gnu.org>,
	Eshel Yaron <me@eshelyaron.com>
Subject: bug#67070: 29.1; broken keybindings with emacs 29
Date: Thu, 16 Nov 2023 15:33:52 +0100	[thread overview]
Message-ID: <lyr0kpn4xb.fsf@ensc-pc.intern.sigma-chemnitz.de> (raw)
In-Reply-To: <lyv8a1n59r.fsf@ensc-pc.intern.sigma-chemnitz.de> (Enrico Scholz's message of "Thu, 16 Nov 2023 15:26:24 +0100")

Enrico Scholz <enrico.scholz@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





  reply	other threads:[~2023-11-16 14:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-11 10:32 bug#67070: 29.1; broken keybindings with emacs 29 Enrico Scholz
2023-11-14 14:06 ` Eli Zaretskii
2023-11-14 15:10   ` Eshel Yaron via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-11-15 17:55     ` Enrico Scholz via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-11-16  0:31       ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-11-16 14:26         ` Enrico Scholz via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-11-16 14:33           ` Enrico Scholz via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2023-11-25  9:37             ` Eli Zaretskii
2023-12-25 14:55               ` Stefan Kangas
2023-12-26  1:56                 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-11-15  1:05   ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=lyr0kpn4xb.fsf@ensc-pc.intern.sigma-chemnitz.de \
    --to=bug-gnu-emacs@gnu.org \
    --cc=67070@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=enrico.scholz@sigma-chemnitz.de \
    --cc=luangruo@yahoo.com \
    --cc=me@eshelyaron.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.