Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* html-Mail
@ 2007-03-26  8:08 gerhard.eber
  2007-03-26 10:02 ` html-Mail David Hansen
  2007-03-26 22:47 ` html-Mail Hadron
  0 siblings, 2 replies; 6+ messages in thread
From: gerhard.eber @ 2007-03-26  8:08 UTC (permalink / raw)
  To: info-gnus-english

I'm using gnus some years now as mail reader and always rejected e-
mails written in html. But it seems that this is no longer possible.

Is there a simple way to show a html e-mail in the default browser? At
the moment I have to store it into a file, then go to the browser and
read in this file from there.

Thanks for the answers.

Gerhard

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: html-Mail
  2007-03-26  8:08 html-Mail gerhard.eber
@ 2007-03-26 10:02 ` David Hansen
  2007-03-26 22:47 ` html-Mail Hadron
  1 sibling, 0 replies; 6+ messages in thread
From: David Hansen @ 2007-03-26 10:02 UTC (permalink / raw)
  To: info-gnus-english

On 26 Mar 2007 01:08:17 -0700 gerhard eber wrote:

> I'm using gnus some years now as mail reader and always rejected e-
> mails written in html. But it seems that this is no longer possible.
>
> Is there a simple way to show a html e-mail in the default browser? At
> the moment I have to store it into a file, then go to the browser and
> read in this file from there.

Get emacs-w3m [1] and (setq mm-text-html-renderer 'w3m)

David

Footnotes: 
[1]  http://emacs-w3m.namazu.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: html-Mail
  2007-03-26  8:08 html-Mail gerhard.eber
  2007-03-26 10:02 ` html-Mail David Hansen
@ 2007-03-26 22:47 ` Hadron
  2007-03-27  3:05   ` html-Mail Slackrat
  1 sibling, 1 reply; 6+ messages in thread
From: Hadron @ 2007-03-26 22:47 UTC (permalink / raw)
  To: info-gnus-english

gerhard.eber@bruker.de writes:

> I'm using gnus some years now as mail reader and always rejected e-
> mails written in html. But it seems that this is no longer possible.
>
> Is there a simple way to show a html e-mail in the default browser? At
> the moment I have to store it into a file, then go to the browser and
> read in this file from there.
>
> Thanks for the answers.
>
> Gerhard
>

I did the same only recently:

Find and install w3m if necessary and in your .gnus.el

(setq mm-text-html-renderer 'w3m)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: html-Mail
  2007-03-26 22:47 ` html-Mail Hadron
@ 2007-03-27  3:05   ` Slackrat
  2007-03-27  3:51     ` html-Mail Slava Akhmechet
  0 siblings, 1 reply; 6+ messages in thread
From: Slackrat @ 2007-03-27  3:05 UTC (permalink / raw)
  To: info-gnus-english


* Hadron <hadronquark@gmail.com> a écrit
>
> Find and install w3m if necessary and in your .gnus.el
>
> (setq mm-text-html-renderer 'w3m)

OK, so where is w3m-e22 ?

I installed   after compiling,  emacs-w3m-1.4.3
I installed    w3m-0.5-i486-1sub.tgz  - a prebuilt package since w3m
refuses to compile on my system
I installed   libgc-6.3-i686-1jara.tgz

backtrace:
Debugger entered--Lisp error: (file-error "Cannot open load file"
  "w3m-e22") require(w3m-e22) (cond ((featurep ...) (require ...))
  ((>= emacs-major-version 22) (require ...)) ((= emacs-major-version
  21) (require ...)) ((= emacs-major-version 20) (require ...))
  ((boundp ...) (require ...)) (t (require ...)))  (progn (cond
  (... ...) (... ...) (... ...) (... ...) (... ...) (t ...)))
  (eval-and-compile (cond (... ...) (... ...) (... ...) (... ...)
  (... ...) (t ...)))  eval-buffer(#<buffer  *load*<3>> nil
  "/usr/local/share/emacs/site-lisp/w3m/w3m.el" nil t)  ; Reading at
  buffer position 3337
  load-with-code-conversion("/usr/local/share/emacs/site-lisp/w3m/w3m.el"
  "/usr/local/share/emacs/site-lisp/w3m/w3m.el" nil t) require(w3m)
  (progn (require (quote cl)) (require (quote w3m)) (require (quote
  mime)) (defvar mime-setup-enable-inline-html) (defvar
  mime-preview-condition) (defvar mime-view-mode-default-map))
  (eval-when-compile (require (quote cl)) (require (quote w3m))
  (require (quote mime)) (defvar mime-setup-enable-inline-html)
  (defvar mime-preview-condition) (defvar mime-view-mode-default-map))
  eval-buffer(#<buffer  *load*<2>> nil
  "/usr/local/share/emacs/site-lisp/w3m/mime-w3m.el" nil t)  ; Reading
  at buffer position 1493
  load-with-code-conversion("/usr/local/share/emacs/site-lisp/w3m/mime-w3m.el"
  "/usr/local/share/emacs/site-lisp/w3m/mime-w3m.el" nil t)
  require(mime-w3m) eval-buffer(#<buffer  *load*> nil
  "/home/inconnu/.emacs" nil t)  ; Reading at buffer position 828
  load-with-code-conversion("/home/inconnu/.emacs"
  "/home/inconnu/.emacs" t t) load("~/.emacs" t t) #[nil "\b…¾

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: html-Mail
  2007-03-27  3:05   ` html-Mail Slackrat
@ 2007-03-27  3:51     ` Slava Akhmechet
  2007-03-27  4:39       ` html-Mail Slackrat
  0 siblings, 1 reply; 6+ messages in thread
From: Slava Akhmechet @ 2007-03-27  3:51 UTC (permalink / raw)
  To: info-gnus-english

Slackrat <slackrat4Q@azurservers.com> writes:

> OK, so where is w3m-e22 ?
I think you need to get w3m from CVS.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: html-Mail
  2007-03-27  3:51     ` html-Mail Slava Akhmechet
@ 2007-03-27  4:39       ` Slackrat
  0 siblings, 0 replies; 6+ messages in thread
From: Slackrat @ 2007-03-27  4:39 UTC (permalink / raw)
  To: info-gnus-english


* Slava Akhmechet <coffeemug@gmail.com> a écrit
> Slackrat <slackrat4Q@azurservers.com> writes:
>
>> OK, so where is w3m-e22 ?
> I think you need to get w3m from CVS.

Well thanks

I no longer get the w3m-e22 warning

However, I now get a " Can't find 'mime' " message

I have mime-w3m installed, and have copied it to everywhere I can
think of

I still get the  " Can't find 'mime' " message

-- 
Regards, Slackrat [Bill Henderson] [No _4Q_ for direct email]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-03-27  4:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-26  8:08 html-Mail gerhard.eber
2007-03-26 10:02 ` html-Mail David Hansen
2007-03-26 22:47 ` html-Mail Hadron
2007-03-27  3:05   ` html-Mail Slackrat
2007-03-27  3:51     ` html-Mail Slava Akhmechet
2007-03-27  4:39       ` html-Mail Slackrat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).