tags:

views:

39

answers:

1

I am working with a reasonably large dataset in GNU clisp. It would be really nice if I could turn off the P of the REPL. Having thousands of results spew across my screen really isn't very useful.

I rummaged through the docs and couldn't find out how to turn it off. I assume it's one of the variables.

+2  A: 

You might try changing the value of *print-length*.

Dirk