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

[sb-rss] description 要素



sb-rss で description 要素を shimbun の extra slot に入れるようにしました。
それに伴い nnshimbun で extra を扱えるようにしました。

これにより、以下のような設定で description を Summary に表示させることが
できます。(cf. (Info-goto-node "(gnus)RSS"))

(defun gnus-user-format-function-X (header)
  (let ((descr (assq 'description (mail-header-extra header))))
    (if descr (concat "\n\t" (cdr descr)) "")))
(setq gnus-summary-line-format
      "%U%R%z%B%(%[%6,6~(cut 2)o: %-20,20f%]%) %s%uX\n")

表示例: http://www.nijino.com/ari/emacs/nnshimbun-rss-description.png
;; Tooltip に出せないものですかね?


気になる点としては、description が巨大だと .overview もつられて巨大に
なってしまう点です。問題となる shimbun group があれば検討しますので
おしらせください。

-- 
有沢 明宏