Function: ert-simple-view-mode

ert-simple-view-mode is an interactive and byte-compiled function defined in ert.el.gz.

Signature

(ert-simple-view-mode)

Documentation

Major mode for viewing auxiliary information in ERT.

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

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/ert.el.gz
;;; Simple view mode for auxiliary information like stack traces or
;;; messages.  Mainly binds "q" for quit.

(define-derived-mode ert-simple-view-mode special-mode "ERT-View"
  "Major mode for viewing auxiliary information in ERT.")