emacs-devel
[Top][All Lists]
Advanced

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

Re: Select completions from the minibuffer


From: Stefan Monnier
Subject: Re: Select completions from the minibuffer
Date: Fri, 18 Mar 2022 08:04:12 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

>> Yes I just confirmed, actually the pre-redisplay-function is not called
>> for simple commands like self-insert or moving the point and in your
>> case neither.

I'm pretty sure it's called for "simple commands like self-insert".

But as for moving point, maybe you're right that we have a bug there,
when point is moved in a window other than the selected window.

> If that's the case, how come the region's display is updated when you
> insert a character or move point (with Shift pressed)?

The region is only highlighted in the selected-window, so that doesn't
give us evidence to conclude that the `pre-redisplay-functions` are called
when point moves in a window other than the selected window.


        Stefan




reply via email to

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