emacs-devel
[Top][All Lists]
Advanced

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

Re: Changes to emacs/lisp/buff-menu.el,v


From: Juri Linkov
Subject: Re: Changes to emacs/lisp/buff-menu.el,v
Date: Sat, 22 Nov 2008 21:09:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu)

>>> ... and surely any environmental tests in the initializer of a dumped
>>> variable are obviously wrong anyway...
>> And these days, the same Emacs instance can be accessed simultaneously
>> from displays with different capabilities; so bad form all round really. ;)
>
> Yup... undone.  This said, nowadays, I'd really like to just always
> use "…".

Maybe a function is better:

(defun Buffer-menu-short-ellipsis ()
 (if (char-displayable-p ?…) "…" ":"))

We already do such customization-by-function-redefinition
e.g. in `help-default-arg-highlight'.

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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