From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: url-cache - (require 'url) Date: Thu, 05 Jan 2006 17:11:23 -0500 Message-ID: <87irsynxvz.fsf-monnier+emacs@gnu.org> References: <87y81zusp7.fsf-monnier+emacs@gnu.org> <87hd8mvc6k.fsf-monnier+emacs@gnu.org> <87ek3qt77f.fsf-monnier+emacs@gnu.org> <21C6AB91-2B23-417B-A0BE-AFD7EA2DA05D@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1136499128 17564 80.91.229.2 (5 Jan 2006 22:12:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Jan 2006 22:12:08 +0000 (UTC) Cc: Emacs-Devel ' Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 05 23:12:08 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 1EudKo-00057R-NF for ged-emacs-devel@m.gmane.org; Thu, 05 Jan 2006 23:11:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EudMY-0002AX-VM for ged-emacs-devel@m.gmane.org; Thu, 05 Jan 2006 17:13:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EudMB-00024r-Ku for emacs-devel@gnu.org; Thu, 05 Jan 2006 17:13:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EudM9-00024B-Om for emacs-devel@gnu.org; Thu, 05 Jan 2006 17:13:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EudM9-000246-IC for emacs-devel@gnu.org; Thu, 05 Jan 2006 17:13:13 -0500 Original-Received: from [209.226.175.97] (helo=tomts40-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EudNn-00043X-A3 for emacs-devel@gnu.org; Thu, 05 Jan 2006 17:14:55 -0500 Original-Received: from alfajor ([67.71.26.159]) by tomts40-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060105221123.RWUY5216.tomts40-srv.bellnexxia.net@alfajor>; Thu, 5 Jan 2006 17:11:23 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id 92D8FD72A7; Thu, 5 Jan 2006 17:11:23 -0500 (EST) Original-To: David Reitter In-Reply-To: (David Reitter's message of "Tue, 3 Jan 2006 16:15:47 +0000") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-Originating-IP: [0] 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:48768 Archived-At: >> Could you make a proper bug report? I have no idea what you've done to >> get the above messages, so it's kind of hard to debug it. > I wouldn't consider it a bug -- but the messages in the echo area and in > *Messages* make url-retrieve less useful in a programmatic usage context, > where I don't want to annoy the user with unnecessary warnings. I see your point. Maybe there should be a more "raw" command than url-retrieve, which doesn't try and fiddle with history, cache, ... > Again, the warnings that appear are > /Users/dr/.emacs.d/url/history does not exist. > Could not load cookie file /Users/dr/.emacs.d/url/cookies I've just remove them. After all, this situation is completely normal. Stefan