From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: format hex numbers Date: Sun, 31 Mar 2002 07:06:40 +0200 (IST) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <200203270850.g2R8oml14707@mojave.cs.cornell.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1017551376 7111 127.0.0.1 (31 Mar 2002 05:09:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 31 Mar 2002 05:09:36 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16rXax-0001qa-00 for ; Sun, 31 Mar 2002 07:09:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16rXag-0006gy-00; Sun, 31 Mar 2002 00:09:18 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16rXZi-0006dF-00 for ; Sun, 31 Mar 2002 00:08:18 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id HAA14250; Sun, 31 Mar 2002 07:06:41 +0200 (IST) X-Sender: eliz@is Original-To: Eli Barzilay In-Reply-To: <200203270850.g2R8oml14707@mojave.cs.cornell.edu> Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:319 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:319 On Wed, 27 Mar 2002, Eli Barzilay wrote: > `format' drops digits beyond the least 7 when printing hex numbers, > since it inherits this behavior from `sprintf'. Can you please post an example? I'm not sure I understand the report and the problem.