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

Re: w3m-touch-file



あまり暇がないので目視確認のみです。

From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp> さん曰く
Subject: [emacs-w3m:02711] Re: w3m-touch-file
Message-ID: <mpak7ts5zbq.fsf@azalea.kuee.kyoto-u.ac.jp>
Date: Tue, 05 Feb 2002 13:26:17 +0900

山> -t CCYYMMDDhhmm.SS をデフォルトにして、エラーが起きても知らんぷり、
山> でよいのではないかしら。

土> それは少々悲しいだろうと思ったので,妥当性検査を組み込んでみました.動
土> 作確認をお願いします.

普通こういう環境はないでしょうけど(Windows ならありうる)、touch
がなくて、

(defcustom w3m-touch-command
  (w3m-which-command "touch") => nil

(defun w3m-touch-file (file time)
  "Change the access and/or modification TIME of the specified FILE."
      (unwind-protect
        ↑これはあるからここでは大丈夫だけど、
		(when (w3m-which-command w3m-touch-command)
                                         ~~~~~~~~~~~~~~~~ nil 

のエラーはイヤなので、w3m-which-command() の方を変えました。

-- 
白井秀行 (mailto:shirai@rdmg.mgcs.mei.co.jp)