[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
format hex numbers
From: |
Eli Barzilay |
Subject: |
format hex numbers |
Date: |
Wed, 27 Mar 2002 03:50:48 -0500 |
`format' drops digits beyond the least 7 when printing hex numbers,
since it inherits this behavior from `sprintf'. I couldn't find any
documentation on this, and I couldn't get C to print more than 7
digits... I'm still sending this hoping that someone knows better
than me...
In GNU Emacs 21.2.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2002-03-27 on mojave.cs.cornell.edu
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: POSIX
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
locale-coding-system: nil
default-enable-multibyte-characters: t
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!
- format hex numbers,
Eli Barzilay <=