From 1722c74f5d24291f717782d0b5fa94ebea8d3aec Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 18 Jun 2001 01:42:27 +0000 Subject: [PATCH] * nnshimbun.el (nnshimbun-encapsulate-images): Fix a doc-string. * gnus-ja.texi (Web newspaper): Add a description for `encapsulate-images' and `nnshimbun-encapsulate-images'. --- lisp/nnshimbun.el | 2 +- texi/gnus-ja.texi | 19 +++++++++++++++++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/lisp/nnshimbun.el b/lisp/nnshimbun.el index 6e24b68..503f1f7 100644 --- a/lisp/nnshimbun.el +++ b/lisp/nnshimbun.el @@ -179,7 +179,7 @@ nnshimbun groups. You can specify the nnshimbun group parameter `prefecth-articles' for each nnshimbun group.") (defvoo nnshimbun-encapsulate-images shimbun-encapsulate-images - "*If non-nil, inline images in the shimbun article are encapsulated. + "*If non-nil, inline images will be encapsulated in the articles. Note that this variable has just a default value for all the nnshimbun groups. You can specify the nnshimbun group parameter `encapsulate-images' for each nnshimbun group.") diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 47b0500..89d126e 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -12776,7 +12776,21 @@ an_egroup RET egroups RET www.egroups.comRET your@@email.address RET}。 数 @code{nnshimbun-pre-fetch-article} が @code{nil} 以外の値にセットされ ていたならば、グループパラメータ @code{prefetch-articles} が設定されてい ないか、その値が @code{nil} になっているグループでも、前もって記事のダウ -ンロードを行ないます。 +ンロードを行ないます。変数 @code{nnshimbun-pre-fetch-article} のディフォ +ルト値は @code{nil} です。 + +@item encapsulate-images +@vindex nnshimbun-encapsulate-images +このグループパラメータが @code{nil} 以外の値にセットされているグループで +は、@code{nnshimbun} は元に記事に埋め込まれている画像データ +を @samp{multipart/related} の形式で記事にはめ込みます。もし、変 +数 @code{nnshimbun-encapsulate-images} が @code{nil} 以外の値にセットさ +れていたならば、グループパラメータ @code{encapsulate-images} が設定され +ていないか、その値が @code{nil} になっているグループでも、画像データを +@samp{multipart/related} の形式で記事にはめ込みます。変 +数 @code{nnshimbun-encapsulate-images} のディフォルト値 +は、@code{shimbun} ライブラリの変数 @code{shimbun-encapsulate-images} の +値です (たぶんそのディフォルト値は @code{t} です)。 @item index-range @vindex nnshimbun-index-range @@ -12807,13 +12821,14 @@ an_egroup RET egroups RET www.egroups.comRET your@@email.address RET}。 グループパラメータ @code{index-range} が設定されていないか、値 が @code{nil} になっているグループでは、変 数 @code{nnshimbun-index-range} の値がディフォルトとして使われます。 +なお、@code{nnshimbun-index-range} のディフォルト値は @code{nil} です。 @item nnshimbun-group-parameters-alist @vindex nnshimbun-group-parameters-alist @code{nnshimbun-group-parameters-alist} はカスタマイズ可能なユーザオプショ ンで、各要素にグループ名の正規表現と @code{nnshimbun} 専用のグループパラ メータと同じプロパティリストを持つことができる連想リストです。連想リスト -の各要素は次のような値を持ちます。 +の各要素は次のような値を持ちます。初期値は @code{nil} です。 @lisp '("^nnshimbun\\+asahi:" -- 1.7.10.4