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: Thu, 17 Mar 2022 17:26:09 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> 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




reply via email to

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