]> git.eshelyaron.com Git - emacs.git/commit
New user option 'completion-preview-ignore-case'
authorEshel Yaron <me@eshelyaron.com>
Tue, 17 Sep 2024 18:26:23 +0000 (20:26 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 17 Sep 2024 18:40:15 +0000 (20:40 +0200)
commit678ea6106ac671a438af8e41a2db1322a250eade
treefff74e419efc3db1f18950f311dc3a20f5d2dc3f
parent77e557f438cf84a8998e02538374e8677bd67700
New user option 'completion-preview-ignore-case'

Completion Preview mode implicitly assumed that
'completion-ignore-case' is nil, and while it can also work
with 'completion-ignore-case' non-nil, the results are a bit
different than what you get with 'completion-at-point'.  Add
an option that controls case sensitivity explicitly and
specifically for Completion Preview mode, and clarify the
behavior when case differences are ignored.  (Bug#73234)

* lisp/completion-preview.el
(completion-preview-ignore-case): New user option.
lisp/completion-preview.el