From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Fix: Capture abort: (error: The mark is not set now, so there is no region) Date: Fri, 23 May 2014 21:19:33 +0200 Message-ID: <87zji8ti9m.fsf@bzg.ath.cx> References: <877g681jma.fsf@bzg.ath.cx> <87zji88vye.fsf@bzg.ath.cx> <87ha4gv1zo.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wnv0J-0008SJ-TO for emacs-orgmode@gnu.org; Fri, 23 May 2014 15:19:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wnv0D-0007lr-Sn for emacs-orgmode@gnu.org; Fri, 23 May 2014 15:19:43 -0400 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:53621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wnv0D-0007lj-IE for emacs-orgmode@gnu.org; Fri, 23 May 2014 15:19:37 -0400 Received: by mail-wg0-f41.google.com with SMTP id z12so5146628wgg.0 for ; Fri, 23 May 2014 12:19:36 -0700 (PDT) In-Reply-To: (Alex Kosorukoff's message of "Fri, 23 May 2014 10:56:50 -0700") 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: Alex Kosorukoff Cc: emacs-orgmode@gnu.org Alex Kosorukoff writes: > In fact, there is some performance issue. This is what I observe (using elp-instrument-function on `org-capture-steal-local-variables' and calling org-capture 10 times): A: org-capture-steal-local-variables 10 0.005087601 0.0005087601 B: org-capture-steal-local-variables 10 0.0028751399 0.0002875139 A difference of 0.2 ms is not really perceivable. Do you get difference results? -- Bastien