From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Replaced obsolete interactive-p function Date: Fri, 01 Jul 2011 10:59:04 +0200 Message-ID: <8739iq1inb.fsf@gnu.org> References: <87zkl01u4y.fsf@gnu.org> <877h845l18.wl%markert.michael@googlemail.com> <87vcvojk09.fsf@gmail.com> <87y60jzpfi.fsf@gnu.org> <87aacz89yi.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcZYc-0008Lg-Kd for emacs-orgmode@gnu.org; Fri, 01 Jul 2011 04:58:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcZYa-00015d-Ob for emacs-orgmode@gnu.org; Fri, 01 Jul 2011 04:58:38 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]:47624) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcZYa-00015Q-78 for emacs-orgmode@gnu.org; Fri, 01 Jul 2011 04:58:36 -0400 Received: by fxd18 with SMTP id 18so2768569fxd.39 for ; Fri, 01 Jul 2011 01:58:35 -0700 (PDT) In-Reply-To: <87aacz89yi.fsf@gmail.com> (Eric Schulte's message of "Thu, 30 Jun 2011 11:12:37 -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: Eric Schulte Cc: emacs-orgmode@gnu.org, Michael Markert , Carsten Dominik Hi Eric, Eric Schulte writes: > This extra argument supplies more information to the macro (e.g., an > idea of /how/ interactive is considered /interactive/) through taking on > the value of 'any or 'interactive. This information is thrown out in > older versions of Emacs but is passed on to the called-interactively-p > function in Emacs24 and should influence its behavior. Thanks for the explanations. -- Bastien