From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] url-cache (url-store-in-cache): Make `buff' argument really optional Date: Fri, 10 Sep 2010 17:40:54 -0400 Message-ID: References: <1283950260-13227-1-git-send-email-julien@danjou.info> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1284155583 11950 80.91.229.12 (10 Sep 2010 21:53:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Sep 2010 21:53:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Julien Danjou Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 10 23:53:00 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OuBWh-0006w0-4U for ged-emacs-devel@m.gmane.org; Fri, 10 Sep 2010 23:52:55 +0200 Original-Received: from localhost ([127.0.0.1]:37472 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuBL7-00037v-KY for ged-emacs-devel@m.gmane.org; Fri, 10 Sep 2010 17:40:57 -0400 Original-Received: from [140.186.70.92] (port=59155 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuBL0-00036B-Np for emacs-devel@gnu.org; Fri, 10 Sep 2010 17:40:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OuBKz-0007bU-HD for emacs-devel@gnu.org; Fri, 10 Sep 2010 17:40:50 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:56480) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OuBKz-0007bP-G2 for emacs-devel@gnu.org; Fri, 10 Sep 2010 17:40:49 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OuBL4-0000cP-87; Fri, 10 Sep 2010 17:40:54 -0400 X-Spook: clandestine Watergate JPL Arnett national information X-Ran: $ll=uI!g8.MU$5.he@Mb}chxSmnq,yzJ94H+$E;mDn~(hCdEWdPF^A*gia9sjf%Me\"jnY X-Hue: magenta X-Attribution: GM In-Reply-To: (Glenn Morris's message of "Fri\, 10 Sep 2010 17\:25\:09 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:129933 Archived-At: Glenn Morris wrote: > I think the original version was attempting to guard against the > possibility of BUFF naming a dead or non-existent buffer, and your > version has lost that feature. That was a dumb comment (better to throw an error than do nothing). I'll install your version.