bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#20178: 24.3; Two feature requests for tabulated-list.el


From: Stefan Monnier
Subject: bug#20178: 24.3; Two feature requests for tabulated-list.el
Date: Mon, 23 Mar 2015 09:28:54 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> 1. Truncating labels is done ATM with

>        (truncate-string-to-width label width nil nil t)

>    It would be nice if there was an option to choose the `ellipsis'
>    argument.  (The code already deals with unicode, so IMO it makes
>    sense to use "…" with an alternative of "-" in
>    `tabulated-list-glyphless-char-display'.)

(setq truncate-string-ellipsis "…")


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]