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

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

bug#38851: 27.0.50; Recent my patch breaks isearch with macOS native inp


From: tsuucat
Subject: bug#38851: 27.0.50; Recent my patch breaks isearch with macOS native input method
Date: Thu, 2 Jan 2020 03:25:13 +0900

I sent a patch for Bug#23412 and the patch was already merged.
(http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-27&id=ba042176d8931cdf9441b3b4919ec74b75019494)

Unfortunately, the patch breaks isearch with macOS native input method.
I tried to modify ns-echo-working-text function and ns-delete-working-text
function, but I cannot do it.
This is because input-pending-p now returns t after pressing RET to confirm 
the conversion. (isearch-update function uses input-pending-p)

The following patch treats ns-unput-working-text event by deleteWorkingText 
specially in read_char(). This solve the problem.

Attachment: 0001-Change-redisplay-solution.patch
Description: Binary data

--
tsuucat

reply via email to

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