emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [babel] Is there a way to use edebug on emacs-lisp code blocks ?


From: Marc-Oliver Ihm
Subject: Re: [O] [babel] Is there a way to use edebug on emacs-lisp code blocks ?
Date: Mon, 02 Jan 2012 14:41:23 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0

Am 01.01.2012 23:40, schrieb Nicolas Goaziou:
Marc-Oliver Ihm<address@hidden>  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,


Okay, thanx !

Than I will simply define an elisp-function and use edebug in that.

That's definitely fair enough for my case !
(but I will keep explicit edebug-support on my wishlist :-)

with kind regards, Marc-Oliver Ihm




reply via email to

[Prev in Thread] Current Thread [Next in Thread]