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

Re: teacup掲 示板が見られない



;; 白井さん、テスト投稿ありがとうございます。:)

>>>>> In [emacs-w3m : No.07854] 澤田豊伸さん wrote:

> ところが同じTeaCupでも旧来の形式のところ
> (例えばhttp://8027.teacup.com/toyokazu/bbs)
> はなぜかダメです。

shimbun-tcup-group-alist で coding-system を指定できるようにして
おいたので、例えばそのグループ名を "club-in-f" とすると、追加す
るのを

("club-in-f" "http://8027.teacup.com/toyokazu/bbs")

ではなくて

("club-in-f" "http://8027.teacup.com/toyokazu/bbs" nil nil nil nil nil shift_jis)

とすれば動くんじゃないでしょうか。ぼくはこういうので試してみまし
た。

(eval-after-load "sb-tcup"
  '(unless (assoc "club-in-f" shimbun-tcup-group-alist)
     (push '("club-in-f" "http://8027.teacup.com/toyokazu/bbs"
	     nil nil nil nil nil shift_jis)
	   shimbun-tcup-group-alist)))

ただ、これだけでは足りないので、以下の基準を使って、後で手を入れ
ておきます。

・coding system が shift_jis だったら旧形式
・旧形式の記事の日付は 9時間ずれている