all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#72899: [Android] read-key-sequence returns unexpected [text-conversion]
@ 2024-08-31  5:32 Joseph Turner via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-09-26  0:17 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 3+ messages in thread
From: Joseph Turner via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-08-31  5:32 UTC (permalink / raw)
  To: 72899

[-- Attachment #1: Type: text/plain, Size: 699 bytes --]

Hi Po Lu,

I am testing out spaced repetition systems which work fully within Emacs and also on Android.  When I tried org-drill, it failed to recognize my key inputs.  After digging, I found that on Android read-key-sequence simply returns [text-conversion], instead of whatever key sequence was actually pressed.

Running an old version of Android Emacs from F-Droid; please forgive me if this is already fixed:

GNU Emacs 30.0.50 (build 1, aarch64-unknown-linux-android22) of 2024-02-12

Internet searching for "Emacs" and "text-conversion" only resulted in finding commit d4d9db8dc6e.

Thank you!

Joseph

P.S. Sending this email from a phone, so I can't add you with X-Debbugs-Cc.

[-- Attachment #2: Type: text/html, Size: 792 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#72899: [Android] read-key-sequence returns unexpected [text-conversion]
  2024-08-31  5:32 bug#72899: [Android] read-key-sequence returns unexpected [text-conversion] Joseph Turner via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-09-26  0:17 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-09-26  0:55   ` Joseph Turner via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 3+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-09-26  0:17 UTC (permalink / raw)
  To: Joseph Turner; +Cc: 72899

tags 72899 notabug
close 72899
thanks

Joseph Turner <joseph@breatheoutbreathe.in> writes:

> Hi Po Lu,
>
> I am testing out spaced repetition systems which work fully within Emacs and also on Android.  When I tried org-drill, it failed to recognize my key
> inputs.  After digging, I found that on Android read-key-sequence simply returns [text-conversion], instead of whatever key sequence was actually
> pressed.
>
> Running an old version of Android Emacs from F-Droid; please forgive me if this is already fixed:
>
> GNU Emacs 30.0.50 (build 1, aarch64-unknown-linux-android22) of 2024-02-12
>
> Internet searching for "Emacs" and "text-conversion" only resulted in finding commit d4d9db8dc6e.
>
> Thank you!
>
> Joseph
>
> P.S. Sending this email from a phone, so I can't add you with X-Debbugs-Cc.

You must pass t as the DISABLE-TEXT-CONVERSION argument to
`read-key-sequence', or input methods will not generate keystrokes for
keypresses but insert text directly into the selected buffer.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#72899: [Android] read-key-sequence returns unexpected [text-conversion]
  2024-09-26  0:17 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-09-26  0:55   ` Joseph Turner via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 0 replies; 3+ messages in thread
From: Joseph Turner via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-09-26  0:55 UTC (permalink / raw)
  To: Po Lu; +Cc: 72899

Po Lu <luangruo@yahoo.com> writes:

> tags 72899 notabug
> close 72899
> thanks
>
> Joseph Turner <joseph@breatheoutbreathe.in> writes:
>
>> Hi Po Lu,
>>
>> I am testing out spaced repetition systems which work fully within
>> Emacs and also on Android. When I tried org-drill, it failed to
>> recognize my key
>> inputs. After digging, I found that on Android read-key-sequence
>> simply returns [text-conversion], instead of whatever key sequence
>> was actually
>> pressed.
>>
>> Running an old version of Android Emacs from F-Droid; please forgive me if this is already fixed:
>>
>> GNU Emacs 30.0.50 (build 1, aarch64-unknown-linux-android22) of 2024-02-12
>>
>> Internet searching for "Emacs" and "text-conversion" only resulted in finding commit d4d9db8dc6e.
>>
>> Thank you!
>>
>> Joseph
>>
>> P.S. Sending this email from a phone, so I can't add you with X-Debbugs-Cc.
>
> You must pass t as the DISABLE-TEXT-CONVERSION argument to
> `read-key-sequence', or input methods will not generate keystrokes for
> keypresses but insert text directly into the selected buffer.

Thank you for the explanation!

Joseph





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-26  0:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-31  5:32 bug#72899: [Android] read-key-sequence returns unexpected [text-conversion] Joseph Turner via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-26  0:17 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-26  0:55   ` Joseph Turner via Bug reports for GNU Emacs, the Swiss army knife of text editors

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.