emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eglot b6363b2d06 1/2: Close #812: Don't use :exclusive


From: ELPA Syncer
Subject: [elpa] externals/eglot b6363b2d06 1/2: Close #812: Don't use :exclusive no
Date: Fri, 21 Jan 2022 22:57:28 -0500 (EST)

branch: externals/eglot
commit b6363b2d06ca71806c3658abc5e88ecbb2147a0b
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Close #812: Don't use :exclusive no
    
    See #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.
---
 eglot.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index e27ddd7f94..d8308e0f97 100644
--- a/eglot.el
+++ b/eglot.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]