|
| From: | Slackrat |
| Subject: | Re: Processing HTML Emails |
| Date: | Tue, 19 Feb 2008 11:16:00 +0100 |
| User-agent: | Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Jake Colman a écrit profondement:
| You find emacs-w3m better than w3?
You may find this useful
in .gnus:
;; I would like gnus to always use Netscape/mozilla
(setq browse-url-browser-function 'browse-url-mozilla)
;; (setq browse-url-browser-function 'browse-url-netscape)
;; Use w3m to render html emails // see .emacs file for load command
(setq mm-text-html-renderer 'w3m)
(setq mm-inline-text-html-with-images t)
(setq mm-inline-large-images t)
;; Show the text/plain part of a multipart
;; Now I'm doing that for GNU Emacs only.
(setq mm-discouraged-alternatives
'("text/html"
"text/richtext"))
in .emacs
;; I want to use W3M
(require 'w3m-load)
And I have the following installed on my system (emacs related only):
emacs-22.1.tar.gz
emacs-w3m-1.4.4.tar.gz
libgc_6.4.orig.tar.gz
muse-latest.tar.gz
randomsig.el
w3m-0.5.2.tar.gz
--
SlackRat
| [Prev in Thread] | Current Thread | [Next in Thread] |