From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "T. V. Raman" Newsgroups: gmane.emacs.devel Subject: w3 broken again: Date: Thu, 2 Nov 2006 20:44:26 -0800 Message-ID: <17738.51498.116621.131300@gargle.gargle.HOWL> References: <17738.50270.223697.35045@gargle.gargle.HOWL> Reply-To: raman@users.sf.net NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162529102 11354 80.91.229.2 (3 Nov 2006 04:45:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Nov 2006 04:45:02 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 03 05:44:59 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gfqv8-0008Af-T6 for ged-emacs-devel@m.gmane.org; Fri, 03 Nov 2006 05:44:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gfqv8-0002TJ-Fo for ged-emacs-devel@m.gmane.org; Thu, 02 Nov 2006 23:44:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gfquv-0002Rm-MM for emacs-devel@gnu.org; Thu, 02 Nov 2006 23:44:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gfquu-0002RE-RW for emacs-devel@gnu.org; Thu, 02 Nov 2006 23:44:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gfquu-0002RB-Ov for emacs-devel@gnu.org; Thu, 02 Nov 2006 23:44:32 -0500 Original-Received: from [216.148.227.151] (helo=rwcrmhc11.comcast.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gfquu-0008SE-Pr for emacs-devel@gnu.org; Thu, 02 Nov 2006 23:44:32 -0500 Original-Received: from localhost (c-71-202-191-236.hsd1.ca.comcast.net[71.202.191.236]) by comcast.net (rwcrmhc11) with ESMTP id <20061103044426m1100ndl5re>; Fri, 3 Nov 2006 04:44:31 +0000 Original-Received: by localhost (Postfix, from userid 1000) id 2B2E412A4032; Thu, 2 Nov 2006 20:44:26 -0800 (PST) Original-To: raman@users.sf.net In-Reply-To: <17738.50270.223697.35045@gargle.gargle.HOWL> X-Mailer: VM 7.19 under Emacs 22.0.90.4 x-attribution: tvr X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:61657 Archived-At: Apologies for having been a nuisance, my CVS copy of w3 was ancient, and it was consequently looking at savannah.gnu.org as opposed to cvs.savannah.gnu.org All is now well! Magnus, I'll send you some patches to w3 that I had in my local client in a day or so --- primarily fixes acouple of irritants in w3, e.g., updating it to accept application/xml+xhtml >>>>> "tvr" == T V Raman writes: tvr> This is after doing a cvs update on the emacs sources, tvr> doing a make install, followed by doing a make clean in tvr> w3 and rebuilding it against the freshly installed url tvr> package in the emacs tree. tvr> tvr> Doing a google search throws the following error: tvr> backtrace attached. error in process sentinel: Wrong tvr> type argument: arrayp, (:error (error connection-failed tvr> "connection broken by remote peer " :host tvr> "www.google.com" :service 80)) tvr> tvr> tvr> Debugger entered--Lisp error: (wrong-type-argument tvr> arrayp (:error (error connection-failed "connection tvr> broken by remote peer " :host "www.google.com" :service tvr> 80))) w3-recall-explicit-coding-system((:error (error tvr> connection-failed "connection broken by remote peer\n" tvr> :host "www.google.com" :service 80))) tvr> ad-Orig-w3-fetch-callback((:error (error tvr> connection-failed "connection broken by remote peer\n" tvr> :host "www.google.com" :service 80)) tvr> "http://www.google.com/search?q=raman&num=25") tvr> apply(ad-Orig-w3-fetch-callback ((:error (error tvr> connection-failed "connection broken by remote peer\n" tvr> :host "www.google.com" :service 80)) tvr> "http://www.google.com/search?q=raman&num=25")) tvr> w3-fetch-callback((:error (error connection-failed tvr> "connection broken by remote peer\n" :host tvr> "www.google.com" :service 80)) tvr> "http://www.google.com/search?q=raman&num=25") tvr> apply(w3-fetch-callback ((:error (error tvr> connection-failed "connection broken by remote peer\n" tvr> :host "www.google.com" :service 80)) tvr> "http://www.google.com/search?q=raman&num=25")) tvr> url-http-activate-callback() tvr> url-http-async-sentinel(# tvr> "connection broken by remote peer\n") tvr> tvr> -- Best Regards, --raman tvr> tvr> tvr> Email: raman@users.sf.net WWW: tvr> http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk: tvr> tv.raman.tv@gmail.com PGP: tvr> http://emacspeak.sf.net/raman/raman-almaden.asc Google: tvr> tv+raman IRC: irc://irc.freenode.net/#emacs tvr> tvr> tvr> _______________________________________________ tvr> Emacs-devel mailing list Emacs-devel@gnu.org tvr> http://lists.gnu.org/mailman/listinfo/emacs-devel -- Best Regards, --raman Email: raman@users.sf.net WWW: http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk: tv.raman.tv@gmail.com PGP: http://emacspeak.sf.net/raman/raman-almaden.asc Google: tv+raman IRC: irc://irc.freenode.net/#emacs