aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPhilippe Vaucher2019-03-02 20:03:41 +0100
committerEli Zaretskii2019-03-15 11:08:01 +0200
commit18fb250d6748bd31672a9d2bdd5dff99ac7f7743 (patch)
tree34178feabb3e6c19fdf3d5358f6a3d6ba6969b5f /etc
parentc72c2b04c2ed1688c9903cd87e7925b74a307541 (diff)
downloademacs-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/NEWS13
1 files changed, 12 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 31772abe6c7..000d211c1ab 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -923,7 +923,7 @@ been instrumented by Edebug.
923the XTerm window title. This feature is experimental and is disabled 923the XTerm window title. This feature is experimental and is disabled
924by default. 924by 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.
1194This allows to create and parent immediately a minibuffer-only child 1194This allows to create and parent immediately a minibuffer-only child
1195frame when making a frame. 1195frame when making a frame.
1196 1196
1197** Tabulated List mode
1198
1199+++
1200** New user options for tabulated list sort indicators.
1201You can now customize which sorting indicator character to display
1202near 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