emacs-devel
[Top][All Lists]
Advanced

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

Re: master@head: completing-read behavior change?


From: Dmitry Gutov
Subject: Re: master@head: completing-read behavior change?
Date: Thu, 23 Jan 2020 16:58:09 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

Hi T.V.,

On 23.01.2020 3:03, T.V Raman wrote:
Fix is here for the curious:-)
https://github.com/tvraman/emacspeak/blob/master/lisp/emacspeak-ido.el#L85

You haven't answered my question about support for icomplete-mode. Do you only support Ido?

I'm happy you made it work, but I think it would be better to handle the general approach. Meaning, instead of hardcoding the names of (private) variables, scan the minibuffer, look for the overlays with after-string, order by 'priority', and read their contents one after another.

The new set-minibuffer-message feature uses the same approach if minibuffer is active. Although, in that case, you could advise this function, or set an alternative handler via the set-message-function variable (also just added in Emacs 27).



reply via email to

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