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

Re: sb-tcup.el



>> On Thu, 11 Oct 2001 00:25:00 +0900
>> 「中」== yoichi@eken.phys.nagoya-u.ac.jp (Yoichi NAKAYAMA) said as follows:

中> User-Agent な環境で sb-tcup.el を使うと date がうまく取れてないよ
中> うです.

中> -	(setq date (format-time-string "%d %b %Y %T %z" stime))
中> +	(let ((system-time-locale "C"))
中> +	  (setq date (format-time-string "%d %b %Y %T %z" stime)))

つまり Emacs21 の format-time-string() は locale に応じた値を返すので
すね。勉強になりました。

ただし、書式指定子の %z が Mule2.3 と XEmacs21.4 では使えないようです
から、ここは format-time-string() の代わりに shimbun-make-date-string()
を使うように変更するべきかもしれません。または、w3m-om.el / w3m-xmas.el
で format-time-string() に defadvice するか。どちらが良いでしょうね。

;; 後者の場合、APEL で吸収してくれると更に嬉しいですが。

-- 
土屋 雅稔  ( TSUCHIYA Masatoshi )