CLISP always outputs a newline when it exits
- From: "Nathan Baum" <nathan_baum@xxxxxxxxxxxxxx>
- Date: 8 Jan 2007 01:33:26 -0800
CLISP always outputs a newline when it exits. This is extremely wrong
if I'm using it in a pipeline and need precise control over what gets
output.
I can hack up a fix by doing:
(push (lambda () (setf *terminal-io* (make-broadcast-stream)))
*fini-hooks*)
But that seems a bit nasty. Is there a better method I've overlooked?
.
- Follow-Ups:
- Re: CLISP always outputs a newline when it exits
- From: Pascal Bourguignon
- Re: CLISP always outputs a newline when it exits
- Prev by Date: Re: spell checker in emacs
- Next by Date: Re: Top-level environments as first-class objects
- Previous by thread: Top-level environments as first-class objects
- Next by thread: Re: CLISP always outputs a newline when it exits
- Index(es):
Relevant Pages
|