Lisp Knowledgebase

Title: Missing file translations/EDITOR-SRC.lisp

ID: 17034


Product: LispWorks for Windows
Version: 4.3
OS: All Windows platforms

Description:
The folder lib/4-3-0-0/translations/ is missing from the Professional/Enterprise Edition distributions in the version of LispWorks for Windows. To make source code location work in the supplied editor source code, you should

1. create a file  lib/4-3-0-0/translations/EDITOR-SRC.lisp containing:this code:

(in-package "CL-USER")

(setf (logical-pathname-translations "EDITOR-SRC")
     `(("*" ,(merge-pathnames
              (make-pathname :name :wild :directory '(:relative "src" "editor"))
              (sys:lisp-library-directory)))))


2. get the fixed tags database from http://www.lispworks.com/downloads/patch-selection.html

3. configure LispWorks to use the database (see the commented out forms near the end of configure.lisp).

See Also:
Workaround:
Patch:

Hardware:N/A
Summary:
Bug#:
Patch Enhancement#:
Reported:

Company     Contact     Privacy Policy     Terms of Use