From e1d4e1d6244902f4f8fb63f7be8c9c97ebe99202 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 10 Dec 2002 10:54:50 +0000 Subject: [PATCH] Synch with Oort Gnus. --- texi/ChangeLog | 5 +++++ texi/gnus-ja.texi | 11 +++++++---- texi/gnus.texi | 13 ++++++++----- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index d380b1d..9fa3fad 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2002-12-10 Kai Gro,A_(Bjohann + + * gnus.texi (Posting Styles): Clarify the `(header MATCH REGEXP)' + case. + 2002-11-29 Kai Gro,A_(Bjohann * gnus.texi (MIME Commands): Document gnus-inhibit-mime-unbuttonizing. diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 2ab76ae..0d9bf01 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -10611,10 +10611,13 @@ Gnus $B$O30$X=P$F9T$/A4$F$N%a%C%;!<%8$K!"0l$D$+$=$l0J>e$N$=$N%5!<%P!<$N%0(B $B$,J8;zNs$G$"$l$P!"(Bgnus $B$O$=$l$r%0%k!<%WL>$K@55,I=8=$H$7$F9gCWA`:n$r9T$$(B $B$^$9!#(B@code{(header $B9gCW(B $B@55,I=8=(B)} $B$H$$$&MM<0$G$"$l$P!"(Bgnus $B$O85$N5-;v(B $B$NCf$+$iL>A0$,9gCW$9$k%X%C%@!<$rC5$7!"$=$l$r@55,I=8=$HHf3S$7$^$9!#9gCW$H(B -$B@55,I=8=$OJ8;zNs$G$9!#$b$7$=$l$,4X?t$N%7%s%\%k$G$"$l$P!"$=$N4X?t$,0z?tL5(B -$B$7$G8F$P$l$^$9!#$=$l$,JQ?t$N%7%s%\%k$G$"$l$P!"$=$NJQ?t$,;2>H$5$l$^$9!#$=(B -$B$l$,%j%9%H$G$"$l$P!"$=$N%j%9%H$,(B @code{$BI>2A(B} $B$5$l$^$9!#$I$N>l9g$G$b!"$3(B -$B$l$,(B @code{nil}$B$G$J$$CM$r5"$;$P!"MM<0$O(B @code{$B9gCW$7$?(B} $B$H8@$$$^$9!#(B +$B@55,I=8=$OJ8;zNs$G$9!#(B($B$3$3$G!"85$N5-;v$H$OJV?.$^$?$O%U%)%m!<%"%C%W$7$h(B +$B$&$H$7$F$$$k$b$N$G$9!#JV?.$"$k$$$O%U%)%m!<%"%C%W$r:n@.$7$F$$$J$1$l$P!"9g(B +$BCW$9$k$b$N$O2?$b$"$j$^$;$s!#(B) $B$b$7(B @code{$B9gCW(B} $B$,4X?t$N%7%s%\%k$G$"$l$P!"(B +$B$=$N4X?t$,0z?tL5$7$G8F$P$l$^$9!#$=$l$,JQ?t$N%7%s%\%k$G$"$l$P!"$=$NJQ?t$,(B +$B;2>H$5$l$^$9!#$=$l$,%j%9%H$G$"$l$P!"$=$N%j%9%H$,(B @code{$BI>2A(B} $B$5$l$^$9!#(B +$B$I$N>l9g$G$b!"$3$l$,(B @code{nil}$B$G$J$$CM$r5"$;$P!"MM<0(B +$B$O(B @code{$B9gCW$7$?(B} $B$H8@$$$^$9!#(B $B$=$l$>$l$NMM<0$OG$0U$NNL$N(B @dfn{$BB0@-(B} $B$r;}$D;v$,$G$-$^$9!#$=$l$>$l$NB0@-(B $B$O(B @code{(@var{name} @var{value})} $B$NBP$K$h$j@.$jN)$C$F$$$^$9!#B0@-L>(B diff --git a/texi/gnus.texi b/texi/gnus.texi index d25f36d..fe644c3 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -11128,11 +11128,14 @@ The first element in each style is called the @code{match}. If it's a string, then Gnus will try to regexp match it against the group name. If it is the form @code{(header MATCH REGEXP)}, then Gnus will look in the original article for a header whose name is MATCH and compare that -REGEXP. MATCH and REGEXP are strings. If it's a function symbol, that -function will be called with no arguments. If it's a variable symbol, -then the variable will be referenced. If it's a list, then that list -will be @code{eval}ed. In any case, if this returns a non-@code{nil} -value, then the style is said to @dfn{match}. +REGEXP. MATCH and REGEXP are strings. (There original article is the +one you are replying or following up to. If you are not composing a +reply or a followup, then there is nothing to match against.) If the +@code{match} is a function symbol, that function will be called with no +arguments. If it's a variable symbol, then the variable will be +referenced. If it's a list, then that list will be @code{eval}ed. In +any case, if this returns a non-@code{nil} value, then the style is said +to @dfn{match}. Each style may contain an arbitrary amount of @dfn{attributes}. Each attribute consists of a @code{(@var{name} @var{value})} pair. The -- 1.7.10.4