LispWorks CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

print-editor-buffer

Function
Summary

Prints the contents of an editor buffer to the printer.

Package

capi

Signature

print-editor-buffer buffer &key start end printer interactive font

Description

The print-editor-buffer function prints the contents of buffer to printer , which is the current printer by default.

By default the entire editor buffer is printed, but by specifying start and end to be editor points, a part of the buffer can be printed. See the LispWorks Editor User Guide for information about editor points.

If interactive is t , the default value, then a printer dialog is displayed.

font is interpreted as described for print-text.

See also

print-file
print-text


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex