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

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

Re: A nice gnus thread tree in console


From: Leo
Subject: Re: A nice gnus thread tree in console
Date: Fri, 08 Dec 2006 18:04:08 +0000
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux)

On FRI, 8 DEC 2006, Johan Bockgård wrote:

> Leo <sdl.web@gmail.com> writes:
>
>> I came across this screenshot¹ and really like the nice thread
>> tree.
>
> Thanks :)
>
>> Does anyone know how to setup this in Emacs 22? Thank you very much.
>
> http://www.emacswiki.org/cgi-bin/wiki/GnusFormatting

Thank you for the pointer. I actually have seen this page before :-)

I don't quite understand how people find the glyphs.

(dolist (c '((?\207 . ?q) (?\216 . ?x) (?\212 . ?t) (?\203 . ?m)))
  (aset standard-display-table (car c)
        (vector (create-glyph (concat "\e(0" "\e[35m" ; magenta
                                      (char-to-string (cdr c))
                                      "\e[0m" "\e(B")))))

-- 
Leo





reply via email to

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