From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: bkhl@elektrubadur.se (=?iso-8859-1?q?Bj=F6rn_Lindstr=F6m?=) Newsgroups: gmane.emacs.help Subject: Re: w3 trouble Date: Tue, 21 Oct 2003 00:04:13 +0200 Organization: Upsalafandom Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87r817a7mq.fsf@lucien.dreaming> References: <87r81kkeb4.fsf@lucien.dreaming> <87y8vkcfi9.fsf@lucien.dreaming> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1066689968 6662 80.91.224.253 (20 Oct 2003 22:46:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Oct 2003 22:46:08 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 21 00:46:05 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ABimr-0005hP-00 for ; Tue, 21 Oct 2003 00:46:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ABimc-00074x-Pu for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Oct 2003 18:45:50 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-out1.nntp.be!propagator2-sterling!news-in-sterling.newsfeed.com!news-feed01.roc.ny.frontiernet.net!nntp.frontiernet.net!prodigy.com!prodigy.com!rip!news.webusenet.com!News-Peer-Europe!news.stupi.se!newsfeed.sunet.se!news01.sunet.se!news.utfors.se!lucien.dreaming!news Original-Newsgroups: gnu.emacs.help Original-Lines: 37 Original-NNTP-Posting-Host: md4690bb3.utfors.se Original-X-Trace: yggdrasil.utfors.se 1066689021 13613 212.105.11.179 (20 Oct 2003 22:30:21 GMT) Original-X-Complaints-To: abuse@utfors.se Original-NNTP-Posting-Date: 20 Oct 2003 22:30:21 GMT X-PGP-Key: http://bkhl.elektrubadur.se/Key.html X-Home-Page: http://bkhl.elektrubadur.se/ User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:3Z8YhXyQ7EfPL4UolQutAFZ/uKc= Original-Xref: shelby.stanford.edu gnu.emacs.help:117461 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13392 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13392 Marc Girod writes: > It didn't seem to break anything, in any case. > Once I was there, I "Customized" a bit the defaults. Thanks for all that. But nothing of that really affects Gnus, or does it? This is all the settings I have that concerns w3: (require 'w3) ; Open links in Gnus articles with browse-url. (eval-after-load "w3" '(progn (fset 'w3-fetch-orig (symbol-function 'w3-fetch)) (defun w3-fetch (&optional url target) (interactive (list (w3-read-url-with-default))) (if (eq major-mode 'gnus-article-mode) (browse-url url) (w3-fetch-orig url target))))) Viewing HTML in Gnus with this used to work alright, but now it doesn't. Is there anything else I might need? Is there anything I can do to make w3 give some more helpful error messages than the Parsed 100% of 240...done Drawing... \ Error while rendering html; showing as text/plain stuff? -- Björn Lindström http://bkhl.elektrubadur.se/