bug-guile
[Top][All Lists]
Advanced

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

Re: format with ######F


From: Bill Schottstaedt
Subject: Re: format with ######F
Date: 21 Jun 2003 05:15:35 -0700

>> Another oddity in ice-9/format.scm:
> Thanks, I recorded this in our backwater bug database, but I'm afraid
> I'll need a patch for fixing this... do you have any?

Perhaps this will do it (line 740):

               (if param-value-found (format:error "misplaced '#'"))

as in:

              ((#\#)    ; Parameter is number of remaining args
               (if param-value-found (format:error "misplaced '#'"))
               (if modifier (format:error "misplaced modifier"))






reply via email to

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