|  | Index Entry | Section | 
|---|
| 
 | 
| C |  |  | 
|---|
|  | call by need evaluation (defn) | 10.5 Promises | 
|  | capitalization, of string | 6.4 Alphabetic Case in Strings | 
|  | car field, of pair (defn) | 7. Lists | 
|  | case clause | 2.7 Conditionals | 
|  | case conversion, of character | 5.3 Miscellaneous Character Operations | 
|  | case sensitivity, of string operations | 6. Strings | 
|  | case, of interned symbol | 10.2 Symbols | 
|  | case, of string | 6.4 Alphabetic Case in Strings | 
|  | case-insensitivity of programs (defn) | 1.3.4 Uppercase and Lowercase | 
|  | cdr field, of pair (defn) | 7. Lists | 
|  | cell (defn) | 10.3 Cells | 
|  | character (defn) | 5. Characters | 
|  | character bits (defn) | 5.4 Internal Representation of Characters | 
|  | character code (defn) | 5.4 Internal Representation of Characters | 
|  | character set | 5.6 Character Sets | 
|  | character, alphabetic (defn) | 5.6 Character Sets | 
|  | character, alphanumeric (defn) | 5.6 Character Sets | 
|  | character, graphic (defn) | 5.6 Character Sets | 
|  | character, input from port | 14.4 Input Procedures | 
|  | character, input from port | 14.9.3 Input Port Operations | 
|  | character, ISO-8859-1 (defn) | 5.5 ISO-8859-1 Characters | 
|  | character, named (defn) | 5.1 External Representation of Characters | 
|  | character, numeric (defn) | 5.6 Character Sets | 
|  | character, output to port | 14.5 Output Procedures | 
|  | character, output to port | 14.9.4 Output Port Operations | 
|  | character, searching string for | 6.6 Searching Strings | 
|  | character, standard | 5.2 Comparison of Characters | 
|  | character, standard (defn) | 5.6 Character Sets | 
|  | character, whitespace (defn) | 5.6 Character Sets | 
|  | characters, special, in programs | 1.3.7 Additional Notations | 
|  | child, of environment (defn) | 1.2.2 Environment Concepts | 
|  | circle, graphics | 17.10.2 Custom Operations for Win32 Graphics | 
|  | circles, drawing | 17.9.3 Custom Operations on X Graphics Devices | 
|  | circles, drawing | 17.9.3 Custom Operations on X Graphics Devices | 
|  | circular list | 7.3 Selecting List Components | 
|  | circular list | 7.9 Miscellaneous List Operations | 
|  | circular structure | 3. Equivalence Predicates | 
|  | clause, of case expression | 2.7 Conditionals | 
|  | clause, of cond expression | 2.7 Conditionals | 
|  | clearing the console screen | 14.5 Output Procedures | 
|  | client socket | 15.8 TCP Sockets | 
|  | clip rectangle, graphics (defn) | 17.6 Clipping of Graphics Output | 
|  | clipping, of graphics | 17.6 Clipping of Graphics Output | 
|  | closing environment, of procedure (defn) | 2.1 Lambda Expressions | 
|  | closing, of file port | 14.2 File Ports | 
|  | closing, of port | 14.1 Ports | 
|  | Code point, Unicode | 5.7 Unicode | 
|  | code, of character (defn) | 5.4 Internal Representation of Characters | 
|  | color | 17.10.2 Custom Operations for Win32 Graphics | 
|  | color | 17.11.2 Color Operations for OS/2 Graphics | 
|  | combination (defn) | 1.4.4 Procedure Call Syntax | 
|  | comma, as external representation | 2.6 Quoting | 
|  | comment, extended, in programs (defn) | 1.3.6 Comments | 
|  | comment, in programs (defn) | 1.3.6 Comments | 
|  | comparison predicate | 2.11.4 Explicit Renaming | 
|  | comparison, for equivalence | 3. Equivalence Predicates | 
|  | comparison, of bit strings | 9.4 Bitwise Operations on Bit Strings | 
|  | comparison, of boolean objects | 10.1 Booleans | 
|  | comparison, of characters | 5.2 Comparison of Characters | 
|  | comparison, of numbers | 4.5 Numerical operations | 
|  | comparison, of strings | 6.3 Comparison of Strings | 
|  | compiled, procedure type | 12. Procedures | 
|  | component selection, of bit string | 9.2 Selecting Bit String Components | 
|  | component selection, of cell | 10.3 Cells | 
|  | component selection, of character | 5.4 Internal Representation of Characters | 
|  | component selection, of list | 7.3 Selecting List Components | 
|  | component selection, of pair | 7.1 Pairs | 
|  | component selection, of stream | 10.6 Streams | 
|  | component selection, of string | 6.2 Selecting String Components | 
|  | component selection, of vector | 8.2 Selecting Vector Components | 
|  | component selection, of weak pair | 10.7 Weak Pairs | 
|  | components, of pathname | 15.1.2 Components of Pathnames | 
|  | compound procedure | 12. Procedures | 
|  | cond clause | 2.7 Conditionals | 
|  | condition (defn) | 16.5 Condition Instances | 
|  | condition handler (defn) | 16.3 Condition Handling | 
|  | condition instance (defn) | 16.5 Condition Instances | 
|  | condition signalling (defn) | 16.1 Condition Signalling | 
|  | condition type | 16. Error System | 
|  | condition type | 16.6 Condition Types | 
|  | conditional expression (defn) | 2.7 Conditionals | 
|  | console, clearing | 14.5 Output Procedures | 
|  | console, port | 14.1 Ports | 
|  | console, ringing the bell | 14.5 Output Procedures | 
|  | constant | 1.2.8 Storage Model | 
|  | constant expression (defn) | 1.4.1 Literal Expressions | 
|  | constant, and quasiquote | 2.6 Quoting | 
|  | constant, and quote | 2.6 Quoting | 
|  | construction, of bit string | 9.1 Construction of Bit Strings | 
|  | construction, of cell | 10.3 Cells | 
|  | construction, of character | 5.4 Internal Representation of Characters | 
|  | construction, of character set | 5.6 Character Sets | 
|  | construction, of circular list | 7.9 Miscellaneous List Operations | 
|  | construction, of continuation | 12.3 Continuations | 
|  | construction, of EOF object | 14.9.2 Constructors and Accessors for Ports | 
|  | construction, of file input port | 14.2 File Ports | 
|  | construction, of file input port | 14.2 File Ports | 
|  | construction, of file output port | 14.2 File Ports | 
|  | construction, of hash table | 11.4.1 Construction of Hash Tables | 
|  | construction, of list | 7.2 Construction of Lists | 
|  | construction, of pair | 7.1 Pairs | 
|  | construction, of pathname | 15.1.1 Filenames and Pathnames | 
|  | construction, of pathname | 15.1.1 Filenames and Pathnames | 
|  | construction, of pathname | 15.1.2 Components of Pathnames | 
|  | construction, of port type | 14.9.1 Port Types | 
|  | construction, of procedure | 2.1 Lambda Expressions | 
|  | construction, of promise | 10.5 Promises | 
|  | construction, of stream | 10.6 Streams | 
|  | construction, of string | 6.1 Construction of Strings | 
|  | construction, of string input port | 14.3 String Ports | 
|  | construction, of string output port | 14.3 String Ports | 
|  | construction, of symbols | 10.2 Symbols | 
|  | construction, of vector | 8.1 Construction of Vectors | 
|  | construction, of weak pair | 10.7 Weak Pairs | 
|  | continuation | 12.3 Continuations | 
|  | continuation, alternate invocation | 12.3 Continuations | 
|  | continuation, and dynamic binding | 2.3 Dynamic Binding | 
|  | control, bucky bit prefix (defn) | 5.1 External Representation of Characters | 
|  | conventions for error messages | 16.2 Error Messages | 
|  | conventions, lexical | 1.3 Lexical Conventions | 
|  | conventions, naming | 1.3.5 Naming Conventions | 
|  | conventions, notational | 1.1 Notational Conventions | 
|  | conversion, pathname to string | 15.1.1 Filenames and Pathnames | 
|  | conversion, pathname to string | 15.1.3 Operations on Pathnames | 
|  | cooked mode, of terminal port | 14.9.6 Terminal Mode | 
|  | coordinates, graphics | 17.2 Coordinates for Graphics | 
|  | copying, of alist | 11.1 Association Lists | 
|  | copying, of bit string | 9.1 Construction of Bit Strings | 
|  | copying, of file | 15.3 File Manipulation | 
|  | copying, of string | 6.1 Construction of Strings | 
|  | copying, of tree | 7.1 Pairs | 
|  | copying, of vector | 8.1 Construction of Vectors | 
|  | current environment | 13.4 Top-level Environments | 
|  | current environment (defn) | 1.2.3 Initial and Current Environments | 
|  | current input port (defn) | 14.1 Ports | 
|  | current input port, rebinding | 14.2 File Ports | 
|  | current input port, rebinding | 14.3 String Ports | 
|  | current output port (defn) | 14.1 Ports | 
|  | current output port, rebinding | 14.2 File Ports | 
|  | current output port, rebinding | 14.3 String Ports | 
|  | current working directory | 15. Operating-System Interface | 
|  | current working directory (defn) | 15.2 Working Directory | 
|  | cursor, graphics (defn) | 17.3 Drawing Graphics | 
|  | custom operations, on graphics device | 17.7 Custom Graphics Operations | 
|  | custom operations, on port | 14.9 Port Primitives | 
|  | cutting, of bit string | 9.3 Cutting and Pasting Bit Strings | 
|  | cutting, of list | 7.4 Cutting and Pasting Lists | 
|  | cutting, of string | 6.5 Cutting and Pasting Strings | 
|  | cutting, of vector | 8.3 Cutting Vectors | 
| 
 |