Next Prev Up Top Contents Index

print-text

Function
Summary

Prints plain text to a printer.

Syntax

print-text line-function &key printer tab-spacing interactive

Description

The print-text function prints plain text to a printer specified by printer , and defaulting to the current printer.

The line-function is called repeatedly with no arguments to enumerate the lines of text. It should return nil when the text is exhausted.

The tab-spacing argument, which defaults to 8, specifies the number of spaces printed when a tab character is encountered.

If interactive is t , then a print dialog is displayed. This is the default behavior.

See also

print-editor-buffer
print-file


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index