|
| From: | Johan Bockgård |
| Subject: | Re: [Emacs-diffs] /srv/bzr/emacs/trunk r103444: * lisp/facemenu.el (list-colors-display): Use with-help-window (Bug#8048). |
| Date: | Mon, 28 Feb 2011 21:53:27 +0100 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Chong Yidong <address@hidden> writes:
> I'm thinking of something like `(space :width maximum)', i.e. a way to
> specify a stretch glyph that's exactly wide enough to align the end of
> the current line with the right edge of the text area.
(insert (propertize
" " 'display
'(space :align-to (- text 8))) "#123456")
| [Prev in Thread] | Current Thread | [Next in Thread] |