GNU bug report logs - #24812
25.1; Missing (binary) radix format directive

Previous Next

Package: emacs;

Reported by: Alex <agrambot <at> gmail.com>

Date: Fri, 28 Oct 2016 04:25:01 UTC

Severity: wishlist

Found in version 25.1

Full log


View this message in rfc822 format

From: Alex <agrambot <at> gmail.com>
To: 24812 <at> debbugs.gnu.org
Subject: bug#24812: 25.1; Missing (binary) radix format directive
Date: Thu, 27 Oct 2016 22:24:04 -0600
Emacs' `format' has %o, %x, and %d, but it's missing both the ~r and ~b
radix directives from Common Lisp's `format'.

I can understand leaving out ~r, but I think ~b is worth adding to
Emacs' `format'.

CL example:
(format nil "~b" 5) => "101"

Requested:
(format "%b" 5) => "101"




This bug report was last modified 8 years and 285 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.