Starting Sun WorkShop From Emacs

Related Topics:

Disconnecting Sun WorkShop From Emacs Opening a File

When you start Sun WorkShop from a XEmacs Editor Window or a GNU Emacs Editor Window, the WorkShop menu appears in the editor's menu bar. This menu disappears if you quit Sun WorkShop from within the editor. Quitting the editor terminates both Sun WorkShop and the editor.

To start Sun WorkShop from the XEmacs editor:

To start Sun WorkShop from the GNU Emacs editor:

1. Set the load path in your .emacs file to load workshop.el by typing the following:

(setq load-path

(append load-path '("install-directory/lib")))

(require 'workshop)

Replace install-directory with the path to the directory where Sun WorkShop is installed.

2. Choose Tools Start WorkShop.