[Mew-dist 16522] Re: defcustom

Ryutaroh Matsumoto ryutaroh at example.com
2001年 2月 19日 (月) 22:58:33 JST


幾つかの変数のdefcustomに於ける型を修正するパッチです。
これによる違いは M-x customize においてESC TABによる補完が効くか効かな
いかだけだと思います。 

# M-x set-variable で補完が効くようにしてほしい。

--
松本  隆太郎
-------------- next part --------------
--- mew-1.95b106/mew-vars.el.~1~	Sat Feb 17 10:38:19 2001
+++ mew-1.95b106/mew-vars.el	Mon Feb 19 22:47:26 2001
@@ -83,22 +83,22 @@
 (defcustom mew-rc-file "~/.mew"
   "*A file to be loaded after Mew's variables are initialized."
   :group 'mew-env
-  :type 'string)
+  :type 'file)
 
 (defcustom mew-mail-path "~/Mail"
   "*A directory where mail folders locate."
   :group 'mew-env
-  :type 'string)
+  :type 'directory)
 
 (defcustom mew-news-path "~/News"
   "*A directory where NetNews folders locate."
   :group 'mew-env
-  :type 'string)
+  :type 'directory)
 
 (defcustom mew-conf-path mew-mail-path
   "*A directory where Mew's configuration files locate."
   :group 'mew-env
-  :type 'string)
+  :type 'directory)
 
 (defcustom mew-inbox-folder "+inbox"
   "*The folder where new mails are incorporated."


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