[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sb-rss] description
要素
- From: ari@xxxxxxxxxxxxx (ARISAWA Akihiro)
- Date: Sat, 19 Feb 2005 09:33:04 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 07638
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 があれば検討しますので
おしらせください。
--
有沢 明宏