[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sb-tdiary with X-Face
>>>>> In [emacs-w3m : No.06007]
>>>>> Mito <mito@mxa.nes.nec.co.jp> wrote:
> (setq shimbun-tdiary-group-alist
> '(("猫○は○えつきた?!日記" "http://ほげほげ/~白○/diary/"
> nil "X-Face: lXh*PrM8>2L...")))
個人的な事を言わせて貰うなら、メールアドレスは link タグにあるし、
X-Face は lsdb で表示してるので、これらの設定は冗長なんですよね。
なので '("group name" "http://...") 形式でも動作するようにして頂きたい
なぁとか…。
> @@ -102,6 +104,9 @@
> (setq author (match-string 1))
> (when (re-search-forward "<link rev=\"made\" href=\"mailto:\\(.*\\)\">" nil t)
> (setq author (format "%s <%s>" author (match-string 1)))))
> + (when (null author)
> + (setq author (nth 2(assoc (shimbun-current-group-internal shimbun)
> + shimbun-tdiary-group-alist))))
もしユーザが shimbun-tdiary-group-alist でメールアドレスを明示している
のであれば、link タグの値よりもそちらを優先した方が直感的かなと思いま
す。
--
OHASHI Akira (大橋 彰)
bg66@koka-in.org bg66@debian.org
Share what you know. Learn what you don't.