[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to find out who calls a function?
From: |
Thorsten |
Subject: |
Re: How to find out who calls a function? |
Date: |
Wed, 05 Oct 2011 22:08:09 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Johan Bockgård <address@hidden> writes:
> Thorsten <address@hidden> writes:
>
>> I wonder if there are ways to produce a call graph for elisp libraries,
>> or at least list all functions in the library that call a specified
>> function?
>
> byte-compile-generate-call-tree (see who-calls.el).
Great, thanks!
--
Thorsten