From: Stefan Kangas Date: Sat, 22 Jan 2022 03:13:11 +0000 (+0100) Subject: Don't use :exclusive no X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~77 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a6f4c3d27892ee5355d341ae9f586a48d217023;p=emacs.git 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 --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index e27ddd7f940..d8308e0f978 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)