Function: messages-buffer-mode
messages-buffer-mode is an interactive and byte-compiled function
defined in simple.el.gz.
Signature
(messages-buffer-mode)
Documentation
Major mode used in the "*Messages*" buffer.
In addition to any hooks its parent mode special-mode might have run,
this mode runs the hook messages-buffer-mode-hook, as the final or
penultimate step during initialization.
- negative-argument
0 digit-argument
1 digit-argument
2 digit-argument
3 digit-argument
4 digit-argument
5 digit-argument
6 digit-argument
7 digit-argument
8 digit-argument
9 digit-argument
< beginning-of-buffer
> end-of-buffer
? describe-mode
DEL scroll-down-command
S-SPC scroll-down-command
SPC scroll-up-command
SPC..~ undefined
g nil
g revert-buffer
h describe-mode
q quit-window
Probably introduced at or before Emacs version 24.4.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/simple.el.gz
"g" nil) ; nothing to revert
(define-derived-mode messages-buffer-mode special-mode "Messages"
"Major mode used in the \"*Messages*\" buffer."
;; Make it easy to do like "tail -f".
(setq-local window-point-insertion-type t))