From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Magnus Henoch Newsgroups: gmane.emacs.devel Subject: Re: url-retrieve may cause hang Date: Tue, 17 Oct 2006 18:24:13 +0200 Message-ID: <87r6x6ap1u.fsf@freemail.hu> References: <878xjfydq3.fsf@freemail.hu> <87vemj9eib.fsf@freemail.hu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1161102338 11448 80.91.229.2 (17 Oct 2006 16:25:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Oct 2006 16:25:38 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 17 18:25:35 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 1GZrkj-0003Le-Cb for ged-emacs-devel@m.gmane.org; Tue, 17 Oct 2006 18:25:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZrki-0000Pn-PX for ged-emacs-devel@m.gmane.org; Tue, 17 Oct 2006 12:25:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GZrkP-0000Jz-TO for emacs-devel@gnu.org; Tue, 17 Oct 2006 12:24:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GZrkM-00008F-El for emacs-devel@gnu.org; Tue, 17 Oct 2006 12:24:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZrkM-00007h-9d for emacs-devel@gnu.org; Tue, 17 Oct 2006 12:24:54 -0400 Original-Received: from [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 1GZrkM-0003oD-UK for emacs-devel@gnu.org; Tue, 17 Oct 2006 12:24:55 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GZrk6-0003Cj-Ku for emacs-devel@gnu.org; Tue, 17 Oct 2006 18:24:39 +0200 Original-Received: from etthundrat.olf.sgsnet.se ([193.11.222.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Oct 2006 18:24:38 +0200 Original-Received: from mange by etthundrat.olf.sgsnet.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Oct 2006 18:24:38 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 9 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: etthundrat.olf.sgsnet.se Mail-Copies-To: never Jabber-Id: legoscia@jabber.cd.chalmers.se User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (berkeley-unix) Cancel-Lock: sha1:0o/QYhWLr66yLS92tj0FdAuEZOI= 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:60822 Archived-At: Magnus Henoch writes: > I have attached my first attempt. There are two problems with it: Besides, submitting a form doesn't work, since that involves dynamically binding url-request-method, url-request-data and url-request-extra-headers. That should be fixable, though. Magnus