Next Prev Up Top Contents Index

10.1.1 Placing definitions at the top of a window

When using the editor, Find Dspec and similar operations retrieve the file containing a definition and place it in a buffer with the relevant definition visible. By default, the start of the definition is in the middle of the Editor window. The following example shows how to make the definition appear at the top of the window

(setq editor:*tags-definition-top-window* t)

This variable is specified in the file configure.lisp .


LispWorks User Guide - 14 Dec 2001

Next Prev Up Top Contents Index