unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Rodolfo Medina" <romeomedina@libero.it>
Subject: Reading HTML mails with gnus
Date: Sun, 20 Feb 2005 22:28:41 +0100	[thread overview]
Message-ID: <MBBBJFILCHONLINKEBBKEEODCKAA.romeomedina@libero.it> (raw)

In order to read with Gnus that kind of mails
such as Internet adverts (is that HTML mails?),
I was suggested to install w3m-el (an interface of w3m).
After some difficulties I managed to get the installation up to end,
but still can't read HTML mails via gnus.
What am I missing?
Here are the steps I followed:

from http://www.hpl.hp.com/personal/Hans_Boehm/gc/
I downloaded the package gc.tar.gz 
and copied it into the ~/tmp dir. Then,
# urpmi gcc
$ cd ~/tmp
$ tar xzvf gc.tar.gz
$ cd gc6.3
$ ./configure
$ make
$ make check
# make install

. I downloaded the package openssl-0.9.7e.tar.gz 
and copied into my ~/tmp dir. Then,
$ cd ~/tmp
$ tar xzvf openssl-0.9.7e.tar.gz
$ cd openssl-0.9.7e
$ ./config
$ make
$ make test
# make install

. From http://prdownloads.sourceforge.net/w3m/ 
I downloaded the package w3m-0.5.1.tar.gz
and copied it into the ~/tmp dir. Then,
$ export LDFLAGS="-Xlinker -R/usr/local/lib"
$ cd ~/tmp
$ tar xzvf w3m-0.5.1.tar.gz
$ cd w3m-0.5.1
$ ./configure
$ make
# make install

. From http://emacs-w3m.namazu.org I downloaded the package 
emacs-w3m-1.4.3.tar.gz and copied it into the ~/tmp dir. Then,
$ cd ~/tmp
$ tar xzvf emacs-w3m-1.4.3.tar.gz
$ cd emacs-w3m-1.4.3
$ ./configure
$ make
# make install

. I was suggested to put in my .gnus.el the line:
(setq mm-inline-text-html-renderer 'w3m)
, which I did. Besides, in the README file 
which is in the emacs-w3m release it is suggested 
to put in .emacs the line:
(require 'w3m-load)
. I did so, but when starting Emacs I got the following error message:

---------------------------------------------------------------
An error has occurred while loading `/home/rodolfo/.emacs':

File error: "Cannot open load file", "w3m-load"

To ensure normal operation, you should investigate the cause
of the error in your initialization file and remove it.  Start
Emacs with the `--debug-init' option to view a complete error
backtrace
Loading places from ~/.emacs-places...
Loading places from /root/.emacs-places...done
----------------------------------------------------------------

. Then I canceled that line from .emacs,
but the HTML mails I get via gnus still cannot be viewed.
Can anyone from this list provide help?

Thanks indeed,
Rodolfo

             reply	other threads:[~2005-02-20 21:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-20 21:28 Rodolfo Medina [this message]
2005-02-20 23:12 ` Reading HTML mails with gnus Adam Duck
2005-02-21 17:02 ` Rodolfo Medina
2005-02-22 17:23   ` Adam Duck
2005-02-25 15:52 ` Rodolfo Medina
     [not found] <mailman.921.1109006604.32256.help-gnu-emacs@gnu.org>
2005-02-21 17:44 ` Billy O'Connor
2006-08-18 13:58   ` Rodolfo Medina
  -- strict thread matches above, loose matches on Subject: below --
2005-02-23 17:56 romeomedina
2005-02-26 12:38 romeomedina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MBBBJFILCHONLINKEBBKEEODCKAA.romeomedina@libero.it \
    --to=romeomedina@libero.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).