File: nroff-mode.el.html
This package is a major mode for editing nroff source code. It knows about various nroff constructs, ms, mm, and me macros, and will fill and indent paragraphs properly in their presence. It also includes a command to count text lines (excluding nroff constructs), a command to center a line, and movement commands that know how to skip macros.
Paragraph filling and line-counting currently don't respect comments, as they should.
Defined variables (8)
nroff-electric-mode | Non-nil if Nroff-Electric mode is enabled. |
nroff-electric-mode-hook | Hook run after entering or leaving ‘nroff-electric-mode’. |
nroff-font-lock-keywords | Font-lock highlighting control in ‘nroff-mode’. |
nroff-mode-abbrev-table | Abbrev table for ‘nroff-mode’. |
nroff-mode-hook | Hook run by function ‘nroff-mode’. |
nroff-mode-map | Major mode keymap for ‘nroff-mode’. |
nroff-mode-menu | Menu for ‘nroff-mode’. |
nroff-mode-syntax-table | Syntax table used while in ‘nroff-mode’. |
Defined functions (10)
nroff-backward-text-line | (&optional CNT) |
nroff-comment-indent | () |
nroff-count-text-lines | (START END &optional PRINT) |
nroff-electric-mode | (&optional ARG) |
nroff-electric-newline | (ARG) |
nroff-forward-text-line | (&optional CNT) |
nroff-insert-comment-function | () |
nroff-mode | () |
nroff-mode-menu | (ARG1) |
nroff-view | () |