From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Rodolfo Medina" Newsgroups: gmane.emacs.help Subject: Re: Reading HTML mails with gnus Date: Fri, 25 Feb 2005 16:52:10 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1109347382 29640 80.91.229.2 (25 Feb 2005 16:03:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Feb 2005 16:03:02 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 25 17:03:02 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D4hvR-0002lf-8U for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Feb 2005 17:02:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4iDD-0008Us-8v for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Feb 2005 11:21:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D4iBu-0008BK-CY for help-gnu-emacs@gnu.org; Fri, 25 Feb 2005 11:19:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D4iBg-00084W-VF for help-gnu-emacs@gnu.org; Fri, 25 Feb 2005 11:19:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4iBg-00082A-9z for help-gnu-emacs@gnu.org; Fri, 25 Feb 2005 11:19:32 -0500 Original-Received: from [193.70.192.147] (helo=smtp20.libero.it) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D4hju-0008Rm-Gf for help-gnu-emacs@gnu.org; Fri, 25 Feb 2005 10:50:50 -0500 Original-Received: from localhost (172.16.1.80) by smtp20.libero.it (7.0.027-DD01) id 41D02C9800CE021C for help-gnu-emacs@gnu.org; Fri, 25 Feb 2005 16:50:49 +0100 Original-Received: from [151.26.65.150] (151.26.65.150) by smtp2.libero.it (7.0.027-DD01) id 41BF65E4049DF4B2 for help-gnu-emacs@gnu.org; Fri, 25 Feb 2005 16:51:08 +0100 Original-Received: from 127.0.0.1 (AVG SMTP 7.0.306 [265.8.9]); Fri, 25 Feb 2005 16:52:10 +0100 Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Virus-Scanned: by amavisd-new at libero.it serv2 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24346 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24346 Rodolfo Medina wrote: > 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 images via gnus. > What am I missing? Adam Duck wrote: > html images? Do you mean images inside html? This should work with > emacs-w3m -- except that you may need to tell this to w3m explicitly: > `w3m-default-display-inline-images' Nick wrote: > w3m-default-display-inline-images is a variable, not a function, > so you just need to set it: > > (setq w3m-default-display-inline-images t) > > will set its value to t. Thanks, Adam, thanks, Nick. I put in my .gnus.el the line: (setq w3m-default-display-inline-images t) but STILL can't view html images with gnus. I didn't think it'd be so difficult! In my .gnus there's also: (setq mm-text-html-renderer 'w3m) (setq mm-inline-text-html-with-images t) , and in my .emacs there is: (add-to-list 'load-path (expand-file-name "/usr/share/emacs/site-lisp/w3m")) (require 'w3m-load) (require 'w3m-image) . I also tried with: (setq mm-w3m-safe-url-regexp nil) in .gnus, but nothing of nothing. I'm almost desperate. Do you have any other suggestion? Thanks, Rodolfo