All Manuals > LispWorks® User Guide and Reference Manual > 33 The COMMON-LISP Package

load-logical-pathname-translations Function

Summary

Searches for and loads the definition of a logical host, if not already defined.

Package

common-lisp

Signature

load-logical-pathname-translations host => just-loaded

Arguments
host
A logical host, expressed as a string.
Values
just-loaded
A generalized boolean.
Description

The function load-logical-pathname-translations loads the translations for host by loading the file host.lisp from the LispWorks directory translations.

Examples
(load-logical-pathname-translations "EDITOR-SRC")
See also

load-logical-pathname-translations in the Common Lisp HyperSpec


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:30