LispWorks User Guide and Reference Manual > 7 Dspecs: Tools for Handling Definitions

NextPrevUpTopContentsIndex

7.9 Users of location information

To find location information for definitions made in the running image or recorded in a tags database or a tags file:

The extent of the search is controlled by the value of the variable *active-finders*.

For example, to obtain the locations of the definitions of foo acros all dspec namespaces, call

(dspec:find-name-locations dspec:*dspec-classes* 'foo)

Another example of the use of find-name-locations is the LispWorks Editor tool's Find Definitions tab.

7.9.1 Finding definitions in the LispWorks editor

7.9.2 The editor's implicit form parser

7.9.3 Reusing form parsers

7.9.4 Example: defcondition


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex