Note: This section does not apply to LispWorks Personal Edition.
To configure LispWorks so that editor commands such as Find Source, the menu command 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 13.6.1 Controlling appearance of found definitions for information on controlling how the source code is displayed.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:20