From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Johan_Bockg=C3=A5rd?= Newsgroups: gmane.emacs.devel Subject: Re: How to find out who calls a function? Date: Wed, 05 Oct 2011 21:08:49 +0200 Message-ID: <87ehyr1cji.fsf@gnu.org> References: <86lisziio2.fsf@googlemail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1317841741 4973 80.91.229.12 (5 Oct 2011 19:09:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 Oct 2011 19:09:01 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 05 21:08:57 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 1RBWps-000849-VL for ged-emacs-devel@m.gmane.org; Wed, 05 Oct 2011 21:08:57 +0200 Original-Received: from localhost ([::1]:50001 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBWpr-0000pG-Sw for ged-emacs-devel@m.gmane.org; Wed, 05 Oct 2011 15:08:55 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBWpp-0000oz-Jd for emacs-devel@gnu.org; Wed, 05 Oct 2011 15:08:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBWpo-0002a9-QV for emacs-devel@gnu.org; Wed, 05 Oct 2011 15:08:53 -0400 Original-Received: from smtprelay-b12.telenor.se ([62.127.194.21]:56284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBWpo-0002a4-GG for emacs-devel@gnu.org; Wed, 05 Oct 2011 15:08:52 -0400 Original-Received: from iph5.telenor.se (iph5.telenor.se [195.54.127.136]) by smtprelay-b12.telenor.se (Postfix) with ESMTP id 12142C197 for ; Wed, 5 Oct 2011 21:08:52 +0200 (CEST) X-SMTPAUTH-B2: [bocjoh] X-SENDER-IP: [85.228.195.227] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtneAMiqjE5V5MPjPGdsb2JhbABCiTSPRQJLjlAZAQEBATcygVMBAQQBVigLCyElDwEEGAEMCi2HfQK3VIcpBKUz X-IronPort-AV: E=Sophos;i="4.68,492,1312149600"; d="scan'208";a="48048169" Original-Received: from c-e3c3e455.04-211-6c6b701.cust.bredbandsbolaget.se (HELO muon.localdomain) ([85.228.195.227]) by iph5.telenor.se with ESMTP; 05 Oct 2011 21:08:51 +0200 Original-Received: by muon.localdomain (Postfix, from userid 1000) id 8E50548422B; Wed, 5 Oct 2011 21:08:50 +0200 (CEST) Mail-Copies-To: never In-Reply-To: <86lisziio2.fsf@googlemail.com> (Thorsten's message of "Wed, 05 Oct 2011 17:04:29 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 62.127.194.21 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:144587 Archived-At: 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).