From 6a6f4c3d27892ee5355d341ae9f586a48d217023 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 22 Jan 2022 04:13:11 +0100 Subject: [PATCH] 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 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) -- 2.39.5