Page 241 Table of Contents Index Page 243
Chapters
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30
A, B, C, D, E





Chapter 24

Input Editing and Completion Facilities

CLIM provides number of facilities to assist in writing presentation type parser functions, such
as an interactive input editor and some "completion" facilities.

24.1 The Input Editor

An input editing stream "encapsulates" an interactive stream, that is, most operations are
handled by the encapsulated interactive stream, but some operations are handled directly by the
input editing stream itself. (See Appendix D for a discussion of encapsulating streams.)
An input editing stream will have the following components:


Page 241 Table of Contents Index Page 243
Chapters
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30
A, B, C, D, E