diff options
author | Eshel Yaron <me@eshelyaron.com> | 2024-06-05 10:03:06 +0200 |
---|---|---|
committer | Eshel Yaron <me@eshelyaron.com> | 2024-06-05 12:09:56 +0200 |
commit | c11fe940064724e5c41af20fdb0f60c49952f936 (patch) | |
tree | 33dff5bf7d5b5b2dd4a73d331e0db48669f51ff9 /lisp/emacs-lisp/byte-run.el | |
parent | b2ed1ed1d87c9a3c306554ab7a653717450cc562 (diff) | |
download | emacs-c11fe940064724e5c41af20fdb0f60c49952f936.tar.gz emacs-c11fe940064724e5c41af20fdb0f60c49952f936.tar.bz2 emacs-c11fe940064724e5c41af20fdb0f60c49952f936.zip |
Allow 'completion-preview-require-minimum-symbol-length' to be nil
With some completion backends, completion preview is useful not only
after a partial symbol, but also after punctuation and other non-symbol
characters. For example, in C code it's helpful to display the
completion preview for struct members when point is after 'foo->'.
Provide an option to skip the check for minimum symbol length at point
in order to support this use case.
* lisp/completion-preview.el
(completion-preview-minimum-symbol-length): Mention possible nil
value in type and docstring.
(completion-preview-require-minimum-symbol-length): Skip check
if 'completion-preview-minimum-symbol-length' is nil.
Diffstat (limited to 'lisp/emacs-lisp/byte-run.el')
0 files changed, 0 insertions, 0 deletions