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

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

bug#32108: 27.0.50; Insertion of char from input method during macro inv


From: Eli Zaretskii
Subject: bug#32108: 27.0.50; Insertion of char from input method during macro invocation duplicates the char
Date: Wed, 11 Jul 2018 12:29:03 +0300

> From: Glenn Morris <rgm@gnu.org>
> Cc: Eli Zaretskii <eliz@gnu.org>,  32108@debbugs.gnu.org
> Date: Tue, 10 Jul 2018 20:54:31 -0400
> 
> bisects to 30a6b1f81412044aa7dda5573b0142a0a03c4fd3.

AFAICS, this happens because when an input method is active, read_char
is called recursively from quail-start-translation, and that recursive
call records the same character for the second time.

Any ideas except introduction of a new variable, inhibit-record-char,
which quail-start-translation would bind to prevent recording of the
same key more than once?





reply via email to

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