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: Alan Third
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: Wed, 18 Dec 2019 20:44:22 +0000

On Thu, Dec 19, 2019 at 12:55:25AM +0900, tsuucat wrote:
> 
> > I had a quick look to see if I could see any way to sort it in the NS
> > specific code but couldn’t see anything and haven’t really had a
> > chance to dig more deeply.
> 
> Thanks.
> 
> I made another patch. Unlike before this is NS specific version.

I like it. Very neat.

Can I ask what this change does?

-    (overlay-put (setq ns-working-overlay (make-overlay start (point)
-                                                       (current-buffer) nil t))
+    (overlay-put (setq ns-working-overlay (make-overlay start (point)))

I believe this can be committed as copyright exempt, but if send any
more patches you’ll probably have to go through the copyright
assignment process.

Thanks!
-- 
Alan Third





reply via email to

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