[Mew-dist 14712] Re: store/restore marks problem?

Hideyuki SHIRAI ( 白井秀行 ) shirai at example.com
2000年 10月 24日 (火) 08:17:09 JST


From: Kazu Yamamoto (山本和彦) <kazu at example.com> さん曰く
Subject: [Mew-dist 14709] Re: store/restore marks problem?
Message-ID: <20001024.003400.74725921.kazu at example.com>
Date: Tue, 24 Oct 2000 00:35:04 +0900

> From: Hideyuki SHIRAI (白井秀行) <shirai at example.com>
> Subject: [Mew-dist 14706] store/restore marks problem?
> 
> > 『よくわかんないけど mark が残ったり、消えたりすることがある』
> > という感じになると思います。
> 
> mew-mark-clean-up の後のコメントに注目しましょう。(以前 nom さんと議論
> を始めて、途中でささってしまった。)
> 
> ;; Saving marks is a really bad idea.
> ;; First because there is no way to fill the gap if the folder is newer
> ;; than the cache at quitting.
> ;; Even if the cache is newer, saving marks faces dilemma if 
> ;; multiple Emacses run.

納得。(そういえば、聞いた記憶があります)

-- 
白井秀行 (mailto:shirai at example.com)

P.S.
しつこいですが、[Mew-dist 14706] のパッチ、抜けがあったので追加
です。

--- mew.el.orig	Mon Oct 23 20:45:26 2000
+++ mew.el	Tue Oct 24 08:08:54 2000
@@ -626,6 +626,12 @@
 	     (mapconcat (function char-to-string) (, mark-list) "")
 	     "]")))
 
+(defmacro mew-mark-list-regex2 (mark-list)
+  (` (concat mew-regex-msg
+	     "\\(["
+	     (mapconcat (function char-to-string) (, mark-list) "")
+	     "]\\)")))
+
 (defun mew-regex-setup ()
   (setq mew-regex-msg-or-part
 	(concat mew-regex-msg 



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