Next Prev Up Top Contents Index

print-editor-buffer

Function
Summary

Prints the contents of an editor buffer to the printer.

Syntax

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

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. If interactive is t , the default value, then a printer dialog is displayed.

See also

print-file
print-text


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index