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
|
|
|
* *
|
2002-07-25 19:32:09 +02:00
|
|
|
* (require 'mime-w3m) *
|
2001-04-02 03:04:50 +02:00
|
|
|
* *
|
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)) *
|
2001-04-02 03:04:50 +02:00
|
|
|
* *
|
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) *
|
2001-04-02 03:04:50 +02:00
|
|
|
********************************************************************
|