bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#32252: [PATCH] %o and %x now format signed numbers


From: Paul Eggert
Subject: bug#32252: [PATCH] %o and %x now format signed numbers
Date: Wed, 25 Jul 2018 13:16:27 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

Andreas Schwab wrote:
It's more about (read (printf "#x%x" N)) returning N, which is basic
functionality that should work
Where is that documented?

You're right, it's not. It's not even documented that (read (printf "%s" N)) should work for any number N. I'll add something along these lines. I'll also warn that (read (printf "#x%x" N)) might not work.





reply via email to

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