[mew-int 01778] Re: customize thread
Serge Basterot
serge.basterot at example.com
Fri Mar 5 19:51:53 JST 2004
Kazu Yamamoto (山本和彦) <kazu at example.com> wrote:
> > I tried to use some others symbols writing like this "\x49022" and
> > "\x490b0\x49020\x490fa ", but mew complained that these fields
> > doesn't have same length.
> > I can't define these symbols in this way ?
>
> Each member must have the same width for display reason.
>
> Deos "\x49022" and "\x490b0\x49020\x490fa" mean
> ["\x49022" "\x490b0" "\x49020" "\x490fa"]?
No. I didn't explain well this stuff. Consider the following code
from ~/.gnus.el :
(when window-system
(setq gnus-sum-thread-tree-root "\x4912f ")
(setq gnus-sum-thread-tree-single-indent "\x4912e ")
(setq gnus-sum-thread-tree-leaf-with-other "\x4903c\x49020\x490fa ")
(setq gnus-sum-thread-tree-vertical "\x49022")
(setq gnus-sum-thread-tree-single-leaf "\x490b0\x49020\x490fa "))
You can see the result here :
http://serge.basterot.free.fr/images/gnus-thread.jpg
I don't know how to write directly unicode symbols in emacs buffer,
so I wrote them in this format.
Regards,
--
Serge Basterot
"Ce qui n'est pas donn,bi(B est perdu
Ce que tu gardes est foutu"
More information about the Mew-int
mailing list