From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ross Vandegrift Newsgroups: gmane.emacs.help Subject: How to inspect hook variables with byte compilation Date: Wed, 27 Sep 2023 10:33:28 -0700 Message-ID: <20230927173328.3jgldv4cezo22p4d@vanvanmojo.kallisti.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16533"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Sep 27 20:05:35 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 1qlYuk-00044A-K4 for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 27 Sep 2023 20:05:35 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qlYu7-0001hS-MJ; Wed, 27 Sep 2023 14:04:55 -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 1qlYPo-0003dY-3l for help-gnu-emacs@gnu.org; Wed, 27 Sep 2023 13:33:36 -0400 Original-Received: from ravenhurst-smtp-tx.kallisti.us ([2600:3c03:e000:2e0::5] helo=ravenhurst.kallisti.us) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qlYPl-00026Q-Et for help-gnu-emacs@gnu.org; Wed, 27 Sep 2023 13:33:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kallisti.us ; s=20220106; h=Content-Transfer-Encoding:Content-Type:MIME-Version: Message-ID:Subject:To:From:Date:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=BgnWxgRU8D72ZLsuwtkQOJ4cEIiNC7q9Kj6swFrae6E=; b=GtgtuXD/74Cex/3SeHvY7yfnWy 4Uq1/rk+s+d1WwFrLlOBJpjY5q952iP7D2a5CHfBm6txGN2LtvDhBRLYUenhN/y93kHCM/Sp0UUY3 WxlcEv2xKTtulHdiaXDj3mfaTdKPEwGzN4pDj6Mcujgqfqz6kpL5WZjdvbuaOZmY3dioOhsAn4B7F iYZFG9MEPcRHsS5Bhx/cwufSmdbay8QdMMdhuIQu9qhDgblNC40Ym6uA2Hc5etFKPKHuyWQPPAatt oXKJ0YzSJhgNjR9870HrszI44Yf+/rr75RmUta/0FTcJhR/HSZlA7L8rCFj/60HOplK2tVylUfbsG E8icSmtg==; Original-Received: from [50.52.102.122] (helo=vanvanmojo.kallisti.us) by ravenhurst.kallisti.us with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qlYPj-004H2w-MN for help-gnu-emacs@gnu.org; Wed, 27 Sep 2023 13:33:31 -0400 Content-Disposition: inline Received-SPF: pass client-ip=2600:3c03:e000:2e0::5; envelope-from=ross@kallisti.us; helo=ravenhurst.kallisti.us 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Wed, 27 Sep 2023 14:04:45 -0400 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:145171 Archived-At: Hi folks, I'm using emacs 28.2 from Debian. I'm trying to troubleshoot an issue with my org-mode setup. So I inspect org-mode-hook with C-h v. The value is a byte-compiled function, and clicking on the bytecode gives me a disassemly. How do I get human-readable output? Output: org-mode-hook is a variable defined in ‘org.el’. Its value is shown below. Mode hook for Org mode, run after the mode was turned on. This variable may be risky if used as a file-local variable. You can customize this variable. Value: (#f(compiled-function () #) #f(compiled-function () #) org-babel-result-hide-spec org-babel-hide-all-hashes) Original value was nil [back] Thanks, Ross Please CC me, I'm not subscribed.