| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: ide-configuration
Returns the value of the ask-before-assuming-package property of
ide-configuration. The current IDE
configuration is the value of (configuration
*ide-system*)
; (see configuration and *ide-system*
).
This property controls whether a confirmation dialog will appear if
you invoke an IDE command on a string that does not name a symbol in
the current package, but does name a symbol in some other package.
The default value is nil
, meaning that the
IDE will proceed to act on the found symbol without showing the
confirmation dialog.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |