Next Prev Up Top Contents Index

6.2 Editors for delivered applications

This section contains information on how to include the LispWorks editor in your delivered applications.

There are two keywords to deliver which are used to define which commands to keep and which commands to delete:

:editor-commands-to-keep (default nil)

:editor-commands-to-delete (default :all-groups)

The effect of these default values is that all the commands are deleted. If a command is both these lists, it is kept.

If the delivered image is used to edit LISP code, the parsing of forms will still not work properly. The keyword :keep-editor can be used to keep the code for parsing forms in the editor.

6.2.1 Editor command groups


LispWorks Delivery User Guide - 11 Dec 2001

Next Prev Up Top Contents Index