]> git.eshelyaron.com Git - emacs.git/commit
Add Completion Preview mode
authorEshel Yaron <me@eshelyaron.com>
Thu, 2 Nov 2023 15:58:31 +0000 (16:58 +0100)
committerEli Zaretskii <eliz@gnu.org>
Wed, 15 Nov 2023 17:15:49 +0000 (19:15 +0200)
commite82d807a2845673e2d55a27915661b2f1374b89a
tree0c1abe9d75d43bf9fab8a9fe8e9e801ed4f7f368
parent7cfe088bc35f14391014b4f93a784fdef412da9c
Add Completion Preview mode

This adds a new minor mode, 'completion-preview-mode', that displays
in-buffer completion suggestions with an inline "preview" overlay.
(Bug#66948)

* lisp/completion-preview.el: New file.
* doc/emacs/programs.texi (Symbol Completion): Document it.
* etc/NEWS: Announce it.
doc/emacs/programs.texi
etc/NEWS
lisp/completion-preview.el [new file with mode: 0644]