freebsd-ports/www/emacs-w3m-emacs20/pkg-message
Akinori MUSHA 16e13fb647 Remove detailed instructions from pkg-descr. pkg-descr is not for the
place you put detailed instructions in.

Reduce the volume of pkg-message to under 24 lines so that the whole
message can be displayed on an average screen.
2001-04-11 04:27:48 +00:00

23 lines
1.5 KiB
Text

********************************************************************
* 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: *
* *
* (require 'mew-w3m) *
* (setq mew-prog-html '(mew-mime-text/html-w3m nil nil)) *
********************************************************************