Note: This section does not apply to LispWorks Personal Edition.
To configure LispWorks so that editor commands such as
Find Source
, the menu comand
Find Source
, and the dspec system are able to locate definitions in the supplied editor source code:
(load-logical-pathname-translations "EDITOR-SRC")
(setf dspec:*active-finders*
(append dspec:*active-finders*
(list "EDITOR-SRC:editor-tags-db")))
Meta+X Find Command Definition
and enter
Wfind File
.
The definition of the command
Wfind File
is displayed in an Editor tool.
See Controlling appearance of found definitions for information on controlling how the source code is displayed.
LispWorks User Guide and Reference Manual - 21 Dec 2011