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-functionFunction called at beginning of text to change or nil.
facemenu-background-menuMenu keymap for background colors.
facemenu-color-alistAlist of colors, used for completion.
facemenu-end-add-faceString to insert or function called at end of text to change or nil.
facemenu-face-menuMenu keymap for faces.
facemenu-foreground-menuMenu keymap for foreground colors.
facemenu-indentation-menuSubmenu for indentation commands.
facemenu-justification-menuSubmenu for text justification commands.
facemenu-keybindingsAlist of interesting faces and keybindings.
facemenu-keymapKeymap for face-changing commands.
facemenu-listed-facesList of faces to include in the Face menu.
facemenu-menuFacemenu top-level menu keymap.
facemenu-new-faces-at-endWhere in the menu to insert newly-created faces.
facemenu-remove-face-functionWhen non-nil, this is a function called to remove faces.
facemenu-special-menuMenu keymap for non-face text-properties.
list-colors-callbackValue of CALLBACK arg passed to ‘list-colors-display’; internal use.
list-colors-sortColor sort order for ‘list-colors-display’.

Defined functions (26)

facemenu-active-faces(FACE-LIST &optional FRAME)
facemenu-add-face(FACE &optional START END)
facemenu-add-new-color(COLOR MENU)
facemenu-add-new-face(FACE)
facemenu-color-equal(A B)
facemenu-complete-face-list(&optional OLDLIST)
facemenu-iterate(FUNC LIST)
facemenu-read-color(&optional PROMPT CONVERT-TO-RGB ALLOW-EMPTY-NAME MSG FOREGROUND FACE)
facemenu-remove-all(START END)
facemenu-remove-face-props(START END)
facemenu-remove-special(START END)
facemenu-set-background(COLOR &optional START END)
facemenu-set-charset(CSET &optional START END)
facemenu-set-face(FACE &optional START END)
facemenu-set-face-from-menu(FACE START END)
facemenu-set-foreground(COLOR &optional START END)
facemenu-set-intangible(START END)
facemenu-set-invisible(START END)
facemenu-set-read-only(START END)
facemenu-set-self-insert-face(FACE)
facemenu-update()
list-colors-display(&optional LIST BUFFER-NAME CALLBACK)
list-colors-duplicates(&optional LIST)
list-colors-print(LIST &optional CALLBACK)
list-colors-redisplay(IGNORE-AUTO NOCONFIRM)
list-colors-sort-key(COLOR)

Defined faces (0)