From: yamaoka Date: Thu, 28 Jun 2001 12:39:34 +0000 (+0000) Subject: Contributed by Akitada Koyama X-Git-Tag: t-gnus-6_15_4-02-quimby-last-~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d52aea076c398c892be4811ddf9eecb5c3dd8a4b;p=elisp%2Fgnus.git- Contributed by Akitada Koyama * gnus-ja.texi (Web Newspaper): Add a description how to show html documents inline. --- diff --git a/ChangeLog b/ChangeLog index f3b9bd2..9ea079e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-06-28 Akitada Koyama + + * texi/gnus-ja.texi (Web Newspaper): Add a description how to show + html documents inline. + 2001-06-28 Katsumi Yamaoka * texi/message-ja.texi (message-suspend-font-lock-when-citing): Add diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index df98e8d..7e278cd 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -12737,9 +12737,25 @@ an_egroup RET egroups RET www.egroups.comRET your@@email.address RET}。 上の @samp{a_group} は閲覧したい記事グループに置き換えてください。 または @kbd{B nnshimbun RET asahi RET} でバックエンドをブラウズして下さ -い。 +い。加えて、@sc{html} のドキュメントをインライン表示させたい場合は、 +@file{~/.gnus} ファイルに以下の設定をして下さい。 + +@lisp +(setq mime-setup-enable-inline-html nil) +(eval-after-load "mime-view" + '(progn + (autoload 'mime-w3m-preview-text/html "mime-w3m") + (ctree-set-calist-strictly + 'mime-preview-condition + '((type . text) + (subtype . html) + (body . visible) + (body-presentation-method . mime-w3m-preview-text/html))) + (set-alist 'mime-view-type-subtype-score-alist + '(text . html) 3))) +@end lisp -以下の @code{nnshimbun} 変数を変えることが可能です: +Web Newspaper に関する以下の @code{nnshimbun} 変数を変えることが可能です: @table @code @item nnshimbun-directory