all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to inspect hook variables with byte compilation
@ 2023-09-27 17:33 Ross Vandegrift
  2023-09-28  8:02 ` Robert Pluim
  0 siblings, 1 reply; 4+ messages in thread
From: Ross Vandegrift @ 2023-09-27 17:33 UTC (permalink / raw)
  To: help-gnu-emacs

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
      ()
      #<bytecode -0x1356c8e47eb756a0>)
     #f(compiled-function
        ()
        #<bytecode -0x1356c8e6dc1bfaa0>)
     org-babel-result-hide-spec org-babel-hide-all-hashes)
  Original value was nil

  [back]

Thanks,
Ross

Please CC me, I'm not subscribed.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-10-04 14:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-27 17:33 How to inspect hook variables with byte compilation Ross Vandegrift
2023-09-28  8:02 ` Robert Pluim
2023-09-28 15:43   ` Ross Vandegrift
2023-10-04 14:25     ` Robert Pluim

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.