From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Roger Mason Newsgroups: gmane.emacs.help Subject: Re: w3 again, Date: Tue, 1 Oct 2002 15:12:52 -0230 Organization: Memorial University of Newfoundland Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: main.gmane.org 1033496216 4293 127.0.0.1 (1 Oct 2002 18:16:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 1 Oct 2002 18:16:56 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17wRZl-00016p-00 for ; Tue, 01 Oct 2002 20:16:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17wRZ0-00031t-00; Tue, 01 Oct 2002 14:16:06 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!snoopy.risq.qc.ca!newsflash.concordia.ca!News.Dal.Ca!coranto.ucs.mun.ca!minnie.esd.mun.ca!rmason Original-Newsgroups: gnu.emacs.help Original-Lines: 57 Original-NNTP-Posting-Host: minnie.esd.mun.ca Original-X-Trace: coranto.ucs.mun.ca 1033494174 19475 134.153.118.19 (1 Oct 2002 17:42:54 GMT) Original-X-Complaints-To: usenet@coranto.ucs.mun.ca Original-NNTP-Posting-Date: Tue, 1 Oct 2002 17:42:54 +0000 (UTC) X-Sender: rmason@minnie.esd.mun.ca In-Reply-To: Original-Xref: nntp.stanford.edu gnu.emacs.help:105606 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2152 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2152 Hello, I had another go at w3. I removed the *.elc files of url and w3, set debug-on-error to 't' and invoked w3 using 'm-x w3'. here is the resulting backtrace: Debugger entered--Lisp error: (invalid-function (macro . #[(handle) "=C1E= =87" [handle nth 2] 3])) mm-handle-encoding((#> ("text/html") nil nil nil nil nil nil)) w3-decode-charset((#> ("text/html") nil nil nil nil nil nil)) w3-fetch-callback("http://www.cs.indiana.edu/elisp/w3/docs.html") apply(w3-fetch-callback "http://www.cs.indiana.edu/elisp/w3/docs.html") url-http-activate-callback() url-http-wait-for-headers-change-function(1 185 184) url-http-generic-filter(# "HTTP/1.1 304 Not Modified \nDate: Tue, 01 Oct 2002 17:33:19 GMT \nServer: Apache/1.3.26 (Unix) PHP/4.2.2 mod_ssl/2.8.10 OpenSSL/0.9.6e \nConnection: close \nETag: \"148a7e-b86-3c02cee1\" \n \n") I found a thread at http://mail.gnu.org/pipermail/emacs-devel/2002-January/004938.html discussing the same error. But there did not seem to be any fix. It would be nice to find a cure for this, but if not I'll try w3m instead. Roger Mason emacs 21.1 CVS versions of url & w3 Linux On Sat, 28 Sep 2002, Kai [iso-8859-15] Gro=DFjohann wrote: > Roger Mason writes: >=20 > > I checked the config.log for the url & w3 packages: the configure scrip= t > > found 21.1 in both cases, which is correct. >=20 > Hm. Could you M-: (load "w3.el") RET, then try again? Maybe now the > backtrace is better, or the issue goes away completely. >=20 > kai > --=20 > ~/.signature is: umop ap!sdn (Frank Nobis) > _______________________________________________ > Help-gnu-emacs mailing list > Help-gnu-emacs@gnu.org > http://mail.gnu.org/mailman/listinfo/help-gnu-emacs >=20