From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: [PATCH] ob-core: do not ask for confirmation if cached value is current Date: Wed, 27 Feb 2013 10:39:32 +0000 (UTC) Message-ID: References: <87mwuqvmyz.fsf@Rainer.invalid> <87liaauotc.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAeQS-0004KZ-Cm for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 05:39:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAeQP-0002Gs-VM for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 05:39:52 -0500 Received: from plane.gmane.org ([80.91.229.3]:43898) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAeQP-0002GQ-OW for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 05:39:49 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UAeQf-00029Y-DH for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 11:40:05 +0100 Received: from 217.10.52.10 ([217.10.52.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Feb 2013 11:40:05 +0100 Received: from Stromeko by 217.10.52.10 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Feb 2013 11:40:05 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Bastien altern.org> writes: > thanks for the patch. I applied it but renamed cache? and > cache-current? to cache-p and cache-current-p. That patch needs amending. You let-bind cache-current, but then try to use cache-current-p. Regards, Achim.