From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Adam Duck Newsgroups: gmane.emacs.help Subject: Re: Reading HTML mails with gnus Date: Tue, 22 Feb 2005 18:23:23 +0100 Message-ID: <86psysv790.fsf@oumu.localdomain> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109094272 29702 80.91.229.2 (22 Feb 2005 17:44:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Feb 2005 17:44:32 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 22 18:44:31 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D3e59-0006TL-JZ for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Feb 2005 18:44:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3eML-0003ak-4c for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Feb 2005 13:02:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D3eEc-0008T1-6q for help-gnu-emacs@gnu.org; Tue, 22 Feb 2005 12:54:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D3eEN-0008KI-WC for help-gnu-emacs@gnu.org; Tue, 22 Feb 2005 12:53:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3eEL-0008FL-Pc for help-gnu-emacs@gnu.org; Tue, 22 Feb 2005 12:53:53 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D3dlP-0003pX-V8 for help-gnu-emacs@gnu.org; Tue, 22 Feb 2005 12:24:00 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1D3dhg-00025L-3j for help-gnu-emacs@gnu.org; Tue, 22 Feb 2005 18:20:08 +0100 Original-Received: from dsl-213-023-214-251.arcor-ip.net ([213.23.214.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Feb 2005 18:20:08 +0100 Original-Received: from duck by dsl-213-023-214-251.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Feb 2005 18:20:08 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 30 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dsl-213-023-214-251.arcor-ip.net Cancel-Lock: sha1:8r+f01QOT2QFe0ypdtBqQBV9UF8= 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:24254 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24254 "Rodolfo Medina" writes: > No, Mandrake 10.1 Community. Why?... Because every Linux vendor has a gcc-package... you don't need to compile it from scratch (except for LFS and gentoo :) ). > I searched the file w3m-load.el and found it in the directory > '/usr/share/emacs/site-lisp/w3m'. Then I put in my .emacs the lines: > > (add-to-list 'load-path (expand-file-name "/usr/share/emacs/site-lisp/w3m")) > (require 'w3m-load) Yep, that's the correct way. > and the above error message didn't appear any more. > But still, I can't view html images within gnus > (as I said above, I put in my .gnus.el the line: > > (setq mm-inline-text-html-renderer 'w3m) 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' or press 'T' after it has started. If you mean multipart/mime, then you have to go a different way -- this isn't handled through w3m. Also, gnus does like text/plain more than text/html. So if an email contains both, you should think about that, too. bye, Adam.