timezone y2k

Shuhei KOBAYASHI shuhei @ aqua.ocn.ne.jp
1999年 11月 9日 (火) 12:48:58 JST


>>>>> In <14329.31052.865823.58048K @ wanderlust.dq.isl.ntt.co.jp>,
>>>>> Yuuichi Teranishi <teranisi @ gohome.org> wrote:
> 『どこに入れるのかという問題』がどんな問題を指しているのかが
> 分からなかったのですが、(^^;;
> あんちょくにひとつの案を作ってみました。
> 
> [2  <text/plain; US-ASCII (7bit)>]
> --- APEL-ELS.orig	Tue Oct  5 11:52:44 1999
> +++ APEL-ELS	Tue Oct  5 12:46:37 1999
> @@ -19,4 +19,17 @@
>      (setq apel-modules (cons 'time-stamp apel-modules))
>    )
>  
> +(condition-case nil
> +    (unwind-protect
> +	(progn
> +	  (setq load-path (delete (expand-file-name ".") load-path))
> +	  (require 'timezone))
> +      (setq load-path (cons (expand-file-name ".") load-path)))
> +  (error))
> +(if (or (not (featurep 'timezone))
> +	(not (string= (aref (timezone-parse-date 
> +			     "Sat, 1 Jan 00 07:00:00 JST") 0) "2000")))
> +    (setq apel-modules (cons 'timezone apel-modules)))
> +  
> +
>  ;;; APEL-ELS ends here

これは一度 APEL の timezone.el を install してしまうと, 次からは判定が
成功してしまうのではないでしょうか?
;; version で判定する以外にうまい方法が思い付かないです.

-- 
Shuhei KOBAYASHI




More information about the APEL-ja mailing list