File: lisp-mode.el.html
The base major mode for editing Lisp code (used also for Emacs Lisp).
This mode is documented in the Emacs manual.
Defined variables (29)
emacs-lisp-docstring-fill-column | Value of ‘fill-column’ to use when filling a docstring. |
lisp-body-indent | Number of columns to indent the second line of a ‘(def...)’ form. |
lisp-cl-font-lock-keywords | Default expressions to highlight in Lisp modes. |
lisp-cl-font-lock-keywords-1 | Subdued level highlighting for Lisp modes. |
lisp-cl-font-lock-keywords-2 | Gaudy level highlighting for Lisp modes. |
lisp-data-mode-abbrev-table | Abbrev table for ‘lisp-data-mode’. |
lisp-data-mode-hook | Hook run after entering Lisp-Data mode. |
lisp-data-mode-map | Keymap for ‘lisp-data-mode’. |
lisp-data-mode-syntax-table | Parent syntax table used in Lisp modes. |
lisp-doc-string-elt-property | The symbol property that holds the docstring position info. |
lisp-el-font-lock-keywords | Default expressions to highlight in Emacs Lisp mode. |
lisp-el-font-lock-keywords-1 | Subdued level highlighting for Emacs Lisp mode. |
lisp-el-font-lock-keywords-2 | Gaudy level highlighting for Emacs Lisp mode. |
lisp-el-font-lock-keywords-for-backtraces | Default highlighting from Emacs Lisp mode used in Backtrace mode. |
lisp-el-font-lock-keywords-for-backtraces-1 | Subdued highlighting from Emacs Lisp mode used in Backtrace mode. |
lisp-el-font-lock-keywords-for-backtraces-2 | Gaudy highlighting from Emacs Lisp mode used in Backtrace mode. |
lisp-font-lock-keywords | Default expressions to highlight in Emacs Lisp mode. |
lisp-font-lock-keywords-1 | Subdued level highlighting for Emacs Lisp mode. |
lisp-font-lock-keywords-2 | Gaudy level highlighting for Emacs Lisp mode. |
lisp-imenu-generic-expression | Imenu generic expression for Lisp mode. See ‘imenu-generic-expression’. |
lisp-indent-function | A function to be called by ‘calculate-lisp-indent’. |
lisp-indent-offset | If non-nil, indent second line of expressions that many more columns. |
lisp-mode-abbrev-table | Abbrev table for Lisp mode. |
lisp-mode-hook | Hook run when entering Lisp mode. |
lisp-mode-map | Keymap for ordinary Lisp mode. |
lisp-mode-menu | Menu for ordinary Lisp mode. |
lisp-mode-shared-map | Keymap for commands shared by all sorts of Lisp modes. |
lisp-mode-syntax-table | Syntax table used in ‘lisp-mode’. |
lisp-prettify-symbols-alist | Alist of symbol/"pretty" characters to be displayed. |