]> git.eshelyaron.com Git - emacs.git/commit
; Improve and add tests for Completion Preview mode
authorEshel Yaron <me@eshelyaron.com>
Sun, 19 Nov 2023 09:55:15 +0000 (10:55 +0100)
committerEli Zaretskii <eliz@gnu.org>
Sat, 25 Nov 2023 10:06:03 +0000 (12:06 +0200)
commit3c3c46f4298fca9349fab080d974bdf7cdc7c25a
tree243a44c111754e7164930326f4c7fccdfe46e9ed
parentd5e6b3ff5ae0c1d52db848e56341b6299899fdd1
; Improve and add tests for Completion Preview mode

Fix handling of capfs that return a function or signal an error,
respect the ':exclusive' completion property, fix lingering "exact"
face after deletion that makes the matches non-exact, and add tests.

* lisp/completion-preview.el (completion-preview--make-overlay): Only
reuse the previous 'after-string' if it has the right face.
(completion-preview--try-table)
(completion-preview--capf-wrapper): New functions.
(completion-preview--update): Use them.
* test/lisp/completion-preview-tests.el: New file.  (Bug#67275)
lisp/completion-preview.el
test/lisp/completion-preview-tests.el [new file with mode: 0644]