Function: emacs-news-view-mode
emacs-news-view-mode is an autoloaded, interactive and byte-compiled
function defined in emacs-news-mode.el.gz.
Signature
(emacs-news-view-mode)
Documentation
Major mode for viewing the Emacs NEWS file.
In addition to any hooks its parent mode emacs-news-mode might have
run, this mode runs the hook emacs-news-view-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
C-x C-q emacs-news-mode
DEL scroll-down-command
S-SPC scroll-down-command
SPC scroll-up-command
SPC..~ undefined
g revert-buffer
h describe-mode
q quit-window
Probably introduced at or before Emacs version 29.1.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/emacs-news-mode.el.gz
;;;###autoload
(define-derived-mode emacs-news-view-mode emacs-news-mode "NEWS"
"Major mode for viewing the Emacs NEWS file."
(setq buffer-read-only t)
(emacs-news--buttonize)
(button-mode))