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: Ergus
Subject: Re: Select completions from the minibuffer
Date: Thu, 17 Mar 2022 22:33:50 +0100

On Thu, Mar 17, 2022 at 05:26:09PM -0400, Stefan Monnier wrote:
Now it keeps highlighting in *Completions* after switching to the minibuffer,
but still doesn't move the highlighting in *Completions* when
completions are navigated from the minibuffer with

Shooting from the side lines: sounds like maybe it's due to the
difference between `point` and `window-point`.  IOW maybe somewhere the
new code should use `window-point` instead of `point`.


       Stefan


Hi Stefan:

redisplay--update-cursor-face-highlight already uses
window-point... What do you mean?


reply via email to

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