Re: format emitting unwanted newlines
Daniel Jour <[email protected]>
| Newsgroups | gmane.lisp.clisp.general |
|---|---|
| Message-ID | <CACZHyTO1Z0FMrmEhhKMABq_nwat1yA3jmzB2VSXZua8V1N9CYA@mail.gmail.com> |
Could you provide an expression that produces this behavior? I was not yet able to reproduce this, neither printing long strings nor long lists caused any newlines when *print-pretty* was set to nil: (setf *print-pretty* nil) (let (data) (dotimes (i 9999) (push 'X data)) (format t "~A" data)) clisp tmp.lisp | wc -l This displays 1 for me (121 when the setf is left out). Which version of CLISP are you using? 2.49? The current development version (hg tip)? Best, Daniel ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. http://pubads.g.doubleclick.net/gampad/clk?id=1444514421&iu=/41014381 _______________________________________________ clisp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-list