* Re: cheap call-tree using font-lock
[not found] ` <87el6yqor6.fsf@emacswiki.org>
@ 2003-01-27 22:06 ` Stefan Monnier <foo@acm.com>
2003-01-28 18:49 ` Alex Schroeder
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Monnier <foo@acm.com> @ 2003-01-27 22:06 UTC (permalink / raw)
>>>>> "Alex" == Alex Schroeder <alex@emacswiki.org> writes:
> I just don't understand eval-when-compile -- anyway, the tests failed
> when byte compiling, so I just put them inside a when nil...
When compiling, the functions are compiled but not defined, thus
calling `simple-call-tree-analyze' at the end of the compilation
will fail unless you've loaded simple-call-tree.el before.
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: cheap call-tree using font-lock
2003-01-27 22:06 ` cheap call-tree using font-lock Stefan Monnier <foo@acm.com>
@ 2003-01-28 18:49 ` Alex Schroeder
0 siblings, 0 replies; 2+ messages in thread
From: Alex Schroeder @ 2003-01-28 18:49 UTC (permalink / raw)
"Stefan Monnier <foo@acm.com>" <monnier+gnu.emacs.sources/news/@flint.cs.yale.edu> writes:
>>>>>> "Alex" == Alex Schroeder <alex@emacswiki.org> writes:
>> I just don't understand eval-when-compile -- anyway, the tests failed
>> when byte compiling, so I just put them inside a when nil...
>
> When compiling, the functions are compiled but not defined, thus
> calling `simple-call-tree-analyze' at the end of the compilation
> will fail unless you've loaded simple-call-tree.el before.
Thanks for the explanation.
Alex.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-01-28 18:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <87ptqjcshi.fsf@emacswiki.org>
[not found] ` <87el6yqor6.fsf@emacswiki.org>
2003-01-27 22:06 ` cheap call-tree using font-lock Stefan Monnier <foo@acm.com>
2003-01-28 18:49 ` Alex Schroeder
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.