bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49211: 28.0.50; Unable to type S-SPC on feature/pgtk


From: Yuuki Harano
Subject: 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@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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]