VariablePackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

*clipboard*

This variable holds the stack of lisp clipboard values. The value is a list where each element is an item in the Lisp clipboard stack, with the first item in the list being the topmost (most recent) item on the stack. Each item is a cons whose car is the actual clipboard value and whose cdr is the keyword symbol naming its OS clipboard format. Some of the clipboard values near the top may be the symbol :needs-conversion; this indicates a value that was copied in another application and has not yet been pasted in Lisp --- Lisp avoids actually reading the value from the OS clipboard until needed, for efficiency.

See cg-clipboard.htm.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version