summaryrefslogtreecommitdiff
path: root/www/emacs-w3m/pkg-message
blob: 6be273457676493c4e2dfac0cbaed70761f1c756 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
********************************************************************
* Before using emacs-w3m, you must add this to your own .emacs:    *
*                                                                  *
* (autoload 'w3m "w3m" "Interface for w3m on Emacs." t)            *
*                                                                  *
* To use emacs-w3m on Wanderlust, add this to your own .emacs:     *
*                                                                  *
* (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)))                               *
*                                                                  *
* And to use emacs-w3m on Mew, add this to your own .mew.el:       *
*                                                                  *
* (condition-case nil                                              *
*     (require 'mew-w3m)                                           *
*   (file-error nil))                                              *
* (setq w3m-type 'w3m-m17n)                                        *
*                                                                  *
********************************************************************