From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.help Subject: Re: http-get/post vs url Date: Mon, 29 Jan 2007 13:39:59 +0100 Organization: disorganized Message-ID: <87d54yf1ls.fsf@localhorst.mine.nu> References: <878xfponn6.fsf@missioncriticalit.com> <87ireqdqkm.fsf@missioncriticalit.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1170075237 9212 80.91.229.12 (29 Jan 2007 12:53:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Jan 2007 12:53:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 29 13:53:48 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HBW16-0007I0-2U for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Jan 2007 13:53:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HBW15-0002Yl-DY for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Jan 2007 07:53:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HBW0u-0002Yf-1X for help-gnu-emacs@gnu.org; Mon, 29 Jan 2007 07:53:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HBW0r-0002YT-H4 for help-gnu-emacs@gnu.org; Mon, 29 Jan 2007 07:53:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HBW0r-0002YQ-B8 for help-gnu-emacs@gnu.org; Mon, 29 Jan 2007 07:53:33 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HBW0q-0006HF-Rv for help-gnu-emacs@gnu.org; Mon, 29 Jan 2007 07:53:33 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HBW0h-0000l4-2c for help-gnu-emacs@gnu.org; Mon, 29 Jan 2007 13:53:23 +0100 Original-Received: from e178000196.adsl.alicedsl.de ([85.178.0.196]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Jan 2007 13:53:23 +0100 Original-Received: from david.hansen by e178000196.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Jan 2007 13:53:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 29 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178000196.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.93 (gnu/linux) Cancel-Lock: sha1:mSaAT87z9qtsEoA0NGJvTehbWuk= X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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 Xref: news.gmane.org gmane.emacs.help:40728 Archived-At: On 29 Jan 2007 12:23:37 +0100 Sébastien Vauban wrote: > Hi David, > >>> I wonder if I'm using the best Lisp package for what I want to >>> do, and I'd like to hear from the experts which one I should >>> use, for an easy retrieval of HTTP info through get or posts, >>> independently of the HTTP protocol version. >> >> Use url.el. It's now part of Emacs and actively maintained. > > Thank you for your enlightening answer! > > But do you know what I can do to further debug or find a > workaround against those 2 errors I got using `url.el'? > > o "Saw end of trailers", and > o "HTTP responses in class 1xx not supported (100)". > If you are using url.el from GNU Emacs CVS the best place to ask would be the emacs developer mailing list. Otherwise it's probably the best to switch to this version. AFAIK someone already "fixed" W3 to work with it. So the version that comes with GNU Emacs is kind of "official" and most probably the most used one. David