| Allegro CL version 6.2 Unrevised from 6.1 |
Arguments: system
Returns the current contents of the (Lisp) system clipboard. clipboard is a property
of the system class. The returned 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-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.
| Allegro CL version 6.2 Unrevised from 6.1 |