all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Po Lu via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: "Alexander Prähauser" <ahprae@protonmail.com>
Cc: Eli Zaretskii <eliz@gnu.org>, 68930@debbugs.gnu.org
Subject: bug#68930: 30.0.50; Emacs conflates C-Ω and C-ω
Date: Tue, 06 Feb 2024 22:16:53 +0800	[thread overview]
Message-ID: <87v8717k4q.fsf@yahoo.com> (raw)
In-Reply-To: <87a5odaft6.fsf@protonmail.com> ("Alexander Prähauser"'s message of "Tue, 06 Feb 2024 13:22:11 +0000")

Alexander Prähauser <ahprae@protonmail.com> writes:

> Here is the overall keyboard config I'm using, just in case. I'm using
> Dual Function Keys to place modifiers, for lower-case Greek letters on
> the E key and the 9 key and for uppercase Greek letters on Tab and
> Rightbrace, and the xkb file is called Daselt, because that's what I
> called the overall layout.

I tried to replicate your configuration as best I could, since several
keys are absent from my keyboard that are required to activate the 4th
and 7th shift levels exactly as you describe, but to no avail: typing
Ctrl+Ω and Ctrl+ω continue to register as C-ω.  Last we heard, it wasn't
possible for you to compile Emacs from source.  If that has changed,
please build Emacs with xterm.c instrumented thus:

diff --git a/src/xterm.c b/src/xterm.c
index c8a43785564..5d4acb8f77b 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -24180,6 +24180,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
 						       copy_bufptr,
 						       copy_bufsiz,
 						       &overflow);
+			  fprintf (stderr, "xkbtranslatekeysym produced: %td\n", nbytes);
 			  if (overflow)
 			    {
 			      copy_bufptr

then type each of the two keystrokes once, and send us the two lines
printed.  Thanks.





  reply	other threads:[~2024-02-06 14:16 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-04 20:49 bug#68930: 30.0.50; Emacs conflates C-Ω and C-ω Alexander Prähauser via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-05 12:48 ` Eli Zaretskii
     [not found]   ` <878r3yalww.fsf@protonmail.com>
2024-02-05 19:10     ` Eli Zaretskii
2024-02-05 23:00       ` Alexander Prähauser via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-06  0:07         ` Alexander Prähauser via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-06  4:11           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-06 12:33             ` Eli Zaretskii
2024-02-06 12:57               ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-06 13:11                 ` Alexander Prähauser via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-06 13:22                   ` Alexander Prähauser via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-06 14:16                     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2024-02-06 12:34             ` Alexander Prähauser via Bug reports for GNU Emacs, the Swiss army knife of text editors
     [not found] ` <87r0hp9d4x.fsf@protonmail.com>
     [not found]   ` <87o7cs6a1x.fsf@yahoo.com>
     [not found]     ` <87eddoa3mp.fsf@protonmail.com>
     [not found]       ` <87jzng5uz1.fsf@yahoo.com>
     [not found]         ` <87a5oca09q.fsf@protonmail.com>
     [not found]           ` <878r3w5r56.fsf@yahoo.com>
     [not found]             ` <875xyz9or5.fsf@protonmail.com>
     [not found]               ` <87wmrf2ndz.fsf@yahoo.com>
     [not found]                 ` <871q9n9n1f.fsf@protonmail.com>
2024-02-08 12:38                   ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-08 13:00                     ` Alexander Prähauser via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-08 13:26                       ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-08 14:32                         ` Alexander Prähauser via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-24  9:33                           ` Eli Zaretskii

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=87v8717k4q.fsf@yahoo.com \
    --to=bug-gnu-emacs@gnu.org \
    --cc=68930@debbugs.gnu.org \
    --cc=ahprae@protonmail.com \
    --cc=eliz@gnu.org \
    --cc=luangruo@yahoo.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.