NextPrevUpTopContentsIndex

1.1.6 The Object Clipboard

The Object Clipboard is used to manage multiple Lisp objects. You can select any object in the Object Clipboard for use in paste operations.

As an example of adding a Lisp object to the Object Clipboard, follow these steps:

  1. Evaluate a Lisp expression in the Listener window. Its value is printed.
  2. Choose the menu command Values > Clip .

The value from the Listener is now in the Object Clipboard.

If you have not already made an Object Clipboard visible, then do so now using the menu command Works > Tools > Object Clipboard .

The Object Clipboard can be seen in Object Clipboard Tool.

Figure 1.1 Object Clipboard Tool

You can use the left mouse button to select any item in the Object Clipboard, then use the context menu (usually invoked by the right mouse button) to inspect, inspect class, open a Listener, or copy the object.


Common LispWorks User Guide (Unix version) - 21 Feb 2008

NextPrevUpTopContentsIndex