Lars Ingebrigtsen <[email protected]> writes:
> Dan Davison <[email protected]> writes:
>
>> However the following render as 2 or 3 empty rectangles, followed by a
>> right pointing arrow (larger than the desired arrow heads):
>>
>> (setq gnus-sum-thread-tree-vertical "│")
>> (setq gnus-sum-thread-tree-leaf-with-other "├─► ")
>> (setq gnus-sum-thread-tree-single-leaf "╰─► ")
>
> What's your gnus-summary-line-format variable?
(setq gnus-summary-line-format
(concat
"%0{%U%R%z%}"
"%3{│%}" "%1{%~(pad-right 9)&user-date;%}" "%3{│%}" ;; date
" "
"%4{%-20,20f%}" ;; name
" "
"%3{│%}"
" "
"%1{%B%}"
"%s\n"))
This used to display correctly when I was using linux, but hasn't worked
since I started using OS X.
Dan
Some other summary settings that I am using:
(setq gnus-thread-sort-functions
'(gnus-thread-sort-by-number
gnus-thread-sort-by-most-recent-date))
(setq gnus-summary-thread-gathering-function
'gnus-gather-threads-by-references)
(setq gnus-user-date-format-alist
'(((gnus-seconds-today) . " %k:%M")
(604800 . "%a %k:%M")
((gnus-seconds-month)
. "%a %d")
((gnus-seconds-year)
. "%b %d")
(t . "%b %d '%y")))
(setq gnus-summary-display-arrow t)
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english