]> git.eshelyaron.com Git - emacs.git/commit
* lisp/simple.el (next-line-completion): Better handing of group lines.
authorJuri Linkov <juri@linkov.net>
Thu, 25 Jan 2024 17:52:08 +0000 (19:52 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 25 Jan 2024 18:07:04 +0000 (19:07 +0100)
commitd9a9aa0d36289be011516fe22c69068009a8a848
treedd6383d37179cee7b7896c5e7fe9fceb3bb77ee1
parent7e62b994160963a1fb447be49f7845c28b25e719
* lisp/simple.el (next-line-completion): Better handing of group lines.

Simplify to not compare the result of 'move-to-column'
with the value 'column'.  Such comparison prevented from moving
over lines without completion candidates such as group lines (bug#68688).

* test/lisp/minibuffer-tests.el (completions-group-navigation-test):
Add more group candidates to create more columns and to test
moving over group lines and over columns without candidates.

(cherry picked from commit d22a3e5afe75c9f4a18926cce16c1a13fa912df2)
lisp/simple.el
test/lisp/minibuffer-tests.el