diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2001-04-02 01:04:50 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2001-04-02 01:04:50 +0000 |
commit | 0e84f5fea85c5a999df58909adfb8e67448eb8c3 (patch) | |
tree | 1995b3d86de2e61ce5ae749816bf20e16424789d /www/emacs-w3m/pkg-message | |
parent | 8f15e0febd8a2b48774aa4a996dfedafa081d835 (diff) | |
download | ports-0e84f5fea85c5a999df58909adfb8e67448eb8c3.tar.gz ports-0e84f5fea85c5a999df58909adfb8e67448eb8c3.zip |
Notes
Diffstat (limited to 'www/emacs-w3m/pkg-message')
-rw-r--r-- | www/emacs-w3m/pkg-message | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/www/emacs-w3m/pkg-message b/www/emacs-w3m/pkg-message new file mode 100644 index 000000000000..b8846b7fd934 --- /dev/null +++ b/www/emacs-w3m/pkg-message @@ -0,0 +1,28 @@ +******************************************************************** +* Before using emacs-w3m, you must set following elisp to your own * +* .emacs file. * +* * +* (autoload 'w3m "w3m" "Interface for w3m on Emacs." t) * +* * +* If you want to use emacs-w3m on Wanderlust, set following elisp * +* to your own .emacs file. * +* * +* (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 if you want to use emacs-w3m on Mew, set following elisp to * +* your own .mew file. * +* * +* (require 'mew-w3m) * +* (setq mew-prog-html '(mew-mime-text/html-w3m nil nil)) * +******************************************************************** |