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

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

Something like `without-redisplay'?


From: Alexander Shukaev
Subject: Something like `without-redisplay'?
Date: Mon, 31 Aug 2015 11:49:56 +0200

Hello,

Can redisplay occur during command execution (in between of forms)?
If yes, then wouldn't this produce nasty flickering in some cases
(especially when one manipulates point)?  If all the above is true,
then is there some form to protect the code from running redisplay
during its execution?

(without-redisplay
  ...
  ...)

Regards,
Alexander



reply via email to

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