File: abbrev.el.html
This facility is documented in the Emacs Manual.
Todo:
- Cleanup name space.
Defined variables (24)
abbrev--suggest-saved-recommendations | Keeps the list of expansions that have abbrevs defined. |
abbrev-all-caps | Non-nil means expand multi-word abbrevs in all caps if the abbrev was so. |
abbrev-expand-function | Function that ‘expand-abbrev’ uses to perform abbrev expansion. |
abbrev-expand-functions | Wrapper hook around ‘abbrev--default-expand’. |
abbrev-file-name | Default name of file from which to read and where to save abbrevs. |
abbrev-minor-mode-table-alist | Alist of abbrev tables to use for minor modes. |
abbrev-mode-hook | Hook run after entering or leaving ‘abbrev-mode’. |
abbrev-start-location | Buffer position for ‘expand-abbrev’ to use as the start of the abbrev. |
abbrev-start-location-buffer | Buffer that ‘abbrev-start-location’ has been set for. |
abbrev-suggest | Non-nil means suggest using abbrevs to save typing. |
abbrev-suggest-hint-threshold | Threshold for when to suggest to use an abbrev to save typing. |
abbrev-table-name-list | List of symbols whose values are abbrev tables. |
abbrevs-changed | Non-nil if any word abbrevs were defined or altered. |
edit-abbrevs-map | Keymap used in ‘edit-abbrevs’. |
edit-abbrevs-mode-abbrev-table | Abbrev table for ‘edit-abbrevs-mode’. |
edit-abbrevs-mode-hook | Hook run after entering ‘edit-abbrevs-mode’. |
edit-abbrevs-mode-map | Keymap used in ‘edit-abbrevs’. |
edit-abbrevs-mode-syntax-table | Syntax table for ‘edit-abbrevs-mode’. |
fundamental-mode-abbrev-table | The abbrev table of mode-specific abbrevs for Fundamental Mode. |
global-abbrev-table | The abbrev table whose abbrevs affect all buffers. |
last-abbrev | The abbrev-symbol of the last abbrev expanded. See ‘abbrev-symbol’. |
last-abbrev-location | The location of the start of the last abbrev that was expanded. |
last-abbrev-text | The exact text of the last abbrev that was expanded. |
only-global-abbrevs | Non-nil means user plans to use only global abbrevs. |
Defined functions (62)
Defined faces (1)
abbrev-table-name | Face used for displaying the abbrev table name in ‘edit-abbrevs-mode’. |