all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yuuki Harano <masm+emacs@masm11.me>
To: daanturo@gmail.com
Cc: 49211@debbugs.gnu.org
Subject: bug#49211: 28.0.50; Unable to type S-SPC on feature/pgtk
Date: Fri, 02 Jul 2021 21:20:00 +0900 (JST)	[thread overview]
Message-ID: <20210702.212000.1866043018664603604.masm@luna.pink.masm11.me> (raw)
In-Reply-To: <0db057b0-65a5-16db-a0f3-8cbcd314c167@gmail.com>


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	other threads:[~2021-07-02 12:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-24 11:23 bug#49211: 28.0.50; Unable to type S-SPC on feature/pgtk daanturo
2021-07-02 12:20 ` Yuuki Harano [this message]
2021-07-03  9:13   ` daanturo
2021-07-03 17:09     ` Yuuki Harano
2022-12-25  8:59       ` Daan Ro

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=20210702.212000.1866043018664603604.masm@luna.pink.masm11.me \
    --to=masm+emacs@masm11.me \
    --cc=49211@debbugs.gnu.org \
    --cc=daanturo@gmail.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.