help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to configure edebug not to print characters?


From: Eli Zaretskii
Subject: Re: How to configure edebug not to print characters?
Date: Sun, 10 Apr 2011 01:39:14 -0400

> From: Leo <sdl.web@gmail.com>
> Date: Sun, 10 Apr 2011 11:01:47 +0800
> 
> `edebug' print numbers like this:
> 
>   Result: 24549 (#o57745, #x5fe5, ?忥)
> 
> The last thing in the () can slow things down significantly

But only the first time, right?  That's what I see (because Emacs
needs to load the necessary font).

> since I don't need it 99.9% of the time, I wonder if it is possible
> to make edebug display:
> 
>   Result: 24549 (#o57745, #x5fe5)
> 
> instead.

The format of that display is a feature of
eval-expression-print-format, which see.  You can hack it if you want,
but I would suggest to add a customizable option to control that.



reply via email to

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