From: João Távora Date: Sun, 4 May 2025 07:27:13 +0000 (+0100) Subject: Eglot: allow other keys in window/logMessage (bug#77948) X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3b54b4f06a7e9e127e86ce2bc90c4b3a54a6d30;p=emacs.git Eglot: allow other keys in window/logMessage (bug#77948) * lisp/progmodes/eglot.el (eglot-handle-notification window/logMessage): Fix. (cherry picked from commit 660ebdddf6583e447b50f6574dca4ca8ff42ef60) --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 6f3256977aa..6f4a6e591f6 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -2599,7 +2599,7 @@ return it back to the server. :null is returned if the list was empty." (if (and actions label) (cdr (assoc label actions)) :null))) (cl-defmethod eglot-handle-notification - (_server (_method (eql window/logMessage)) &key _type _message) + (_server (_method (eql window/logMessage)) &key _type _message &allow-other-keys) "Handle notification window/logMessage.") ;; noop, use events buffer (cl-defmethod eglot-handle-notification