diff options
| author | Philippe Vaucher | 2019-03-02 20:03:41 +0100 |
|---|---|---|
| committer | Eli Zaretskii | 2019-03-15 11:08:01 +0200 |
| commit | 18fb250d6748bd31672a9d2bdd5dff99ac7f7743 (patch) | |
| tree | 34178feabb3e6c19fdf3d5358f6a3d6ba6969b5f /etc | |
| parent | c72c2b04c2ed1688c9903cd87e7925b74a307541 (diff) | |
| download | emacs-18fb250d6748bd31672a9d2bdd5dff99ac7f7743.tar.gz emacs-18fb250d6748bd31672a9d2bdd5dff99ac7f7743.zip | |
Customize tabulated-list sort indicators
This allows the user to customize the sorting indicators displayed
near the current column.
* lisp/emacs-lisp/tabulated-list.el (tabulated-list): New group.
(tabulated-list-gui-sort-indicator-asc)
(tabulated-list-gui-sort-indicator-desc)
(tabulated-list-tty-sort-indicator-asc)
(tabulated-list-tty-sort-indicator-desc): New defcustomd.
(tabulated-list-glyphless-char-display): Remove.
(tabulated-list-make-glyphless-char-display-table): New function.
* doc/lispref/modes.texi (Tabulated List Mode): Add documentation
for new options.
* etc/NEWS: Mention the new options.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 13 |
1 files changed, 12 insertions, 1 deletions
| @@ -923,7 +923,7 @@ been instrumented by Edebug. | |||
| 923 | the XTerm window title. This feature is experimental and is disabled | 923 | the XTerm window title. This feature is experimental and is disabled |
| 924 | by default. | 924 | by default. |
| 925 | 925 | ||
| 926 | ** grep | 926 | ** Grep |
| 927 | 927 | ||
| 928 | +++ | 928 | +++ |
| 929 | *** rgrep, lgrep and zrgrep now hide part of the command line | 929 | *** rgrep, lgrep and zrgrep now hide part of the command line |
| @@ -1194,6 +1194,17 @@ the 128...255 range, as expected. | |||
| 1194 | This allows to create and parent immediately a minibuffer-only child | 1194 | This allows to create and parent immediately a minibuffer-only child |
| 1195 | frame when making a frame. | 1195 | frame when making a frame. |
| 1196 | 1196 | ||
| 1197 | ** Tabulated List mode | ||
| 1198 | |||
| 1199 | +++ | ||
| 1200 | ** New user options for tabulated list sort indicators. | ||
| 1201 | You can now customize which sorting indicator character to display | ||
| 1202 | near the current column in Tabulated Lists (see variables | ||
| 1203 | 'tabulated-list-gui-sort-indicator-asc', | ||
| 1204 | 'tabulated-list-gui-sort-indicator-desc', | ||
| 1205 | 'tabulated-list-tty-sort-indicator-asc', and | ||
| 1206 | 'tabulated-list-tty-sort-indicator-desc'). | ||
| 1207 | |||
| 1197 | 1208 | ||
| 1198 | * New Modes and Packages in Emacs 27.1 | 1209 | * New Modes and Packages in Emacs 27.1 |
| 1199 | 1210 | ||