emacs-devel
[Top][All Lists]
Advanced

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

Re: printing most-negative-fixnum fails


From: Stefan Monnier
Subject: Re: printing most-negative-fixnum fails
Date: 10 May 2004 23:20:56 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> +            (princ (format " (0%o, 0x%x)" value value)))

Why not use (format "  = #o%o = #x%x" value value), so that it enjoys the
same property as the current prin1-char thing, i.e. being
another valid elisp representation of the integer ?

BTW, it should also be used for M-:


        Stefan




reply via email to

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