File: facemenu.el.html
This file defines a menu of faces (bold, italic, etc) which allows you to set the face used for a region of the buffer. Some faces also have keybindings, which are shown in the menu.
The menu also contains submenus for indentation and justification-changing commands.
Defined variables (17)
facemenu-add-face-function | Function called at beginning of text to change or nil. |
facemenu-background-menu | Menu keymap for background colors. |
facemenu-color-alist | Alist of colors, used for completion. |
facemenu-end-add-face | String to insert or function called at end of text to change or nil. |
facemenu-face-menu | Menu keymap for faces. |
facemenu-foreground-menu | Menu keymap for foreground colors. |
facemenu-indentation-menu | Submenu for indentation commands. |
facemenu-justification-menu | Submenu for text justification commands. |
facemenu-keybindings | Alist of interesting faces and keybindings. |
facemenu-keymap | Keymap for face-changing commands. |
facemenu-listed-faces | List of faces to include in the Face menu. |
facemenu-menu | Facemenu top-level menu keymap. |
facemenu-new-faces-at-end | Where in the menu to insert newly-created faces. |
facemenu-remove-face-function | When non-nil, this is a function called to remove faces. |
facemenu-special-menu | Menu keymap for non-face text-properties. |
list-colors-callback | Value of CALLBACK arg passed to ‘list-colors-display’; internal use. |
list-colors-sort | Color sort order for ‘list-colors-display’. |