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

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

bug#41340: 26.3; ido-completing-read doesn't respect completion-auto-hel


From: Ryan C. Thompson
Subject: bug#41340: 26.3; ido-completing-read doesn't respect completion-auto-help
Date: Wed, 20 May 2020 10:12:07 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.8.0

On 5/16/20 9:32 PM, Dmitry Gutov wrote:
On 17.05.2020 04:16, Ryan C. Thompson wrote:
Hmm, that's not the behavior I see, even in emacs -Q.

That's odd.

I get it in 'M-x describe-function', at least.
Ok, I figured out the difference between t and `lazy', and I determined that the lazy setting is not meaningful for ido, since ido already eagerly shows completions at all times. Hence, the attached patch teaches ido how to respect `completion-auto-help' being set to nil but doesn't make any special allowance for `lazy'. The existing behavior of ido is already correct when `completion-auto-help' is non-nil.

Attachment: 0001-lisp-ido.el-Respect-completion-auto-help-setting.patch
Description: Text document


reply via email to

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