[Mew-dist 04162] Re: b24
YAMAGUCHI, Shuhei
yamagus at example.com
1998年 3月 11日 (水) 13:35:57 JST
>>> In article <9803110357.AA11947 at example.com>,
>>> Murata Takashi <Takashi.Murata at example.com> writes:
Takashi.Murata> 動いているので問題ないのでしょうが、
Takashi.Murata>
>> > mew-folder-list-skip-pattern's value is
>> > "^\\(\\.\\.?\\|^[0-9]+\\)$"
Takashi.Murata> ^
Takashi.Murata> ここの"^"って不要なんですよね?
はい、いらないです。 ^^;
#まだ虫がいたか…。 ;_;
そうだ、忘れてましたが、この辺りの新設した変数のdoc-stringをまともな英
語に直してくれる方募集します。 ^^;;;
でわでわ
--
yamagus at example.com / 山口 修平
yamagus at example.com / やまぐち@ねっとらぴゅたの住人
PGP-Fingerprint: 25 0F 6F E1 57 AD 56 08 3A BC D0 9B 48 AF 31 7A
(会社より)
-------------- next part --------------
--- mew-vars.el.orig Tue Mar 11 06:38:58 1997
+++ mew-vars.el Wed Mar 11 13:32:13 1998
@@ -629,11 +629,11 @@
For Mule for Win32 and OS/2 Mule users:
This might be set to nil.")
-(defvar mew-folder-list-skip-pattern "^\\(\\.\\.?\\|^[0-9]+\\)$"
+(defvar mew-folder-list-skip-pattern "^\\(\\.\\.?\\|[0-9]+\\)$"
"If a file-name matches this pattern, mew-folder-list function never
consider it as a folder without checking it's file-type.
-Default is \"^\\\\(\\\\.\\\\.?\\\\|^[0-9]+\\\\)$\", and it assumes
+Default is \"^\\\\(\\\\.\\\\.?\\\\|[0-9]+\\\\)$\", and it assumes
you never have numeric folders like \"+foo/199803\".
If you have such numeric folders, \"^\\\\.\\\\.?\" is a good selection,
but it is not good in sight of performance.
Mew-dist メーリングリストの案内