All Manuals > LispWorks Editor User Guide

NextPrevTopContentsIndex

7 Self-contained examples

This chapter enumerates the set of examples in the LispWorks library relevant to the content of this manual. Each example file contains complete, self-contained code and detailed comments, which include one or more entry points near the start of the file which you can run to start the program.

To run the example code:

  1. Open the file in the Editor tool in the LispWorks IDE. Evaluating the call to example-edit-file shown below will achieve this.
  2. Compile the example code, by Ctrl+Shift+B.
  3. Run the example command, by Meta+X command-name or by the keystroke defined in an editor:bind-key form.
  4. Read the comment at the top of the file, which may contain further instructions on how to interact with the example.

7.1 Example commands

7.2 Syntax coloring example


LispWorks Editor User Guide (Unix version) - 17 Aug 2017

NextPrevTopContentsIndex