LispWorks Delivery User Guide > 5 Keywords to the Delivery Function > 5.2 Alphabetical list of deliver keywords

NextPrevUpTopContentsIndex

:editor-style

Keyword

Default value :default

This controls the editor emulation style used in capi:editor-pane (and subclasses) in the delivered image.

The value should be one of:

:emacs

Use Emacs emulation.

:pc

Use Microsoft Windows emulation on Windows, and KDE/Gnome style keys on GTK and Motif.

:mac

Use Mac OS X editor emulation.

:default

Use the default emulation style for the current platform. That is, use :pc on Microsoft Windows, :mac on Mac OS X/Cocoa and :emacs on GTK and Motif.

nil

Use the default setting on the current machine.

Note that not all emulation styles are supported on all platforms. See the the "Emulation" chapter of the LispWorks Editor User Guide for details about the different emulation styles.


LispWorks Delivery User Guide - 22 Dec 2009

NextPrevUpTopContentsIndex