]> git.eshelyaron.com Git - emacs.git/commit
Handle experimental/unknown server methods gracefully
authorJoão Távora <joaotavora@gmail.com>
Wed, 11 Jul 2018 08:46:14 +0000 (09:46 +0100)
committerJoão Távora <joaotavora@gmail.com>
Wed, 11 Jul 2018 09:30:32 +0000 (10:30 +0100)
commit46de6683a7e827b3fb3d273605b3461075038c6f
tree2e7c65e601d194a393b0b33c8d29d13660b81af0
parentf52846f56f143788b8e235ba24f050e32486fb3f
Handle experimental/unknown server methods gracefully

* eglot.el (eglot-handle-notification t t, eglot-handle-request t
t): Add default handlers for unknown methods.
(eglot-handle-notification $cquery/progress)
(eglot-handle-notification $cquery/setInactiveRegions)
(eglot-handle-notification $cquery/publishSemanticHighlighting):
Remove these no-ops.

GitHub-reference: close https://github.com/joaotavora/eglot/issues/39
lisp/progmodes/eglot.el