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

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

bug#45035: 28.0.50; Command completion annotations show minibuffer keybi


From: Omar Antolín Camarena
Subject: bug#45035: 28.0.50; Command completion annotations show minibuffer keybindings
Date: Sun, 06 Dec 2020 20:50:04 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (windows-nt)

> Thanks, I think your idea is correct.  But I'm not sure if
> minibuffer-completion-help is the right place for wrapping in
> with-minibuffer-selected-window.  This means that all calls of
> annotation-function will be in the original buffer, whereas
> only read-extended-command--annotation needs such wrapping.

Oh, that's a very good point. Probably it would be best to leave
minibuffer-completion-help as is, and change only
read-extended-command--annotation.

> Or do you care that such wrapping will be called for every command
> in read-extended-command--annotation?  Then instead of annotation-function
> you could try to use a new function affixation-function that is called
> only once, so you could add wrapping to it.

My Emacs doesn't have affixation-function yet, so I don't really know
anything about it.

-- 
Omar





reply via email to

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