[mew-dist 21594] Re: add no Messege-ID: by Mew

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
2002年 9月 2日 (月) 22:07:23 JST


From: Shun-ichi GOTO <gotoh at example.com>
Subject: [mew-dist 21588] Re: add no Messege-ID: by Mew

> (defun change-TZ ()
>   (interactive)
>   (let ((tz (read-string (format "Enter new timeizone (now %s): " 
> 				 (getenv "TZ")))))
>     (if (not (string-match "^[A-Z]+[-+][0-9]+$" tz))
> 	(error "Invalid timezone format")
>       (setenv "TZ" tz)
>       (message "Timezone is changed to %s" tz))))

Q1) システムの time-zone を取得するのは、(getenv "TZ") が正しい方法な
    のでしょうか?

Q2) Emacs の time-zone を設定するのは、setenv() を使うべきなのでしょう
    か? set-time-zone-rule() という関数があるようですが。

--かず



Mew-dist メーリングリストの案内