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: Milan Zamazal <pdm@zamazal.org>
Cc: 65370@debbugs.gnu.org, Stefan Kangas <stefankangas@gmail.com>,
	Phillip Lord <phillip.lord@russet.org.uk>
Subject: bug#65370: 30.0.50; Android: Single key input doesn’t work in some situations
Date: Sun, 03 Sep 2023 18:39:13 +0800	[thread overview]
Message-ID: <87a5u3lewe.fsf@yahoo.com> (raw)
In-Reply-To: <871qffvah5.fsf@zamazal.org> (Milan Zamazal's message of "Sun, 03 Sep 2023 12:04:38 +0200")

Milan Zamazal <pdm@zamazal.org> writes:

>>>>>> "SK" == Stefan Kangas <stefankangas@gmail.com> writes:
>
>     SK> Milan, are you still seeing this problem?
>
> The first problem is gone but this problem still exists:
>
>> 2. When running `M-x org-drill' on an org-drill file (org-drill is
>>    available from MELPA and
>>    https://gitlab.com/phillord/org-drill#demonstration describes an easy
>>    way to try it), one can normally type digits 1-5 to proceed with the
>>    cards.  Instead, the prompt doesn't react to keys at all and when I
>>    click to the primary buffer, the typed characters are inserted there.
>>    Both is wrong and doesn't happen in (non-Android) Emacs 29.1.

Oh, thanks.  This is because Org Drill doesn't take measures to disable
text conversion (a mechanism whereby input methods insert text directly
within buffers) within Org buffers it manages, and consequently cannot
receive text typed from the keyboard as key events.

Phillip, would you please look into this?  As a rule of thumb,
disabling text conversion requires no more than:

  (setq-local text-conversion-style nil)





      reply	other threads:[~2023-09-03 10:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-18 17:36 bug#65370: 30.0.50; Android: Single key input doesn’t work in some situations Milan Zamazal
2023-08-19  0:58 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-09-02 16:31   ` Stefan Kangas
2023-09-03  0:55     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-09-03  7:13       ` Stefan Kangas
2023-09-03 10:04         ` Milan Zamazal
2023-09-03 10:39           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]

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=87a5u3lewe.fsf@yahoo.com \
    --to=bug-gnu-emacs@gnu.org \
    --cc=65370@debbugs.gnu.org \
    --cc=luangruo@yahoo.com \
    --cc=pdm@zamazal.org \
    --cc=phillip.lord@russet.org.uk \
    --cc=stefankangas@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.