From acc82ffffb06055efa93cfc08f186486c227279d Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 30 Oct 2003 22:27:42 +0000 Subject: [PATCH] Sunch to Gnus 200310301831. --- texi/ChangeLog | 6 ++++++ texi/gnus-ja.texi | 22 +++++++++++++++++++--- texi/gnus.texi | 23 ++++++++++++++++++++--- 3 files changed, 45 insertions(+), 6 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index cc4fccb..4b567ea 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,8 +1,14 @@ +2003-10-30 Teodor Zlatanov + + * gnus.texi (Fancy Mail Splitting): added mention of + nnmail-split-fancy-match-partial-words + 2003-10-30 Jesper Harder * gnus.texi (Slashdot, SpamAssassin, Score File Format): Fix overfull hbox. (Topic Parameters): @group. + (Slashdot): Fix. 2003-10-27 Teodor Zlatanov diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 046a439..9d6a0c0 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -13240,6 +13240,24 @@ table) に従って完全に合致しなければなりません。正規表現でフィールド名か 使われます。同様に、要素 @samp{\\1} から @samp{\\9} まではグループ付 け 1 から 9 までで合致した文字列で代替されます。 +@vindex nnmail-split-fancy-match-partial-words +@code{nnmail-split-fancy-match-partial-words} は、特級分割で部分的な語が +合致するかどうかを制御します。 + +通常 @code{nnmail-split-fancy} で与えられる正規表現は、暗に語の区切りを +表す @code{\<...\>} 印で囲まれています。この変数が真であると、それらは何 +によっても暗に囲まれません。 + +@example +(any "joe" "joemail") +@end example + +この例で、通常 @samp{joedavis@@foo.org} から来たメッセージ +は @samp{joemail} に格納されません。しかし、 +@code{nnmail-split-fancy-match-partial-words} を t に設定すると合致が起 +きます。要するに、語を区切る条件が削除され、代わりに合致がよ +り grep らしくなるのです。 + @findex nnmail-split-fancy-with-parent 関数 @code{nnmail-split-fancy-with-parent} は、フォローアップ記事を親記 事と同じグループに振り分けるために使います。メールの振り分けを一生懸命設 @@ -14798,9 +14816,7 @@ Gnus はこれらのソースへの界面を提供するバックエンド群を少し備えつつあり @item nnslashdot-comments-url @vindex nnslashdot-comments-url -コメントを取得するために使用される @sc{url} 文字列です。初期値 -は @samp{http://slashdot.org/comments.pl?sid=%s&threshold=%d&commentsort=@/%d&mode=flat&startat=%d} で -す。 +コメントを取得するために使用される @sc{url} 文字列です。 @item nnslashdot-article-url @vindex nnslashdot-article-url diff --git a/texi/gnus.texi b/texi/gnus.texi index c4d4433..d0cd440 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -13997,6 +13997,25 @@ matched string will be substituted. Similarly, the elements @samp{\\1} up to @samp{\\9} will be substituted with the text matched by the groupings 1 through 9. +@vindex nnmail-split-fancy-match-partial-words +@code{nnmail-split-fancy-match-partial-words} controls whether partial +words are matched during fancy splitting. + +Normally, regular expressions given in @code{nnmail-split-fancy} are +implicitly surrounded by @code{\<...\>} markers, which are word +delimiters. If this variable is true, they are not implicitly +surrounded by anything. + +@example +(any "joe" "joemail") +@end example + +In this example, messages sent from @samp{joedavis@@foo.org} will +normally not be filed in @samp{joemail}. With +@code{nnmail-split-fancy-match-partial-words} set to t, however, the +match will happen. In effect, the requirement of a word boundary is +removed and instead the match becomes more like a grep. + @findex nnmail-split-fancy-with-parent @code{nnmail-split-fancy-with-parent} is a function which allows you to split followups into the same groups their parents are in. Sometimes @@ -15620,9 +15639,7 @@ news articles and comments. The default is@* @item nnslashdot-comments-url @vindex nnslashdot-comments-url -The @sc{url} format string that will be used to fetch comments. The -default is -@samp{http://slashdot.org/comments.pl?sid=%s&threshold=%d&commentsort=@/%d&mode=flat&startat=%d}. +The @sc{url} format string that will be used to fetch comments. @item nnslashdot-article-url @vindex nnslashdot-article-url -- 1.7.10.4