emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: edebug: regrettable loss of information in Emacs 26.1 when printing


From: Noam Postavsky
Subject: Re: edebug: regrettable loss of information in Emacs 26.1 when printing a variable's value.
Date: Mon, 21 May 2018 13:47:53 -0400

> So, can I get edebug to print out the contents of a variable containing
> a function?  If so how?

(fset 'edebug-prin1-to-string #'prin1-to-string) ; gives Emacs 25 behaviour

Or

(setq cl-print-compiled 'static) ; shows constants array, but not bytecode



reply via email to

[Prev in Thread] Current Thread [Next in Thread]