LispWorks CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

current-printer

Function
Summary

Returns the currently selected printer object.

Package

capi

Signature

current-printer &key interactive => printer

Arguments

interactive

A boolean.

Values

printer

A printer, or nil .

Description

The current-printer function returns the currently selected printer object for the default library.

If interactive is non-nil and there is no current printer, a confirmer is displayed warning the user and printer is nil . The default value of interactive is nil .

See also

page-setup-dialog
set-printer-options


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex