Function: jsonrpc-events-mode

jsonrpc-events-mode is an interactive and byte-compiled function defined in jsonrpc.el.gz.

Signature

(jsonrpc-events-mode)

Documentation

Major mode for JSONRPC events buffers.

In addition to any hooks its parent mode special-mode might have run, this mode runs the hook jsonrpc-events-mode-hook, as the final or penultimate step during initialization.

C-c C-o jsonrpc-events-occur-at-point
RET jsonrpc-events-jq-at-point

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/jsonrpc.el.gz
(define-derived-mode jsonrpc-events-mode special-mode "JSONRPC-Events"
  "Major mode for JSONRPC events buffers."
  (buffer-disable-undo)
  (setq buffer-read-only t))