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 09:20:58 +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]:40535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAdCN-0003Cs-IQ for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 04:21:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAdCM-0000KV-Fk for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 04:21:15 -0500 Received: from plane.gmane.org ([80.91.229.3]:55598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAdCM-0000KQ-8F for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 04:21:14 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UAdCg-0006mw-2q for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 10:21:34 +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 10:21:34 +0100 Received: from Stromeko by 217.10.52.10 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Feb 2013 10:21:34 +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. Thanks. I have no preference either way regarding the names, I was just following the example of cache?, which I copied from the original code. There's another "cache?" in ob-lob, IIRC. Regards, Achim.