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
deliver
keyword
:keep-editor
can be used to keep the code for parsing forms in the editor.
The editor in the delivered application can emulate either Emacs style or MS Windows style editing. Control which is used by the
deliver
keyword :editor-style.