All Manuals > KnowledgeWorks and Prolog User Guide > 7 Reference Guide

NextPrevUpTopContentsIndex

start-kw

Function
Summary

Starts the KnowledgeWorks programming environment.

Signature

start-kw &key host

Arguments

host

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. On GTK+ and Motif the environment is displayed on the machine specified by host , defaulting to the machine on which the KnowledgeWorks image is running.

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

KnowledgeWorks and Prolog User Guide (Unix version) - 6 Dec 2011

NextPrevUpTopContentsIndex