]> git.eshelyaron.com Git - emacs.git/commit
Allow completely disabling event logging in jsonrpc.el
authorJoão Távora <joaotavora@gmail.com>
Fri, 10 Aug 2018 00:15:25 +0000 (01:15 +0100)
committerJoão Távora <joaotavora@gmail.com>
Fri, 10 Aug 2018 00:21:16 +0000 (01:21 +0100)
commit9bb52a8e8fa9cd7ce65945373e694041f192ded8
tree41308908a54826412c4bd45dc7fa22bef120eb10
parent53483df0de0085dbc9ef0b15a0f629ab808b0147
Allow completely disabling event logging in jsonrpc.el

Pretty printing the event sexp can be very slow when very big messages
are involved.

* lisp/jsonrpc.el (Version): Bump to 1.0.3
(jsonrpc-connection): Tweak docstring for
jsonrpc--event-buffer-scrollback-size.
(jsonrpc--log-event): Only log if max size is positive.
lisp/jsonrpc.el