From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [babel] Is there a way to use edebug on emacs-lisp code blocks ? Date: Sun, 01 Jan 2012 23:40:06 +0100 Message-ID: <87ipkv82t5.fsf@gmail.com> References: <87mxa789y7.fsf@gmail.com> <4F00C9BF.7010504@online.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhU6G-0004Cg-CY for emacs-orgmode@gnu.org; Sun, 01 Jan 2012 17:41:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RhU6E-0004ea-Gu for emacs-orgmode@gnu.org; Sun, 01 Jan 2012 17:41:56 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:34418) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhU6E-0004eO-BO for emacs-orgmode@gnu.org; Sun, 01 Jan 2012 17:41:54 -0500 Received: by wgbdt11 with SMTP id dt11so20278430wgb.30 for ; Sun, 01 Jan 2012 14:41:53 -0800 (PST) In-Reply-To: <4F00C9BF.7010504@online.de> (Marc-Oliver Ihm's message of "Sun, 01 Jan 2012 22:01:51 +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: Marc-Oliver Ihm Cc: emacs-orgmode@gnu.org Marc-Oliver Ihm writes: > So, if I have something like: > > #+call: foo(1,2) > > I cannot see a way to get a buffer with all the code, that foo might > expand into, INCLUDING the assignments for the arguments 1 and 2. > > (If babel would give me such a buffer, than it would be easy to use edebug on it, I agree.) > > So, to be more precise: Is there any command that would expand a full #+call: line like above > with all its arguments into pure elisp ? AFAIK, there is no such command. Regards, -- Nicolas Goaziou