]> git.eshelyaron.com Git - emacs.git/commit
Mark eglot-completion-at-point capf "non-exclusive"
authorGarret Buell <gmbuell@gmail.com>
Wed, 15 Dec 2021 21:17:26 +0000 (13:17 -0800)
committerGitHub <noreply@github.com>
Wed, 15 Dec 2021 21:17:26 +0000 (21:17 +0000)
commit907bfe2a93ad172a854979cede87ee0460e33ddd
tree778adcc789415c60914edff7927a595058a36abd
parent720eaece6e33d574178cf0c7ac1f16321b661dc1
Mark eglot-completion-at-point capf "non-exclusive"

Add :exclusive 'no to eglot-completion-at-point results marking it as
non-exclusive. This will allow completion to fall back to other less precise
completion backends (e.g. dabbrev) if Eglot's returns no results.

* eglot.el (eglot-completion-at-point): Set :exclusive to 'no

Copyright-paperwork-exempt: Yes
GitHub-reference: close https://github.com/joaotavora/eglot/issues/770
lisp/progmodes/eglot.el