]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't use :exclusive no
authorStefan Kangas <stefankangas@gmail.com>
Sat, 22 Jan 2022 03:13:11 +0000 (04:13 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 22 Jan 2022 03:19:18 +0000 (04:19 +0100)
See https://github.com/joaotavora/eglot/issues/812 for background, in particular:
https://github.com/joaotavora/eglot/issues/812#issuecomment-1014821345

* eglot.el (eglot-completion-at-point): Don't use :exclusive no, as it
leads to breakage in many cases.

GitHub-reference: close https://github.com/joaotavora/eglot/issues/812

lisp/progmodes/eglot.el

index e27ddd7f9408c2c9e94d0d31a803c5a3fd2fb57a..d8308e0f97891b996b076b848b6ed5e314ea67b3 100644 (file)
@@ -2489,7 +2489,6 @@ is not active."
             (regexp-opt
              (cl-coerce (cl-getf completion-capability :triggerCharacters) 'list))
             (line-beginning-position))))
-       :exclusive 'no
        :exit-function
        (lambda (proxy status)
          (when (eq status 'finished)