[Mew-dist 17310] Re: config

Tatsuya Kinoshita tats at example.com
2001年 5月 10日 (木) 02:41:15 JST


In message "[Mew-dist 17305] config"
Kazu Yamamoto (山本和彦) <kazu at example.com> wrote:

> mew-config-guess-when-replied (t)
> mew-config-guess-when-prepared (t)
> mew-config-guess-when-composed (nil)

> mew-config-guess-alist に従って推測します。互いの変数がどう干渉し合う
> か Mew は気にしないことにします。
> 
> 使ってみて、問題があれば教えて下さい。

返信のときに、caseのデフォルトとして、mew-config-outputではなく
"default"が使われてしまいます。修正用のパッチを添付します。

あとは、私の利用範囲だと問題無さそうです。返信相手のヘッダを見ての
推測もうまくいきました。

-- 
木下達也
-------------- next part --------------

 This patch is written by Tatsuya Kinoshita.  Copyright is disclaimed.

Index: mew-summary.el
===================================================================
RCS file: /cvsmew/mew/mew-summary.el,v
retrieving revision 1.36
diff -c -r1.36 mew-summary.el
*** mew-summary.el	2001/05/09 10:25:01	1.36
--- mew-summary.el	2001/05/09 17:35:22
***************
*** 1449,1455 ****
  	       (setq references (mew-join "\n\t" tmp-ref)))))
  	 ;;
  	 (mew-pop-to-buffer cbuf) ;; draft
! 	 (mew-tinfo-set-config case)
  	 (mew-draft-header subject nil to cc newsgroups in-reply-to references
  			   nil fromme)
  	 (when (eq mew-summary-reply-position 'body)
--- 1449,1455 ----
  	       (setq references (mew-join "\n\t" tmp-ref)))))
  	 ;;
  	 (mew-pop-to-buffer cbuf) ;; draft
! 	 (if case (mew-tinfo-set-config case))
  	 (mew-draft-header subject nil to cc newsgroups in-reply-to references
  			   nil fromme)
  	 (when (eq mew-summary-reply-position 'body)


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