| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
The initial default value is t
, which causes a :zoom after moving to a new frame with the
top-level commands :dn, :up, :top and :bottom.
If the value is nil
, then there will not be an automatic zoom after moving
to a new frame with any of those commands.
If the value is :current
, then the top-level
commands :dn, :up, :top, :bottom and :find, will print only the current
frame.
If the value is an integer n, then the top-level commands
dn, :up, :top, :bottom and :find, will print n
frames. Setting *auto-zoom*
to an integer will not affect
the number of frames :zoom shows
(see the :zoom keyword
argument count).
This variable is not available in Lisp images built with a minimal
top level, that is built with the
include-tpl argument to build-lisp-image specified nil
. See
Minimal top levels in
building-images.htm for information on minimal top
levels.
See debugging.htm for more information on the debugger.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |