From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: bug#3597: 23.0.94; [PATCH] org-store-link broken within kbd macros Date: Sat, 27 Jun 2009 11:38:37 +0200 Message-ID: <186DD29D-9CC8-4DA9-B691-B585FBF71983@gmail.com> References: <87bponi011.fsf@gate450.dyndns.org> <8317C86B-9281-4E9E-97C2-E0EDF6C0144B@gmail.com> <878wjhbyc1.fsf@gate450.dyndns.org> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MKUMw-0007dP-UW for emacs-orgmode@gnu.org; Sat, 27 Jun 2009 05:38:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKUMs-0007Zj-52 for emacs-orgmode@gnu.org; Sat, 27 Jun 2009 05:38:46 -0400 Received: from [199.232.76.173] (port=59596 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKUMr-0007Zb-EE for emacs-orgmode@gnu.org; Sat, 27 Jun 2009 05:38:41 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]:46879) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MKUMr-0006mE-3N for emacs-orgmode@gnu.org; Sat, 27 Jun 2009 05:38:41 -0400 Received: by ewy4 with SMTP id 4so1621803ewy.42 for ; Sat, 27 Jun 2009 02:38:40 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Stefan Monnier Cc: emacs-orgmode@gnu.org, 3597@emacsbugs.donarmstrong.com, Andreas Seltenreich Thanks, I'll check it out. - Carsten On Jun 27, 2009, at 2:43 AM, Stefan Monnier wrote: >>> This sounds like interactive-p is working as documented and the >>> excplicit check I proposed would be neccessary. >> True enough, and I am applying your fix. > > IIUC you may want to use called-interactively-p instead. > > > Stefan