Generic FunctionPackage: ideToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

lisp-message-print-level

Arguments: ide-configuration

This user option determines the value to which *print-level* will be bound when the IDE is printing arbitrary lisp values to the status bar at the bottom of the IDE. Specifically, it affects all calls to the exported function ide:lisp-message, which the IDE itself uses for status bar messages.

Typically you would modify this option interactively on the IDE 2 tab of the Options dialog, where it is labeled Status Bar *print-level*. But you could also set it programmatically with a form like this one:

(setf (ide:lisp-message-print-level (cg:configuration ide:*ide-system*))
      3)

See also lisp-message-print-length.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version