All Manuals > LispWorks Editor User Guide > 5 Emulation

NextPrevUpTopContentsIndex

5.4 Emulation in Applications

If you include the LispWorks editor (via capi:editor-pane or its subclasses) in an application, then by default your interfaces will use Microsoft Windows emulation on Windows, Mac OS editor emulation on Cocoa, and Emacs emulation on Unix and Linux.

To override this behavior in your interface classes, define a method on capi:interface-keys-style . See the CAPI Reference Manual for details.

To override this behavior in your delivered application, use the delivery keyword :editor-style . See the LispWorks Delivery User Guide for details.

 


LispWorks Editor User Guide (Unix version) - 3 May 2011

NextPrevUpTopContentsIndex