[Mew-dist 17275] Re: b121

Hideyuki SHIRAI ( 白井秀行 ) shirai at example.com
2001年 5月 8日 (火) 19:03:01 JST


From: Kazu Yamamoto (山本和彦) <kazu at example.com> さん曰く
Subject: [Mew-dist 17270] Re: b121
Message-ID: <20010507.204514.24472368.kazu at example.com>
Date: Mon, 7 May 2001 20:45:10 +0900

kazu> Any comments?

comment じゃないんですが、

From: Kazu Yamamoto (山本和彦) <kazu at example.com> さん曰く
Subject: [Mew-dist 17274] config
Message-ID: <20010508.184421.123587992.kazu at example.com>
Date: Tue, 8 May 2001 18:44:17 +0900

kazu> anoncvs をお使いの人は、試して下さい。

をみて、(C-u)C-cC-e を使ってみてなかなかいい感じだと思います。

# うちも app/oct で *.doc がとっても多かった。

だけど、mew-summary.el で 2点ほど間違っているようです。

(defun mew-summary-execute-external (&optional arg)
  "Execute an external command according to Content-Type:. 
If called with '\\[universal-argument]', Content-Type: is asked."
  (interactive "P")
  (mew-summary-msg-or-part
   (mew-summary-execute-base arg nil nil)))
                             ~~~
(いつも ask してしまう)と、

(defun mew-summary-execute-base (ask-type com args)
     <<snip>>
      (when ask-type
	(if fname (setq ct (mew-ctdb-ct (mew-ctdb-by-file fname))))
	(setq ct
        ^^^^^^^^^
	      (if fname
		  (mew-input-type
		   "Type for %s (%s): " fname ct mew-mime-content-type-list)
		(mew-input-type
		 "Type %s(%s): " "" ct mew-mime-content-type-list))))

(入力した CT が有効にならない)です。

## パッチじゃなくてごめんなさい、もう帰らないといけないの。

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



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