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

ensure-lisp-clipboard

Arguments: &key format

This function converts any objects that were placed onto the Windows clipboard by other applications into lisp objects on the lisp clipboard stack. This is not done automatically when the Windows clipboard changes, in order to avoid needless consing, but is done automatically as needed when pasting the values into the IDE or standalone lisp application. If an application needs to look at these values without pasting them, it may find it useful to call this function and then retrieve the value of *clipboard* which will then contain the converted values. Alternately, clipboard-object could be called to retrieve the values directly without affecting the lisp clipboard stack at all.

The format argument may be either nil to convert Windows clipboard values that are in any of the formats currently implemented in Common Graphics, or one of the symbols (:text :rich-text :pixmap) to convert only one format.

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