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

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

bug#23412: 25.1.50; GUI Emacs on Mac OS X: text is keeping shaking/re-di


From: tsuucat
Subject: bug#23412: 25.1.50; GUI Emacs on Mac OS X: text is keeping shaking/re-displaying when insert text with external input method
Date: Thu, 19 Dec 2019 14:57:08 +0900

> Since the working text is not the final text to insert to buffer, how about 
> displaying it using after-string property of overlay? Such as:
> 
> (overlay-put (setq ns-working-overlay (make-overlay start (point)))
>    ‘after-string (propertize ns-working-text ‘face 'ns-working-text-face))


I did it. It is good undo behavior.

After this, working text appears in read-only buffer. (Mac port-like
behavior)

Attachment: 0001-insertText-flicker-patch.patch
Description: Binary data


--
tsuucat

reply via email to

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