freebsd-ports/www/emacs-w3m/pkg-message

21 lines
1.3 KiB
Text
Raw Normal View History

********************************************************************
* 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: *
* *
2002-07-25 19:32:09 +02:00
* (require 'mime-w3m) *
* *
2002-07-25 19:32:09 +02:00
* To use emacs-w3m on Mew, add this to your own .mew.el: *
2002-01-24 10:03:07 +01:00
* *
2002-07-25 19:32:09 +02:00
* (require 'mew-w3m) *
* (setq mew-prog-html '(mew-mime-text/html-w3m nil nil)) *
* *
2002-07-25 19:32:09 +02:00
* And to use octet stream viewer, add this to your own .emacs: *
* *
* (require 'w3m) *
* (require 'octet) *
* (octet-mime-setup) *
********************************************************************