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

[mhc:00381] Re: mhc-snap20000209



白井です。

# 寝込んでいました。

From: Yoshinari NOMURA <nom@xxxxxxxxxxxxxxxxxxx> さん曰く
Subject: [mhc:00378] mhc-snap20000209
Message-ID: <20000209183454M.nom@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 9 Feb 2000 18:34:57 +0900

nom>   http://www.swlab.csce.kyushu-u.ac.jp/~nom/prj/mhc/mhc-snap20000209.tar.gz

nom> です。このへんで一旦 0.25 をリリースしたいと思っています。その前
nom> に Alarm をつっこむかどうか、悩み中です。

nom> 別バッファカレンダーは wl の事もあるので、ちょっと慎重に行きた
nom> いと思います。というか、やっぱり major mode になりたいなぁ。。

御意。Alarm も 別バッファカレンダももっと精進した方がいいと思い
ますし。。。

nom> そういえば、ディレクトリ mtime 問題は解決したでしょうか?

mhc-delete のときも touch(?)しないと FAT だと gemcal に情報が反
映しませんね。一行パッチの内容でいいと思います。

# しかし、まだ見落としがあるかもしれないです。

nom> # elisp でディレクトリに touch するのはどうすればいいの?

UNIX でってことですか? 良くわからないけど、file にさわるしかな
いんじゃないかな?

# Win32 + FAT じゃそんなことできませんです。

nom>     + mhc-face.el の追加。各種 face の設定用変数の追加。
nom> 	mhc-category-face-alist, mhc-symbol-face-alist

defconst なのはなにか深い理由があるんですか?

# 最初、Meadow で色が変わらなくて悩んでしまいました。^^;

-- 
白井秀行 (mailto:shirai@xxxxxxxxxxxxxxxxxxx)

--- mhc-schedule.el.orig	Wed Feb  9 17:43:13 2000
+++ mhc-schedule.el	Thu Feb 10 10:09:31 2000
@@ -822,6 +822,7 @@
     (if (and old-path (file-exists-p old-path))
 	(progn
 	  (rename-file old-path trash-path)
+	  (mhc-misc-touch-directory old-slot)
 	  (mhc-db-scan-slot old-slot)))))