1 Oct 2011 20:57
[ clisp-Bugs-3416966 ] ~% introduces an extra line break
<SourceForge.net>
2011-10-01 18:57:30 GMT
2011-10-01 18:57:30 GMT
Bugs item #3416966, was opened at 2011-10-01 14:57 Message generated for change (Tracker Item Submitted) made by mirko_vukovic You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3416966&group_id=1355 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: clisp Group: ANSI compliance issue Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mirko (mirko_vukovic) Assigned to: Bruno Haible (haible) Summary: ~% introduces an extra line break Initial Comment: The following unexpectedly inserts a line-break after `A' : [2]> (format t "A~aB~%" (format nil "5~%~a" 3)) A 5 3B NIL But this works: (format t "A~?B~%" "5~%~a" '(3))(Continue reading)
RSS Feed