From: ueno Date: Tue, 10 Sep 2002 01:27:17 +0000 (+0000) Subject: (Posting Styles): Fixed. X-Git-Tag: t-gnus-6_15_8-04-quimby~53 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=73684fa2483c0f7e7a11a3044c236a8e22f4b6ee;p=elisp%2Fgnus.git- (Posting Styles): Fixed. --- diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 9fcc617..e7c4a01 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -10630,10 +10630,13 @@ from date id references chars lines xref extra の各ヘッダーから成るベク さんのメーリングリストに参加している場合に便利でしょう。 変数 @code{gnus-named-posting-styles} を設定することで、よく利用する投稿 -様式に名前をつけることができます。それは名前と任意の量の属性からなる連想 -リストです。@code{gnus-posting-styles} に含まれる属性名が @code{import} -だったら、その属性値から @code{gnus-named-posting-styles} を引いて得られ -た定型の属性を取り込みます。 +様式に名前をつけられます。概略バッファで @kbd{S P} とすることで、投稿時 +に任意の様式を選択します。@code{gnus-named-posting-styles} は名前と様式 +からなる連想リストです。@code{gnus-posting-styles} に含まれる属性名が +@code{import} だったら、その値で @code{gnus-named-posting-styles} を引い +て、属性値をそこに展開します。 + +これは例です: @lisp (setq gnus-named-posting-styles @@ -10642,14 +10645,13 @@ from date id references chars lines xref extra の各ヘッダーから成るベク (name "User Name") ("X-Home-Page" (getenv "WWW_HOME")) (organization "People's Front Against MWM")) - ("Emacs" - (import "Default") - (organization "The Church of Emacs")))) + ("Emacs" + (import "Default") + (organization "The Church of Emacs")))) @end lisp "Emacs" と名付けられた様式は、@code{organization} 以外の属性を "Default" -から引き継ぎます。概略バッファで @kbd{S P} とすることで、投稿の際に任意 -の様式を選択することもできます。 +から引き継ぎます。 @node Drafts diff --git a/texi/gnus.texi b/texi/gnus.texi index 853786d..5b20421 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -11137,11 +11137,12 @@ The @samp{nnml:.*} rule means that you use the @code{To} address as the if you fill many roles. Setting the @code{gnus-named-posting-styles} variable will make -posting-styles allow to have distinctive names. -@code{gnus-named-posting-styles} is an alist which maps the names to -styles. Once a posting-style is added to the alist, we can import it -from @code{gnus-posting-styles}. If an attribute whose name is -@code{import} is found, Gnus will look for the attribute value in +posting-styles allow to have distinctive names. You can specify an +arbitrary posting-style when article posting with @kbd{S P} in the +summary buffer. @code{gnus-named-posting-styles} is an alist which maps +the names to styles. Once a posting-style is added to the alist, we can +import it from @code{gnus-posting-styles}. If an attribute whose name +is @code{import} is found, Gnus will look for the attribute value in @code{gnus-named-posting-styles} and expand it in place. Here's an example: @@ -11159,8 +11160,7 @@ Here's an example: @end lisp The posting-style named "Emacs" will inherit all the attributes from -"Default" except @code{organization}. You can specify an arbitrary -posting-style when article posting with @kbd{S P} in the summary buffer. +"Default" except @code{organization}. @node Drafts