>> 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"))




_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to