15 Extended Stream Output

  • 15.1 Basic Output Streams
  • 15.2 Extended Output Streams
  • 15.3 The Text Cursor
  • 15.4 Text Protocol
  • 15.5 Attracting the User's Attention
  • 15.6 Buffering of Output
  • CLIM provides a stream-oriented output layer that is implemented on top of the sheet output architecture. The basic CLIM output stream protocol is based on the character output stream protocol proposal submitted to the ANSI Common Lisp committee by David Gray. This proposal was not approved by the committee, but has been implemented by most Lisp vendors. [annotate]