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

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

bug#27479: Buffer text not repainted after `insert'


From: npostavs
Subject: bug#27479: Buffer text not repainted after `insert'
Date: Sun, 25 Jun 2017 14:08:25 -0400

[Please use "Reply All" to keep 27479@debbugs.gnu.org on Cc]

--- Begin Message --- Subject: Re: bug#27479: Date: Sun, 25 Jun 2017 10:19:43 -0700
I would say that is a *huge* wat.

For now I have resolved to use this:

(sequential-insert (arg) (progn (insert arg) (redisplay)))

This avoids backwards compatibility issues and and allows the user to be
explicit about whether or not they are inserting "sequentially."

I feel that something along the lines of this sequential-insert should be
included in mainline emacs though that is entirely your call.

Thank you for the help!

Sincerely,
John M. Beck


--- End Message ---

reply via email to

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