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

NextPrevUpTopContentsIndex

load-logical-pathname-translations

Function
Summary

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

Package

cl

Signature

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

Arguments

host

A logical host, expressed as a string.

Values

just-loaded

A generalized boolean

Description

This function loads the translations for host by loading the file host .lisp from the LispWorks directory translations .

Example
(load-logical-pathname-translations "EDITOR-SRC")

LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex