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

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

bug#60411: 29.0.60; minibuffer-next-completion skips first candidate whe


From: Stefan Monnier
Subject: bug#60411: 29.0.60; minibuffer-next-completion skips first candidate when completions-header-format and completion-show-help are nil
Date: Fri, 06 Jan 2023 13:23:27 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

>> Okay.  I just had another look at this bug, and the patch below seems to 
>> work, too.  I find it much trickier and adhocish, though.
> I find it way better than the alternatives.  Stefan?

The code is more complex than the alternative but it solves the problem
where it occurs, so I like it better as well.
(I'd replace (= (point) (point-min)) with (bobp), tho).


        Stefan






reply via email to

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