| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: system
Returns the value of the exit-tests property of
ide-system, where ide-system is the current value
of *ide-system*
.
The value is a list of the names of functions that are called when a
gesture is made to exit the IDE. If any function returns nil
, then the exit is canceled and the remaining
functions are not called. Otherwise (when all functions return true)
the IDE proceeds to exit (and the entire Lisp exits as well).
A function in the initial list returns nil
if
the user cancels out of the dialog asking whether to first save
unsaved files, for example.
The setf of this
function sets the value. You should not remove any of the function
names that are in the list initially, but may push additional function
names onto the list. Each function should take no arguments, and
return nil
only if it decides to prevent the
IDE from exiting.
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 |