From: Nikhil Ketkar
Subject: Clisp, wierd message
Date: 
Message-ID: <1127734525.178050.321430@g43g2000cwa.googlegroups.com>
I have a function which works properly, but the following text is
printed
before the output.

Help (abbreviated :h) = this list
Use the usual editing capabilities.
(quit) or (exit) leaves CLISP.

This text corresponds to what appears when I type in :h

This is how it looks,

[57]> (delete-identical-instance-groups test-data1)


              Help (abbreviated :h) = this list
Use the usual editing capabilities.
(quit) or (exit) leaves CLISP.
(((1 (1 2 3)) (2 (4 5 6)) (1 (1 5 6))) ((1 (7 8 9)) (1 (9 10 11))))
[58]>

The output is correct, the function works, why the message?

Please help.

Thanks,
Nikhil Ketkar
From: Sam Steingold
Subject: Re: Clisp, wierd message
Date: 
Message-ID: <ull1j53hg.fsf@gnu.org>
> * Nikhil Ketkar <············@tznvy.pbz> [2005-09-26 04:35:25 -0700]:
>
> I have a function which works properly, but the following text is
> printed before the output.
>
> Help (abbreviated :h) = this list
> Use the usual editing capabilities.
> (quit) or (exit) leaves CLISP.
>
> This text corresponds to what appears when I type in :h

<http://clisp.cons.org/impnotes/faq.html#faq-rl-tab>
<http://clisp.cons.org/clisp.html#completion>

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://ffii.org/> <http://pmw.org.il/> <http://www.dhimmi.com/>
<http://www.palestinefacts.org/> <http://www.iris.org.il>
Small languages require big programs, large languages enable small programs.