[Mew-dist 14897] Re: mew-config-syncronize

INOUE Tomohiro tinoue at example.com
2000年 11月 16日 (木) 19:49:56 JST


こんにちは。

<sen_ml at example.com>:
> > config がinput/outputに分かれているのは今でも意味があるのでしょうか?
> > わかりやすさを考えると、一つにまとめてしまってもよいかと思うのですが。
> Mew の使用の仕方によって、別れていた方がいいと思う人もいるのではないかと
> 勝手に推測しています。
> `mew-config-syncronize' を使用すれば、一つにまとめられると思います。

そんな変数があったのですね。
ありがとうございます。

> # 綴は"synchronize" の方がいいと思うけど

もう直してしまわれたかもしれませんが、パッチです。

---
         井上 知洋


--- mew-config.el.orig	Mon Oct 23 21:02:46 2000
+++ mew-config.el	Thu Nov 16 19:32:34 2000
@@ -213,7 +213,7 @@
 (defvar mew-config-input nil)
 (defvar mew-config-output nil)
 
-(defvar mew-config-syncronize nil)
+(defvar mew-config-synchronize nil)
 
 (defun mew-config-set-both ()
   "Set the config value for both input and output."
@@ -225,14 +225,14 @@
 (defun mew-config-set-input ()
   "Set the config value for input."
   (interactive)
-  (if mew-config-syncronize
+  (if mew-config-synchronize
       (mew-config-set-both)
     (setq mew-config-input (mew-input-config mew-config-input "Input"))))
 
 (defun mew-config-set-output ()
   "Set the config value for output."
   (interactive)
-  (if mew-config-syncronize
+  (if mew-config-synchronize
       (mew-config-set-both)
     (setq mew-config-output (mew-input-config mew-config-output "Output"))))
 
--- mew-summary.el.orig	Tue Nov  7 00:17:06 2000
+++ mew-summary.el	Thu Nov 16 19:33:25 2000
@@ -688,7 +688,7 @@
 		 "" mew-config-output)))
     (if (and (string= in "") (string= out ""))
 	(setq mode-name "Summary")
-      (if (and mew-config-syncronize (string= in out))
+      (if (and mew-config-synchronize (string= in out))
 	  (setq mode-name (format "Summary %s" in))
 	(setq mode-name (format "Summary %s:%s" in out))))
     (force-mode-line-update)))



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