Next Prev Up Top Contents Index

3.4.2 Using the clipboard

You can use the clipboard to transfer data between tools, or even between the environment and other applications that you are running. There are three commands available, as follows:

Unlike the clipboard in many other applications, the Common LispWorks clipboard can contain the Common Lisp object itself. This makes the Common LispWorks clipboard an exceptionally powerful tool, allowing you to pass objects between different tools in the environment so that they can be examined in different ways.

Use of Copy or Cut followed by Paste lets you transfer items between tools, or to different parts of the same tool. There are several ways to use these commands:

As well as the menu commands, you can use the , and buttons in the button bar of the LispWorks podium.

Note: You can also transfer data within the environment using the standard actions commands described in Performing operations on selected objects.


Common LispWorks User Guide (Windows version) - 14 Dec 2001

Next Prev Up Top Contents Index