NextPrevUpTopContentsIndex

start-kw

Function
Summary

Starts the KnowledgeWorks programming environment.

Signature

start-kw &key hostname

Arguments

hostname

A string which specifies a display of some machine.

Description

Starts the KnowledgeWorks programming environment from the initial prompt when the KnowledgeWorks image is started. If the LispWorks IDE is already running, start-kw adds the KnowledgeWorks menu so that the podium becomes the KnowledgeWorks Podium. The environment is displayed on the machine specified by hostname , defaulting to the machine on which the KnowledgeWorks image is running.

Examples
(start-kw)
(start-kw :hostname "display1:0")

KnowledgeWorks and Prolog User Guide (Unix version) - 29 Feb 2008

NextPrevUpTopContentsIndex