| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 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 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |