]> git.eshelyaron.com Git - emacs.git/commit
Kill server's output and events buffers from eglot-shutdown ()
authorMichal Krzywkowski <k.michal@zoho.com>
Sat, 11 Aug 2018 23:22:26 +0000 (01:22 +0200)
committerJoão Távora <joaotavora@gmail.com>
Sat, 11 Aug 2018 23:22:26 +0000 (00:22 +0100)
commitef5266397a0447a356b401df5572becdb30e7c61
treed92f156f36fddedf79c10b11455d7408d282b1fb
parent4dc3c8d0dce1ebf0d26d9092593bddb4119c26d0
Kill server's output and events buffers from eglot-shutdown ()

* eglot.el
(Package-Requires): Require jsonrpc 1.0.5
(eglot-shutdown): Kill events and stderr buffers of the
server, unless new PRESERVE-BUFFERS argument is non-nil.
eglot-reconnect): Preserve buffers on shutdown.

* eglot-tests.el (eglot--call-with-dirs-and-files): Call
eglot-shutdown with non-nil PRESERVE-BUFFERS arg.

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