emacs-diffs
[Top][All Lists]
Advanced

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

feature/eglot2emacs 6a6f4c3d27 041/120: Don't use :exclusive no


From: João Távora
Subject: feature/eglot2emacs 6a6f4c3d27 041/120: Don't use :exclusive no
Date: Thu, 20 Oct 2022 07:16:49 -0400 (EDT)

branch: feature/eglot2emacs
commit 6a6f4c3d27892ee5355d341ae9f586a48d217023
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Don't use :exclusive no
    
    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 | 1 -
 1 file changed, 1 deletion(-)

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