From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Downloading with Emacs Date: Mon, 27 Jun 2005 02:49:03 +0200 Message-ID: <42BF4CFF.6060508@student.lu.se> References: <42BE0159.9020802@student.lu.se> <200506261517.34142.pogonyshev@gmx.net> <42BEBC66.7040005@student.lu.se> <42BEE954.2010703@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1119835406 32744 80.91.229.2 (27 Jun 2005 01:23:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Jun 2005 01:23:26 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 27 03:23:23 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DmiKw-0001bv-Hd for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2005 03:22:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DmiST-0004RE-U0 for ged-emacs-devel@m.gmane.org; Sun, 26 Jun 2005 21:30:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DmiS9-0004QH-7C for emacs-devel@gnu.org; Sun, 26 Jun 2005 21:30:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DmiS6-0004Ot-NX for emacs-devel@gnu.org; Sun, 26 Jun 2005 21:30:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DmiS6-0004Oq-Jy for emacs-devel@gnu.org; Sun, 26 Jun 2005 21:30:22 -0400 Original-Received: from [81.228.8.164] (helo=pne-smtpout2-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DmiTG-0000hW-FM for emacs-devel@gnu.org; Sun, 26 Jun 2005 21:31:34 -0400 Original-Received: from [192.168.123.121] (83.249.204.245) by pne-smtpout2-sn2.hy.skanova.net (7.2.060.1) id 42B94E29000BD2F8; Mon, 27 Jun 2005 02:49:03 +0200 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: bob@rattlesnake.com, emacs-devel@gnu.org In-Reply-To: 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:39603 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39603 Robert J. Chassell wrote: >I just tried > > (url-dl-download "http://purl.org/harder/dpans.html" > "/usr/local/src/" > nil > "Common_Lisp.texi") > >and received this error message: > > error in process filter: progn: > Opening output file: no such file or directory, > /home/bob/emacs-21/http:/www.ifa.au.dk/~harder/dpans.html-h.txt > >I also tried the command replacing the nil argument with "" but the >expression also failed. > >What should I do? > > Could not avoid testing. I believe it is a bug in the url.el -libraries. There is a callback telling a redirection was done. I recieve this instead of the one I should get when the download has finished. Is there anyone who understands those libraries?