From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Heime Newsgroups: gmane.emacs.help Subject: Re: Graph of elisp function calls Date: Tue, 29 Aug 2023 02:05:35 +0000 Message-ID: References: <878r9uzr46.fsf@web.de> <87zg2ay5uu.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4443"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Michael Heerdegen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Aug 29 04:06:24 2023 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qao7a-0000nG-Np for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 29 Aug 2023 04:06:22 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qao70-0003ss-5p; Mon, 28 Aug 2023 22:05:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qao6z-0003sP-01 for help-gnu-emacs@gnu.org; Mon, 28 Aug 2023 22:05:45 -0400 Original-Received: from mail-40141.protonmail.ch ([185.70.40.141]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qao6u-0007F9-MG for help-gnu-emacs@gnu.org; Mon, 28 Aug 2023 22:05:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1693274737; x=1693533937; bh=LcMl//igP3S9/SNDbc8p56yaeV0msteeNOBH6G4EgJc=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=JV9jZVNaiUI7xxdCfR6mWQuC0EUkfrRmtO0KPicYnuACBJWeVnIW03XGvOT4IYFCU 4/rlh9/dWJIIvwWc6fSGKhoC53ue+kqfanzYMQMn7itWPQllfcTK9HW0Ka5SrgVRIM FENDiNyJAWo6HB3AchHj+M/zhz7oVCkvMg+hGw3dk00zf/W1yRRCkugjDlEQerGTGk JGGWuQPlIsS6oMK2bltmZGcdNV3RJfbSMaYSHYp3iJVsnMZaNoATtmscwJitXaZxdE TnidAIMhxgZ+xU3I/ixFT1L0LX9JN7zkQnYjEkD9xjsZCQ3pLXbxFAOvLJHWskFgMr BPdOXSp5XmhQQ== In-Reply-To: <87zg2ay5uu.fsf@web.de> Feedback-ID: 57735886:user:proton Received-SPF: pass client-ip=185.70.40.141; envelope-from=heimeborgia@protonmail.com; helo=mail-40141.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:145009 Archived-At: Sent with Proton Mail secure email. ------- Original Message ------- On Tuesday, August 29th, 2023 at 1:50 PM, Michael Heerdegen wrote: > Heime heimeborgia@protonmail.com writes: >=20 > > It says that functions which can be invoked interactively are excluded > > from the list. >=20 >=20 > Excluded from "those functions which are not known to be called (that > is, to which no calls have been compiled)". Not excluded from the call > tree, AFAIU. >=20 > Michael. I understand now. The biggest question for me is what I need to do exactly= . Suppose I have some files in a directory, what do I need to do ?