Variable: jsonrpc-process-connection

jsonrpc-process-connection is a variable without a source file.

This variable is obsolete since 25.1; use 'jsonrpc-process-connection instead

Value

jsonrpc-process-connection

Documentation

A JSONRPC connection over an Emacs process.

The following initargs are accepted:

:PROCESS (mandatory), a live running Emacs process object or a
function of no arguments producing one such object. The process represents either a pipe connection to locally running process or a stream connection to a network host. The remote endpoint is expected to understand JSONRPC messages with basic HTTP-style enveloping headers such as "Content-Length:".

:ON-SHUTDOWN (optional), a function of one argument, the
connection object, called when the process dies.