File: tabulated-list.el.html
This file defines Tabulated List mode, a generic major mode for displaying lists of tabulated data, intended for other major modes to inherit from. It provides several utility routines, e.g. for pretty-printing lines of tabulated data to fit into the appropriate columns.
For usage information, see the documentation of tabulated-list-mode.
This package originated from Tom Tromey's Package Menu mode, extended and generalized to be used by other modes.
Defined variables (18)
tabulated-list--header-string | Holds the header if ‘tabulated-list-use-header-line’ is nil. |
tabulated-list-entries | Entries displayed in the current Tabulated List buffer. |
tabulated-list-format | The format of the current Tabulated List mode buffer. |
tabulated-list-groups | Groups displayed in the current Tabulated List buffer. |
tabulated-list-gui-sort-indicator-asc | Indicator for columns sorted in ascending order, for GUI frames. |
tabulated-list-gui-sort-indicator-desc | Indicator for columns sorted in descending order, for GUI frames. |
tabulated-list-mode-abbrev-table | Abbrev table for ‘tabulated-list-mode’. |
tabulated-list-mode-hook | Hook run after entering ‘tabulated-list-mode’. |
tabulated-list-mode-map | Local keymap for ‘tabulated-list-mode’ buffers. |
tabulated-list-mode-syntax-table | Syntax table for ‘tabulated-list-mode’. |
tabulated-list-padding | Number of characters preceding each Tabulated List mode entry. |
tabulated-list-printer | Function for inserting a Tabulated List entry at point. |
tabulated-list-revert-hook | Hook run before reverting a Tabulated List buffer. |
tabulated-list-sort-button-map | Local keymap for ‘tabulated-list-mode’ sort buttons. |
tabulated-list-sort-key | Sort key for the current Tabulated List mode buffer. |
tabulated-list-tty-sort-indicator-asc | Indicator for columns sorted in ascending order, for text-mode frames. |
tabulated-list-tty-sort-indicator-desc | Indicator for columns sorted in ascending order, for text-mode frames. |
tabulated-list-use-header-line | Whether the Tabulated List buffer should use a header line. |
Defined functions (34)
Defined faces (1)
tabulated-list-fake-header | Face used on fake header lines. |