From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.help Subject: Re: Help: integer format in GDB "locals" buffer. Date: Tue, 23 Aug 2005 15:50:09 +1200 Message-ID: <17162.40177.75425.448670@farnswood.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1124769279 10960 80.91.229.2 (23 Aug 2005 03:54:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Aug 2005 03:54:39 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 23 05:54:30 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E7Pq4-0006VP-1X for geh-help-gnu-emacs@m.gmane.org; Tue, 23 Aug 2005 05:52:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E7Ptp-0006gc-0P for geh-help-gnu-emacs@m.gmane.org; Mon, 22 Aug 2005 23:56:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E7PrN-0005r9-Mz for help-gnu-emacs@gnu.org; Mon, 22 Aug 2005 23:54:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E7Pr6-0005jA-F7 for help-gnu-emacs@gnu.org; Mon, 22 Aug 2005 23:53:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E7Pr6-0005hW-8M for help-gnu-emacs@gnu.org; Mon, 22 Aug 2005 23:53:44 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E7Pln-0000CA-Cy for help-gnu-emacs@gnu.org; Mon, 22 Aug 2005 23:48:15 -0400 Original-Received: from farnswood.snap.net.nz (p4-tnt2.snap.net.nz [202.124.108.4]) by viper.snap.net.nz (Postfix) with ESMTP id 4FCA25F5B1D; Tue, 23 Aug 2005 15:47:25 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id C448B62A99; Tue, 23 Aug 2005 04:50:10 +0100 (BST) Original-To: Jimmy Rolex X-Mailer: VM 7.19 under Emacs 22.0.50.8 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:28923 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28923 > Can I have the integers in "locals" buffer displayed in hexadecimal? > Now they are displayed in decimal. > I have tried "set output-radix 16" and "set radix 16". The format in > "locals" buffer didn't change. When reporting a problem/possible bug you need to provide more details e.g which version of Emacs you are running, the operating system etc. The easieset way to do this is through M-x report-emacs-bug which is also on the help menu. I happen to know that you are running Emacs 22.0.50 (in which case report-emacs-bug will send to emacs-pretest-bug@gnu.org and not help-gnu-emacs@gnu.org) because the feature thatyou are referring to is not part of a release but I don't know, for sure, what operating system you are using although it's probably windows from your earlier e-mail. And I certainly don't know what mode you had turned on or what previous command you had typed. On GNU/Linux, entering the GDB command "set output-radix 16" in the GUD buffer (followed by typing ) works as expected for me. If the problem persists for you, can please you report it as I've suggested above, for proper consideration. Nick