NextPrevUpTopContentsIndex

6.3.8 Lisp

editor:*find-likely-function-ignores*

Variable

Contains a list of symbols likely to be found at the beginning of a form (such as apply , funcall , defun , defmethod , defgeneric ).

editor:*source-found-action*

Variable

This variable determines how definitions found by the commands Find Source, Find Source for Dspec and Find Tag are shown. The value should be a list of length 2.

The first element controls the positioning of the definition: when t , show it at the top of the editor window; when a non-negative fixnum, position it that many lines from the top; and when nil , position it at the center of the window.

The second element can be :highlight , meaning highlight the definition, or nil , meaning do not highlight it.

The initial value of *source-found-action* is (nil :highlight) .


LispWorks Editor User Guide (Macintosh version) - 23 Mar 2005

NextPrevUpTopContentsIndex