From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/4553 Path: news.gmane.org!not-for-mail From: romeomedina@libero.it Newsgroups: gmane.emacs.gnus.user Subject: Re: From newbie: Internet adverts not readable with gnus? Date: 20 Feb 2005 14:11:28 -0800 Organization: http://groups.google.com Message-ID: <1108937488.180289.57520@z14g2000cwz.googlegroups.com> References: <1107788419.392671.71880@o13g2000cwo.googlegroups.com> <1107879817.944459.320780@l41g2000cwc.googlegroups.com> <878y5xjkru.fsf@amaterasu.srvr.nix> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1138670441 23753 80.91.229.2 (31 Jan 2006 01:20:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:20:41 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:33:57 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!news.tele.dk!news.tele.dk!small.news.tele.dk!proxad.net!216.239.36.134.MISMATCH!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: 151.26.100.38 Original-X-Trace: posting.google.com 1108937492 8209 127.0.0.1 (20 Feb 2005 22:11:32 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 20 Feb 2005 22:11:32 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=151.26.100.38; posting-account=jAR8oAwAAAAzWEZi_PGTqTf56RwG205B Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:4694 Original-Lines: 75 X-Gnus-Article-Number: 4694 Tue Jan 17 17:33:57 2006 Xref: news.gmane.org gmane.emacs.gnus.user:4553 Archived-At: After some difficulties I managed to install w3m-0.5.1.tar.gz, 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. Does anyone have any idea? Thanks indeed, Rodolfo