GNU bug report logs - #49211
28.0.50; Unable to type S-SPC on feature/pgtk

Previous Next

Package: emacs;

Reported by: daanturo <daanturo <at> gmail.com>

Date: Thu, 24 Jun 2021 15:05:02 UTC

Severity: normal

Tags: moreinfo

Merged with 51002, 53200, 55362, 55660, 56653

Found in versions 28.0.50, 29.0.50

Done: Po Lu <luangruo <at> yahoo.com>

Bug is archived. No further changes may be made.

Full log


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

From: Yuuki Harano <masm+emacs <at> masm11.me>
To: daanturo <at> gmail.com
Cc: 49211 <at> debbugs.gnu.org
Subject: Re: bug#49211: 28.0.50; Unable to type S-SPC on feature/pgtk
Date: Fri, 02 Jul 2021 21:20:00 +0900 (JST)
On Thu, 24 Jun 2021 18:23:15 +0700,
	daanturo <daanturo <at> gmail.com> wrote:
> On branch feature/pgtk, open a clean Emacs session with -Q switch and
> switch to *scratch* buffer
> 
> ```elisp
> (global-set-key (kbd "S-SPC") #'pwd)
> (call-interactively #'describe-key)
> ```
> 
> Press "S-SPC".
> 
> Observed: `describe-key` shows: "SPC runs the command
> self-insert-command (found in global-map)".
> 
> Expected: "S-SPC runs the command pwd (found in global-map)", like on
> Emacs 27.2 and branch master.

The key event is consumed by input method.
If you don't need input methods, try:

(pgtk-use-im-context nil)

-- 
Yuuki Harano




This bug report was last modified 2 years and 202 days ago.

Previous Next


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