[Mew-dist 03537] Re: 1.93b10

Akihiro Motoki motoki at example.com
1998年 1月 29日 (木) 07:11:10 JST


元木です。

★ Sawada Toyonobu <non at example.com>さんが
★ Thu, 29 Jan 1998 02:27:55 +0900 に書いた
★ Message-ID: <19980129022224N.non at example.com> の
★「[Mew-dist 03535] Re: 1.93b10」の記事では..

> (i)すると
> 	wrong-type-argument number-or-marker-p ("." ".." "1")
> といって、怒られます。*Backtrace*をそのまま載せると、

typoに近いミスだと思いますが、以下のパッチで直ります。

あと、queue flush を行うかどうかを、変数を作って制御してもらえると
うれしいです。ちょっと環境が特殊なので、i (mew-summary-get) をしたときには
queueのフラッシュをしたくありません(実害はありませんが、時間がかかります)。
# パッチにしてもよいのですが、ここではやめます。

--- mew-scan.el~	Wed Jan 28 21:39:11 1998
+++ mew-scan.el	Thu Jan 29 04:47:55 1998
@@ -45,7 +45,7 @@
   ;; So, it's a good idea to flush queue at this time
   ;; if messages to be sent exist.
   (if (and mew-queue-path (file-directory-p mew-queue-path)
-	   (> (directory-files mew-queue-path) 2))
+	   (> (list-length (directory-files mew-queue-path)) 2))
       (mew-summary-flush-queue))
   )
 
-- 
━━━━━━━…………‥‥・・・ ・ ・・ .
  元木 顕弘 / Akihiro Motoki              ・
 E-mail: motoki at example.com         ・
  URL: http://www.hal.t.u-tokyo.ac.jp/~motoki/  ‘  ・・ ‥…━━☆



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