info-gnus-english
[Top][All Lists]
Advanced

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

Re: Incorrect rendering of unicode characters in summary buffer


From: Dan Davison
Subject: Re: Incorrect rendering of unicode characters in summary buffer
Date: Fri, 28 Jan 2011 09:54:28 +0000
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (darwin)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Dan Davison <dandavison7@gmail.com> 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)


reply via email to

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