[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re[2]: format ~/function/
- To: <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: Re: Re[2]: format ~/function/
- From: Bruno Haible <haible@ilog.fr>
- Date: Mon, 18 Aug 1997 15:24:37 +0200 (MET DST)
- >received: from halles.ilog.fr (halles.ilog.fr [172.16.1.96]) by ilog.ilog.fr (8.8.7/8.7.3) with ESMTP id PAA20585; Mon, 18 Aug 1997 15:24:39 +0200 (MET DST)
- In-reply-to: <9708138714.AA871492163@inet.stknhlg.com>
- References: <9708138714.AA871492163@inet.stknhlg.com>
Sam Shteingold <sshteingold@cctrading.com> wrote on 13 August:
>
> 1. (room) doesn't seem to comply with CLtL2.
Yes, thanks for the note.
> 3. How do I print a float with commifications (if I cannot use ~/f/)?
> I can use ~:d to get 1234567 printed as "1,234,567", but there seems
> to be no way to print 1234567.89 as "1,234,567.89".
This is not foreseen by CLtL2 or ANSI CL. You have to write your own
function for this. Since you cannot use ~/f/ to call this function, you
have to transform your format strings into pieces of regular Lisp code.
The `formatter' macro will help you much in doing this.
> 4. The manual mentioned in a previous message is 2 years old. (it is
> also in TeX, i.e.., unusable for those of us stuck with win32. What
> about (gnu)info, to be read with emacs?)
In 1997, it would be logical to write a manual in HTML. I'm not going to
do it, though (lack of time). Any volunteers?
Bruno