bug-guile
[Top][All Lists]
Advanced

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

bug#9664: (format #t "~3tX") fails in the REPL


From: rixed
Subject: bug#9664: (format #t "~3tX") fails in the REPL
Date: Mon, 3 Oct 2011 21:59:48 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

The ~t formater is not working according to spec in the REPL.
Try this for instance:

(format #t "~10tA~20tB~30tC~40tD")

will print:

AB       C         D

Although it works from a script or when outputing to a sting.

Also, it works after a newline.






reply via email to

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