This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

Output truncated

5 posts · 6570 views

Hi, I'm new to this list and lisp :) so apologies for the nature of this question. I'm using Allegro CL and it seems longer lists are abbreviated when output on the console. Does anyone know how to control this behaviour if at all possible.

Re: Output truncated

Works a treat, thanks!

Re: Output truncated

Another quick question, what's the way to ensure these variables are set each time Allegro starts up?

Re: Output truncated

Presumably allegro has an init file, but I've never used allegro so I cant tell you what it is.

Generally speaking you don't want to globally make changes to the pretty-printer variables, you should temporarily bind them with LET to the values you want for the print call in question.