2001-04-02 03:04:50 +02:00
|
|
|
********************************************************************
|
2001-04-11 06:27:48 +02:00
|
|
|
* Before using emacs-w3m, you must add this to your own .emacs: *
|
2001-04-02 03:04:50 +02:00
|
|
|
* *
|
|
|
|
* (autoload 'w3m "w3m" "Interface for w3m on Emacs." t) *
|
|
|
|
* *
|
2001-04-11 06:27:48 +02:00
|
|
|
* To use emacs-w3m on Wanderlust, add this to your own .emacs: *
|
2001-04-02 03:04:50 +02:00
|
|
|
* *
|
|
|
|
* (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 *
|
2001-04-11 06:27:48 +02:00
|
|
|
* '((type . text) (subtype . html) (body . visible) *
|
2001-04-02 03:04:50 +02:00
|
|
|
* (body-presentation-method . mime-w3m-preview-text/html))) *
|
|
|
|
* (set-alist 'mime-view-type-subtype-score-alist *
|
|
|
|
* '(text . html) 3))) *
|
|
|
|
* *
|
2001-04-11 06:27:48 +02:00
|
|
|
* And to use emacs-w3m on Mew, add this to your own .mew: *
|
2001-04-02 03:04:50 +02:00
|
|
|
* *
|
|
|
|
* (require 'mew-w3m) *
|
|
|
|
* (setq mew-prog-html '(mew-mime-text/html-w3m nil nil)) *
|
|
|
|
********************************************************************
|