conserve-indentation

Generic Function

Package: common-graphics

Arguments: configuration

Returns (or sets with setf) whether successive lines in the IDE editor (when displaying Lisp code) indent by a smaller amount when a first argument is on the same line as its operator. The default value of nil causes arguments on successive lines to be left-justified with a first argument that is on the same line as its operator, unless an indentation style has been established for the particular operator with a call to (setf text-edit-indentation) or the operator begins with certain strings such as "with-", "do-", or "def" that always indent more closely. This default matches indentation in the Emacs editor. Setting this property to non-nil causes successive lines to always indent more closely, except where overridden by a call to (setf text-edit-indentation) for particular operators.

Common Graphics and IDE documentation is described in About Common Graphics and IDE documentation in cgide.htm.

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.