]> git.eshelyaron.com Git - emacs.git/commit
Customize tabulated-list sort indicators
authorPhilippe Vaucher <philippe.vaucher@gmail.com>
Sat, 2 Mar 2019 19:03:41 +0000 (20:03 +0100)
committerEli Zaretskii <eliz@gnu.org>
Fri, 15 Mar 2019 09:08:01 +0000 (11:08 +0200)
commit18fb250d6748bd31672a9d2bdd5dff99ac7f7743
tree34178feabb3e6c19fdf3d5358f6a3d6ba6969b5f
parentc72c2b04c2ed1688c9903cd87e7925b74a307541
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.
doc/lispref/modes.texi
etc/NEWS
lisp/emacs-lisp/tabulated-list.el