From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: Scheduling calling debugger Date: Wed, 20 Jul 2011 00:37:48 +0200 Message-ID: References: <20110719132210.7256db1a@kuru.homelinux.net> <871uxm17jo.wl%dmaus@ictsoc.de> <87y5zuyut7.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjIvb-0007yD-IW for emacs-orgmode@gnu.org; Tue, 19 Jul 2011 18:38:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjIva-0005mD-Cl for emacs-orgmode@gnu.org; Tue, 19 Jul 2011 18:38:11 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]:47079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjIva-0005m6-4i for emacs-orgmode@gnu.org; Tue, 19 Jul 2011 18:38:10 -0400 Received: by fxd18 with SMTP id 18so641514fxd.39 for ; Tue, 19 Jul 2011 15:38:09 -0700 (PDT) In-Reply-To: <87y5zuyut7.wl%dmaus@ictsoc.de> 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: David Maus Cc: Org mode mailing list Hi David, On Tue, Jul 19, 2011 at 8:44 PM, David Maus wrote: >> That solved it! Just for the sake of understanding, what was most >> likely the issue here and what is a "macro problem"? > > My diagnosis went like this: > > (invalid-function org-loop-over-siblings-in-active-region) > =A0^^^ > > Invalid function means that Emacs was not able to get a callable > function for the symbol named > 'org-loop-over-siblings-in-active-region` > > It tried to look up one, but failed[1]. > > 'org-loop-over-siblings-in-active-region' is a macro (hence "macro > problem"). A macro is a Lisp structure that expands into Lisp code if > you compile (or run) a Lisp application.[2] > [...] > > Best, > =A0-- David > > [1] See Emacs Elisp manual, > http://www.gnu.org/s/emacs/manual/html_node/elisp/Function-Indirection.ht= ml > [2] http://www.gigamonkeys.com/book/macros-defining-your-own.html > Thank you for the clear explanation and the pointers to the references. I will definitely go through them. :) --=20 Suvayu Open source is the future. It sets us free.