From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thorsten Newsgroups: gmane.emacs.devel Subject: Re: How to find out who calls a function? Date: Wed, 05 Oct 2011 22:08:09 +0200 Message-ID: <86obxvcic6.fsf@googlemail.com> References: <86lisziio2.fsf@googlemail.com> <87ehyr1cji.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1317845309 29901 80.91.229.12 (5 Oct 2011 20:08:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 Oct 2011 20:08:29 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 05 22:08:26 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RBXlQ-0005l3-BS for ged-emacs-devel@m.gmane.org; Wed, 05 Oct 2011 22:08:24 +0200 Original-Received: from localhost ([::1]:39961 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBXlP-0004C3-Lh for ged-emacs-devel@m.gmane.org; Wed, 05 Oct 2011 16:08:23 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBXlN-0004Ba-1j for emacs-devel@gnu.org; Wed, 05 Oct 2011 16:08:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBXlM-0003xI-5b for emacs-devel@gnu.org; Wed, 05 Oct 2011 16:08:20 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:50326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBXlL-0003wb-Ua for emacs-devel@gnu.org; Wed, 05 Oct 2011 16:08:20 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RBXlK-0005hw-1X for emacs-devel@gnu.org; Wed, 05 Oct 2011 22:08:18 +0200 Original-Received: from g231234062.adsl.alicedsl.de ([92.231.234.62]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Oct 2011 22:08:18 +0200 Original-Received: from quintfall by g231234062.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Oct 2011 22:08:18 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: g231234062.adsl.alicedsl.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:fbx42CUmYLo8VVdoLPZShen9Ubs= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:144588 Archived-At: Johan Bockgård writes: > Thorsten 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