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 02:11:50 -0400

> Date: Sun, 10 Apr 2011 01:39:14 -0400
> From: Eli Zaretskii <eliz@gnu.org>
> 
> > 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.

Alternatively, if you customize print-escape-multibyte to a non-nil
value, the character will be represented by an escape rather than
itself, which could speed things up for you.



reply via email to

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