From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: How to configure edebug not to print characters? Date: Sun, 10 Apr 2011 02:11:50 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1302416130 23186 80.91.229.12 (10 Apr 2011 06:15:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 10 Apr 2011 06:15:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 10 08:15:27 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q8nvg-0004Wy-Vm for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Apr 2011 08:15:25 +0200 Original-Received: from localhost ([127.0.0.1]:42764 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8nvg-0006c3-7B for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Apr 2011 02:15:24 -0400 Original-Received: from [140.186.70.92] (port=53606 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8nsF-0004Uj-6o for help-gnu-emacs@gnu.org; Sun, 10 Apr 2011 02:11:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q8nsE-0006mJ-Cd for help-gnu-emacs@gnu.org; Sun, 10 Apr 2011 02:11:51 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:40968) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q8nsE-0006mF-9x for help-gnu-emacs@gnu.org; Sun, 10 Apr 2011 02:11:50 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Q8nsE-0006K5-6E for help-gnu-emacs@gnu.org; Sun, 10 Apr 2011 02:11:50 -0400 In-reply-to: (message from Eli Zaretskii on Sun, 10 Apr 2011 01:39:14 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80757 Archived-At: > Date: Sun, 10 Apr 2011 01:39:14 -0400 > From: Eli Zaretskii > > > 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.