From: yoichi Date: Fri, 28 Sep 2001 08:46:11 +0000 (+0000) Subject: Add mime-w3m info. X-Git-Tag: wl-2_7_5~29 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e276e45cf3d150b36a443e89cf2e4105f562ef32;p=elisp%2Fwanderlust.git Add mime-w3m info. --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 5882c95..df4a24b 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -530,7 +530,7 @@ Wanderlust $B$NF0:n$r%+%9%?%^%$%:$G$-$^$9!#(B @lisp @group ;; @r{SEMI $B$r;H$&$?$a$N@_Dj(B} -(load "mime-setup") +(require 'mime-setup) ;; @r{autoload $B$N@_Dj(B} ;; @r{(XEmacs $B$N(B package $B$H$7$F%$%s%9%H!<%k$5$l$F$$$k>l9g!"I,MW$"$j$^$;$s(B)} @@ -553,7 +553,7 @@ Wanderlust $B$K8GM-$N@_Dj$O(B @file{~/.wl} $B$K5-=R$7$F$*$1$P@0M}$7$d$9$$$G$7 $B$&!#(Bface $B$N@_Dj$O(B @file{~/.emacs} $B$K=q$/$3$H$O$G$-$J$$$N$G(B@file{~/.wl} $B$K=q$$$F$/$@$5$$!#(B@xref{Highlights}. -$B>e5-$N$&$A!"(B@samp{(load "mime-setup")} $B$H(B @code{autoload} $B$N@_Dj$O(B +$B>e5-$N$&$A!"(B@samp{(require 'mime-setup)} $B$H(B @code{autoload} $B$N@_Dj$O(B @file{~/.emacs} $B$K=q$/I,MW$,$"$j$^$9!#$=$l0J30$N@_Dj$O(B @file{~/.wl} $B$K5-(B $B=R$G$-$^$9!#(B @@ -5935,6 +5935,7 @@ LDAP $B$rMxMQ$9$k>l9g$O!"(B@code{wl-ldap-server}$B!"(B@code{wl-ldap-port}, * dired-dd:: dired-dd.el * MHC:: MHC * Addrbook:: Addrbook +* mime-w3m:: mime-w3m.el @end menu @@ -6154,7 +6155,7 @@ mhc-current $B$N>l9g!'(B @end group @end lisp -@node Addrbook, , MHC, Living with other packages +@node Addrbook, mime-w3m, MHC, Living with other packages @subsection wl-addrbook.el @pindex Addrbook @@ -6172,6 +6173,16 @@ Mew $B$N(B Addrbook $B$r(B Wanderlust $B$G;HMQ$G$-$k$h$&$K$9$k$K$O!"(B @end group @end lisp +@node mime-w3m, , Addrbook, Living with other packages +@subsection mime-w3m.el +@pindex mime-w3m + +emacs-w3m (@uref{http://emacs-w3m.namazu.org/}) $B$KIUB0$N(B +@file{mime-w3m.el} $B$r;H$C$F!"%a%C%;!<%8$N(B html $B%Q!<%H$r(B +$BI=<($5$;$k$3$H$,=PMh$^$9!#@_DjK!$O(B @file{mime-w3m.el} $B$N(B +$B@hF,$N%3%a%s%H$r;2>H$7$F$/$@$5$$!#(B + + @node Highlights, Biff, Living with other packages, Customization @section $B%O%$%i%$%H$N@_Dj(B diff --git a/doc/wl.texi b/doc/wl.texi index e2df90c..b7149e0 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -495,7 +495,7 @@ The minimal requirement for settings is as the following. @lisp @group ;; @r{The setting to use SEMI} -(load "mime-setup") +(require 'mime-setup) ;; @r{autoload configuration} ;; @r{(These are not required if Wanderlust is installed as XEmacs package)} @@ -521,7 +521,7 @@ because you can't write them in @file{.emacs} (if you write it to @file{.emacs}, you'll get an error). @xref{Highlights}. -All above described settings except (load "mime-setup") and autoload +All above described settings except @samp{(require 'mime-setup)} and autoload configuration can be written in @file{~/.wl}). @@ -6023,6 +6023,7 @@ Examples with other packages. * dired-dd:: dired-dd.el * MHC:: MHC * Addrbook:: Addrbook +* mime-w3m:: mime-w3m.el @end menu @@ -6241,7 +6242,7 @@ For mhc-current: @end group @end lisp -@node Addrbook, , MHC, Living with other packages +@node Addrbook, mime-w3m, MHC, Living with other packages @subsection wl-addrbook.el @pindex Addrbook @@ -6258,6 +6259,15 @@ Place @file{util/wl-addrbook.el} and @file{util/wl-complete.el} on the @end group @end lisp +@node mime-w3m, , Addrbook, Living with other packages +@subsection mime-w3m.el +@pindex mime-w3m + +You can display html part by using @file{mime-w3m.el} +distributed with emacs-w3m (@uref{http://emacs-w3m.namazu.org/}). +You can find the usage in comment region at the head of @file{mime-w3m.el}. + + @node Highlights, Biff, Living with other packages, Customization @section Highlights