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

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

bug#19776: The hourglass


From: Lars Ingebrigtsen
Subject: bug#19776: The hourglass
Date: Mon, 25 Oct 2021 18:57:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> If I stick a call to Fredisplay in there, then it'll actually display
>> the hourglass, but that seems rather heavy-handed.  What's the proper
>> way to trigger the redisplay here?
>
> Try calling FRAME_MOUSE_UPDATE.

Didn't make a difference, unfortunately.

         redisplay_preserve_echo_area (2);

does the trick...  That function seems to be called from everywhere --
perhaps that's the one to use:

   This is useful in situations where you need to redisplay but no
   user action has occurred, making it inappropriate for the message
   area to be cleared.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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