setup-sections.tex 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. %-*- Mode: TeX -*-
  2. % This file is automatically generated. Do not edit by hand.
  3. % References can be defined for inclusion by putting
  4. % \DefineSection{secname}
  5. % after a section beginning, and can be referenced by
  6. % \secref\secname
  7. % A new version of this file can be generated with KMP's
  8. % Lispm commands by explicitly doing Update ANSI Section Index.
  9. % This action also occurs implicitly whenever a new source
  10. % is checkpointed with Checkpoint ANSI Sources.
  11. \defsecrefs{%
  12. \def\Introduction{Chapter 1 (Introduction)}%
  13. \def\Definitions{Section 1.4 (Definitions)}%
  14. \def\ModifiedBNF{Section 1.4.1.2 (Modified BNF Syntax)}%
  15. \def\CaseInSymbols{Section 1.4.1.4.1 (Case in Symbols)}%
  16. \def\Designators{Section 1.4.1.5 (Designators)}%
  17. \def\ErrorTerms{Section 1.4.2 (Error Terminology)}%
  18. \def\RemovableText{Section 1.4.3 (Sections Not Formally Part Of This Standard)}%
  19. \def\InterpretingDictionaryEntries{Section 1.4.4 (Interpreting Dictionary Entries)}%
  20. \def\TypeSpecEntries{Section 1.4.4.6 (Dictionary Entries for Type Specifiers)}%
  21. \def\Conformance{Section 1.5 (Conformance)}%
  22. \def\ReqLangFeatures{Section 1.5.1.1 (Required Language Features)}%
  23. \def\ReadTimeConditionals{Section 1.5.2.1.1 (Use of Read-Time Conditionals)}%
  24. \def\LanguageExtensions{Section 1.6 (Language Extensions)}%
  25. \def\LanguageSubsets{Section 1.7 (Language Subsets)}%
  26. \def\DeprecatedFeatures{Section 1.8 (Deprecated Language Features)}%
  27. \def\CLsymbols{Section 1.9 (Symbols in the COMMON-LISP Package)}%
  28. \def\Syntax{Chapter 2 (Syntax)}%
  29. \def\CharacterSyntax{Section 2.1 (Character Syntax)}%
  30. \def\TheStandardSyntax{Section 2.1 (Character Syntax)}%
  31. \def\Readtables{Section 2.1.1 (Readtables)}%
  32. \def\CurrentReadtable{Section 2.1.1.1 (The Current Readtable)}%
  33. \def\ReaderVars{Section 2.1.2 (Variables that affect the Lisp Reader)}%
  34. \def\StandardChars{Section 2.1.3 (Standard Characters)}%
  35. \def\CharacterSyntaxTypes{Section 2.1.4 (Character Syntax Types)}%
  36. \def\ConstituentChars{Section 2.1.4.1 (Constituent Characters)}%
  37. \def\ConstituentTraits{Section 2.1.4.2 (Constituent Traits)}%
  38. \def\InvalidChars{Section 2.1.4.3 (Invalid Characters)}%
  39. \def\MacroChars{Section 2.1.4.4 (Macro Characters)}%
  40. \def\MultipleEscapeChar{Section 2.1.4.5 ({}Multiple Escape Characters)}%
  41. \def\SingleEscapeChar{Section 2.1.4.6 ({}Single Escape Character)}%
  42. \def\WhitespaceChars{Section 2.1.4.7 ({}Whitespace Characters)}%
  43. \def\ReaderAlgorithm{Section 2.2 (Reader Algorithm)}%
  44. \def\InterpOfTokens{Section 2.3 (Interpretation of Tokens)}%
  45. \def\PotentialNumbersAsTokens{Section 2.3.1.1 (Potential Numbers as Tokens)}%
  46. \def\EscCharsAndPotentialNums{Section 2.3.1.1.1 (Escape Characters and Potential Numbers)}%
  47. \def\NumsFromTokens{Section 2.3.2 (Constructing Numbers from Tokens)}%
  48. \def\SyntaxOfIntegers{Section 2.3.2.1.1 (Syntax of an Integer)}%
  49. \def\SyntaxOfRatios{Section 2.3.2.1.2 (Syntax of a Ratio)}%
  50. \def\SyntaxOfFloats{Section 2.3.2.2 (Syntax of a Float)}%
  51. \def\SyntaxOfComplexes{Section 2.3.2.3 (Syntax of a Complex)}%
  52. \def\SymbolTokens{Section 2.3.4 (Symbols as Tokens)}%
  53. \def\PackageSysConsistencyRules{Section 2.3.6 (Package System Consistency Rules)}%
  54. \def\StandardMacroChars{Section 2.4 (Standard Macro Characters)}%
  55. \def\LeftParen{Section 2.4.1 (Left-Parenthesis)}%
  56. \def\QuoteMacro{Section 2.4.3 (Single-Quote)}%
  57. \def\Doublequote{Section 2.4.5 (Double-Quote)}%
  58. \def\Backquote{Section 2.4.6 (Backquote)}%
  59. \def\SharpsignBackslash{Section 2.4.8.1 ({}Sharpsign Backslash)}%
  60. \def\SharpsignQuote{Section 2.4.8.2 ({}Sharpsign Single-Quote)}%
  61. \def\SharpsignLeftParen{Section 2.4.8.3 ({}Sharpsign Left-Parenthesis)}%
  62. \def\SharpsignStar{Section 2.4.8.4 (Sharpsign Asterisk)}%
  63. \def\SharpsignColon{Section 2.4.8.5 (Sharpsign Colon)}%
  64. \def\SharpsignDot{Section 2.4.8.6 (Sharpsign Dot)}%
  65. \def\SharpsignB{Section 2.4.8.7 (Sharpsign B)}%
  66. \def\SharpsignO{Section 2.4.8.8 (Sharpsign O)}%
  67. \def\SharpsignX{Section 2.4.8.9 (Sharpsign X)}%
  68. \def\SharpsignR{Section 2.4.8.10 (Sharpsign R)}%
  69. \def\SharpsignC{Section 2.4.8.11 (Sharpsign C)}%
  70. \def\SharpsignA{Section 2.4.8.12 (Sharpsign A)}%
  71. \def\SharpsignS{Section 2.4.8.13 ({}Sharpsign S)}%
  72. \def\SharpsignP{Section 2.4.8.14 ({}Sharpsign P)}%
  73. \def\SharpsignLeftAngle{Section 2.4.8.20 (Sharpsign Less-Than-Sign)}%
  74. \def\EvaluationAndCompilation{Chapter 3 (Evaluation and Compilation)}%
  75. \def\Evaluation{Section 3.1 (Evaluation)}%
  76. \def\IntroToEnvs{Section 3.1.1 (Introduction to Environments)}%
  77. \def\NullLexicalEnv{Section 3.1.1.3.1 (The Null Lexical Environment)}%
  78. \def\EnvObjs{Section 3.1.1.4 (Environment Objects)}%
  79. \def\EvaluationModel{Section 3.1.2 (The Evaluation Model)}%
  80. \def\SymbolsAsForms{Section 3.1.2.1.1 (Symbols as Forms)}%
  81. \def\ConstantVars{Section 3.1.2.1.1.3 (Constant Variables)}%
  82. \def\FunctionForms{Section 3.1.2.1.2.3 (Function Forms)}%
  83. \def\LambdaForms{Section 3.1.2.1.2.4 (Lambda Forms)}%
  84. \def\LambdaExpressions{Section 3.1.3 (Lambda Expressions)}%
  85. \def\Shadowing{Section 3.1.5 ({}Shadowing)}%
  86. \def\Compilation{Section 3.2 (Compilation)}%
  87. \def\CompilationTerms{Section 3.2.1 (Compiler Terminology)}%
  88. \def\ConstantModification{Section 3.2.1 (Compiler Terminology)}%
  89. \def\CompilationSemantics{Section 3.2.2 (Compilation Semantics)}%
  90. \def\CompilerMacros{Section 3.2.2.1 (Compiler Macros)}%
  91. \def\MinimalCompilation{Section 3.2.2.2 (Minimal Compilation)}%
  92. \def\SemanticConstraints{Section 3.2.2.3 (Semantic Constraints)}%
  93. \def\FileCompilation{Section 3.2.3 (File Compilation)}%
  94. \def\TopLevelForms{Section 3.2.3.1 (Processing of Top Level Forms)}%
  95. \def\DefiningMacros{Section 3.2.3.1.1 (Processing of Defining Macros)}%
  96. \def\ConstraintsOnMacros{Section 3.2.3.1.2 (Constraints on Macros and Compiler Macros)}%
  97. \def\LiteralsInCompiledFiles{Section 3.2.4 (Literal Objects in Compiled Files)}%
  98. \def\ExternalizableObjects{Section 3.2.4.1 (Externalizable Objects)}%
  99. \def\Similarity{Section 3.2.4.2 (Similarity of Literal Objects)}%
  100. \def\CallingMakeLoadForm{Section 3.2.4.4 (Additional Constraints on Externalizable Objects)}%
  101. \def\FileCompilerExceptions{Section 3.2.5 (Exceptional Situations in the Compiler)}%
  102. \def\Declarations{Section 3.3 (Declarations)}%
  103. \def\DeclScope{Section 3.3.4 (Declaration Scope)}%
  104. \def\LambdaLists{Section 3.4 (Lambda Lists)}%
  105. \def\OrdinaryLambdaLists{Section 3.4.1 (Ordinary Lambda Lists)}%
  106. \def\SuppressingKeyArgChecks{Section 3.4.1.4.1 ({}Suppressing Keyword Argument Checking)}%
  107. \def\GFLambdaLists{Section 3.4.2 (Generic Function Lambda Lists)}%
  108. \def\SpecializedLambdaLists{Section 3.4.3 (Specialized Lambda Lists)}%
  109. \def\MacroLambdaLists{Section 3.4.4 (Macro Lambda Lists)}%
  110. \def\ExtraDestructureInfo{Section 3.4.4 (Macro Lambda Lists)}%
  111. \def\DestructuringByLambdaLists{Section 3.4.4.1 (Destructuring by Lambda Lists)}%
  112. \def\DestructuringLambdaLists{Section 3.4.5 (Destructuring Lambda Lists)}%
  113. \def\BoaLambdaLists{Section 3.4.6 (Boa Lambda Lists)}%
  114. \def\DefsetfLambdaLists{Section 3.4.7 (Defsetf Lambda Lists)}%
  115. \def\DeftypeLambdaLists{Section 3.4.8 (Deftype Lambda Lists)}%
  116. \def\DefineModifyMacroLambdaLists{Section 3.4.9 (Define-modify-macro Lambda Lists)}%
  117. \def\DefMethCombArgsLambdaLists{Section 3.4.10 (Define-method-combination Arguments Lambda Lists)}%
  118. \def\DocVsDecls{Section 3.4.11 (Syntactic Interaction of Documentation Strings and Declarations)}%
  119. \def\FuncallErrorChecking{Section 3.5 (Error Checking in Function Calls)}%
  120. \def\SafeAndUnsafeCalls{Section 3.5.1.1 (Safe and Unsafe Calls)}%
  121. \def\SafeCallDetectionTime{Section 3.5.1.1.1 (Error Detection Time in Safe Calls)}%
  122. \def\UnrecognizedKeyArgs{Section 3.5.1.4 (Unrecognized Keyword Arguments)}%
  123. \def\InvalidKeyArgs{Section 3.5.1.5 (Invalid Keyword Arguments)}%
  124. \def\OddNumberOfKeyArgs{Section 3.5.1.6 (Odd Number of Keyword Arguments)}%
  125. \def\DestructuringMismatch{Section 3.5.1.7 (Destructuring Mismatch)}%
  126. \def\TraversalRules{Section 3.6 (Traversal Rules and Side Effects)}%
  127. \def\DestructiveOperations{Section 3.7 (Destructive Operations)}%
  128. \def\TypesAndClasses{Chapter 4 (Types and Classes)}%
  129. \def\Types{Section 4.2 (Types)}%
  130. \def\TypeRelationships{Section 4.2.2 (Type Relationships)}%
  131. \def\TypeSpecifiers{Section 4.2.3 (Type Specifiers)}%
  132. \def\Classes{Section 4.3 (Classes)}%
  133. \def\Inheritance{Section 4.3.4 (Inheritance)}%
  134. \def\DeterminingtheCPL{Section 4.3.5 (Determining the Class Precedence List)}%
  135. \def\ClassReDef{Section 4.3.6 (Redefining Classes)}%
  136. \def\IntegratingTypesAndClasses{Section 4.3.7 (Integrating Types and Classes)}%
  137. \def\DataAndControlFlow{Chapter 5 (Data and Control Flow)}%
  138. \def\GeneralizedReference{Section 5.1 (Generalized Reference)}%
  139. \def\GenRefSubFormEval{Section 5.1.1.1 ({}Evaluation of Subforms to Places)}%
  140. \def\SetfExpansions{Section 5.1.1.2 (Setf Expansions)}%
  141. \def\KindsOfPlaces{Section 5.1.2 (Kinds of Places)}%
  142. \def\FnFormsAsGenRefs{Section 5.1.2.2 (Function Call Forms as Places)}%
  143. \def\SETFofVALUES{Section 5.1.2.3 (VALUES Forms as Places)}%
  144. \def\SETFofAPPLY{Section 5.1.2.5 (APPLY Forms as Places)}%
  145. \def\TransferOfControl{Section 5.2 (Transfer of Control to an Exit Point)}%
  146. \def\Iteration{Chapter 6 (Iteration)}%
  147. \def\LoopFacility{Section 6.1 ({}The LOOP Facility)}%
  148. \def\SimpleLoop{Section 6.1.1.1.1 ({}Simple Loop)}%
  149. \def\DestructuringLOOPVars{Section 6.1.1.7 (Destructuring)}%
  150. \def\LOOPVarInitAndStep{Section 6.1.2 (Variable Initialization and Stepping Clauses)}%
  151. \def\LOOPValAcc{Section 6.1.3 (Value Accumulation Clauses)}%
  152. \def\LOOPTermTest{Section 6.1.4 (Termination Test Clauses)}%
  153. \def\LOOPUnconditional{Section 6.1.5 ({}Unconditional Execution Clauses)}%
  154. \def\LOOPConditional{Section 6.1.6 ({}Conditional Execution Clauses)}%
  155. \def\LOOPMisc{Section 6.1.7 (Miscellaneous Clauses)}%
  156. \def\Objects{Chapter 7 (Objects)}%
  157. \def\ObjectCreationAndInit{Section 7.1 (Object Creation and Initialization)}%
  158. \def\DeclaringInitargValidity{Section 7.1.2 (Declaring the Validity of Initialization Arguments)}%
  159. \def\InitargRules{Section 7.1.4 (Rules for Initialization Arguments)}%
  160. \def\SharedInitialize{Section 7.1.5 (Shared-Initialize)}%
  161. \def\ChangingInstanceClass{Section 7.2 (Changing the Class of an Instance)}%
  162. \def\InitNewLocalSlots{Section 7.2.2 (Initializing Newly Added Local Slots)}%
  163. \def\InstanceReInit{Section 7.3 (Reinitializing an Instance)}%
  164. \def\MetaObjects{Section 7.4 (Meta-Objects)}%
  165. \def\Slots{Section 7.5 (Slots)}%
  166. \def\SlotInheritance{Section 7.5.3 (Inheritance of Slots and Slot Options)}%
  167. \def\GFsAndMethods{Section 7.6 (Generic Functions and Methods)}%
  168. \def\IntroToGFs{Section 7.6.1 (Introduction to Generic Functions)}%
  169. \def\IntroToMethods{Section 7.6.2 (Introduction to Methods)}%
  170. \def\SpecializerQualifierAgreement{Section 7.6.3 (Agreement on Parameter Specializers and Qualifiers)}%
  171. \def\GFMethodLambdaListCongruency{Section 7.6.4 (Congruent Lambda-lists for all Methods of a Generic Function)}%
  172. \def\KwdArgsInGFsAndMeths{Section 7.6.5 (Keyword Arguments in Generic Functions and Methods)}%
  173. \def\MethodSelectionAndCombination{Section 7.6.6 (Method Selection and Combination)}%
  174. \def\DeterminingtheEffectiveMethod{Section 7.6.6.1 (Determining the Effective Method)}%
  175. \def\SelApplMeth{Section 7.6.6.1.1 (Selecting the Applicable Methods)}%
  176. \def\ApplyMethCombToSortedMethods{Section 7.6.6.1.3 (Applying method combination to the sorted list of applicable methods)}%
  177. \def\StdMethComb{Section 7.6.6.2 (Standard Method Combination)}%
  178. \def\BuiltInMethCombTypes{Section 7.6.6.4 (Built-in Method Combination Types)}%
  179. \def\MethodInheritance{Section 7.6.7 (Inheritance of Methods)}%
  180. \def\Structures{Chapter 8 (Structures)}%
  181. \def\Conditions{Chapter 9 (Conditions)}%
  182. \def\ConditionSystemConcepts{Section 9.1 (Condition System Concepts)}%
  183. \def\ConditionDesignators{Section 9.1.2.1 (Condition Designators)}%
  184. \def\PrintingConditions{Section 9.1.3 (Printing Conditions)}%
  185. \def\CondSignalHandle{Section 9.1.4 (Signaling and Handling Conditions)}%
  186. \def\Signaling{Section 9.1.4.1 (Signaling)}%
  187. \def\Restarts{Section 9.1.4.2 (Restarts)}%
  188. \def\InterfacesToRestarts{Section 9.1.4.2.2 (Interfaces to Restarts)}%
  189. \def\AssocRestartWithCond{Section 9.1.4.2.4 (Associating a Restart with a Condition)}%
  190. \def\Symbols{Chapter 10 (Symbols)}%
  191. \def\Packages{Chapter 11 (Packages)}%
  192. \def\PackageConcepts{Section 11.1 (Package Concepts)}%
  193. \def\Numbers{Chapter 12 (Numbers)}%
  194. \def\NumericOperations{Section 12.1.1 (Numeric Operations)}%
  195. \def\NumericContagionRules{Section 12.1.1.2 (Contagion in Numeric Operations)}%
  196. \def\RationalComputations{Section 12.1.3 (Rational Computations)}%
  197. \def\FloatSubstitutability{Section 12.1.3.3 (Rule of Float Substitutability)}%
  198. \def\FloatingPointComputations{Section 12.1.4 ({}Floating-point Computations)}%
  199. \def\RuleOfFloatAndRationalContagion{Section 12.1.4.1 ({}Rule of Float and Rational Contagion)}%
  200. \def\RuleOfFloatPrecisionContagion{Section 12.1.4.4 (Rule of Float Precision Contagion)}%
  201. \def\ComplexComputations{Section 12.1.5 (Complex Computations)}%
  202. \def\RuleOfComplexContagion{Section 12.1.5.2 (Rule of Complex Contagion)}%
  203. \def\RuleOfCanonRepForComplexRationals{Section 12.1.5.3 (Rule of Canonical Representation for Complex Rationals)}%
  204. \def\IntervalDesignators{Section 12.1.6 (Interval Designators)}%
  205. \def\Characters{Chapter 13 (Characters)}%
  206. \def\CharacterConcepts{Section 13.1 (Character Concepts)}%
  207. \def\IntroToChars{Section 13.1.1 (Introduction to Characters)}%
  208. \def\CharScripts{Section 13.1.2.1 (Character Scripts)}%
  209. \def\CharRepertoires{Section 13.1.2.2 (Character Repertoires)}%
  210. \def\CharacterAttributes{Section 13.1.3 (Character Attributes)}%
  211. \def\GraphicChars{Section 13.1.4.1 (Graphic Characters)}%
  212. \def\CharactersWithCase{Section 13.1.4.3 (Characters With Case)}%
  213. \def\Digits{Section 13.1.4.6 (Digits in a Radix)}%
  214. \def\CharacterNames{Section 13.1.7 (Character Names)}%
  215. \def\TreatmentOfNewline{Section 13.1.8 (Treatment of Newline during Input and Output)}%
  216. \def\CharEncodings{Section 13.1.9 (Character Encodings)}%
  217. \def\ImplementationDefinedScripts{Section 13.1.10 (Documentation of Implementation-Defined Scripts)}%
  218. \def\Conses{Chapter 14 (Conses)}%
  219. \def\Arrays{Chapter 15 (Arrays)}%
  220. \def\ArrayConcepts{Section 15.1 (Array Concepts)}%
  221. \def\ArrayElements{Section 15.1.1 (Array Elements)}%
  222. \def\ArrayUpgrading{Section 15.1.2.1 (Array Upgrading)}%
  223. \def\RequiredSpecializedArrays{Section 15.1.2.2 (Required Kinds of Specialized Arrays)}%
  224. \def\Strings{Chapter 16 (Strings)}%
  225. \def\StringConcepts{Section 16.1 (String Concepts)}%
  226. \def\StringsAreArrays{Section 16.1.1 (Implications of Strings Being Arrays)}%
  227. \def\Sequences{Chapter 17 (Sequences)}%
  228. \def\SequenceConcepts{Section 17.1 (Sequence Concepts)}%
  229. \def\TestFunctionRules{Section 17.2 ({}Rules about Test Functions)}%
  230. \def\SatisfyingTheTwoArgTest{Section 17.2.1 ({}Satisfying a Two-Argument Test)}%
  231. \def\SatisfyingTheOneArgTest{Section 17.2.2 (Satisfying a One-Argument Test)}%
  232. \def\HashTables{Chapter 18 (Hash Tables)}%
  233. \def\HashTableConcepts{Section 18.1 (Hash Table Concepts)}%
  234. \def\ModifyingHashKeys{Section 18.1.2 (Modifying Hash Table Keys)}%
  235. \def\VisModEQ{Section 18.1.2.1 (Visible Modification of Objects with respect to EQ and EQL)}%
  236. \def\VisModEQL{Section 18.1.2.1 (Visible Modification of Objects with respect to EQ and EQL)}%
  237. \def\VisModEQUAL{Section 18.1.2.2 (Visible Modification of Objects with respect to EQUAL)}%
  238. \def\Filenames{Chapter 19 (Filenames)}%
  239. \def\NamingFiles{Section 19.1 (Overview of Filenames)}%
  240. \def\PathnamesAsFilenames{Section 19.1.2 (Pathnames as Filenames)}%
  241. \def\PathnameConcepts{Section 19.2 (Pathnames)}%
  242. \def\PathnameComponents{Section 19.2.1 (Pathname Components)}%
  243. \def\PathnameComponentCase{Section 19.2.2.1.2 (Case in Pathname Components)}%
  244. \def\SpecialComponentValues{Section 19.2.2.2 (Special Pathname Component Values)}%
  245. \def\WildComponents{Section 19.2.2.2.2 (:WILD as a Component Value)}%
  246. \def\UnspecificComponent{Section 19.2.2.2.3 (:UNSPECIFIC as a Component Value)}%
  247. \def\WildcardRestrictions{Section 19.2.2.3 (Restrictions on Wildcard Pathnames)}%
  248. \def\ConstructingPathnames{Section 19.2.2.5 ({}Restrictions on Constructing Pathnames)}%
  249. \def\MergingPathnames{Section 19.2.3 ({}Merging Pathnames)}%
  250. \def\LogicalPathnames{Section 19.3 (Logical Pathnames)}%
  251. \def\LogPathNamestrings{Section 19.3.1 (Syntax of Logical Pathname Namestrings)}%
  252. \def\LogicalPathCompUnspecific{Section 19.3.2.1 (Unspecific Components of a Logical Pathname)}%
  253. \def\Files{Chapter 20 (Files)}%
  254. \def\FileSystemConcepts{Section 20.1 (File System Concepts)}%
  255. \def\StreamsToPathnames{Section 20.1.1 (Coercion of Streams to Pathnames)}%
  256. \def\OpenAndClosedStreams{Section 20.1.2 (File Operations on Open and Closed Streams)}%
  257. \def\Truenames{Section 20.1.3 (Truenames)}%
  258. \def\Streams{Chapter 21 (Streams)}%
  259. \def\StreamConcepts{Section 21.1 (Stream Concepts)}%
  260. \def\OpenAndClosedStreams{Section 21.1.1.1.2 (Open and Closed Streams)}%
  261. \def\InteractiveStreams{Section 21.1.1.1.3 (Interactive Streams)}%
  262. \def\StreamArgsToStandardizedFns{Section 21.1.3 (Stream Arguments to Standardized Functions)}%
  263. \def\Printer{Chapter 22 (Printer)}%
  264. \def\TheLispPrinter{Section 22.1 (The Lisp Printer)}%
  265. \def\PrinterDispatch{Section 22.1.2 (Printer Dispatching)}%
  266. \def\DefaultPrintObjMeths{Section 22.1.3 (Default Print-Object Methods)}%
  267. \def\PrintingIntegers{Section 22.1.3.1.1 (Printing Integers)}%
  268. \def\PrintingRatios{Section 22.1.3.1.2 (Printing Ratios)}%
  269. \def\PrintingFloats{Section 22.1.3.1.3 (Printing Floats)}%
  270. \def\PrintingComplexes{Section 22.1.3.1.4 (Printing Complexes)}%
  271. \def\PrintingCharacters{Section 22.1.3.2 (Printing Characters)}%
  272. \def\PrintingSymbols{Section 22.1.3.3 (Printing Symbols)}%
  273. \def\ReadtableCasePrintEffect{Section 22.1.3.3.2 ({}Effect of Readtable Case on the Lisp Printer)}%
  274. \def\ReadtableCasePrintExamples{Section 22.1.3.3.2.1 ({}Examples of Effect of Readtable Case on the Lisp Printer)}%
  275. \def\PrintingStrings{Section 22.1.3.4 (Printing Strings)}%
  276. \def\PrintingListsAndConses{Section 22.1.3.5 (Printing Lists and Conses)}%
  277. \def\PrintingBitVectors{Section 22.1.3.6 (Printing Bit Vectors)}%
  278. \def\PrintingOtherVectors{Section 22.1.3.7 (Printing Other Vectors)}%
  279. \def\PrintingOtherArrays{Section 22.1.3.8 (Printing Other Arrays)}%
  280. \def\PrintingRandomStates{Section 22.1.3.10 (Printing Random States)}%
  281. \def\PrintingPathnames{Section 22.1.3.11 (Printing Pathnames)}%
  282. \def\PrintingStructures{Section 22.1.3.12 ({}Printing Structures)}%
  283. \def\PrintingOtherObjects{Section 22.1.3.13 ({}Printing Other Objects)}%
  284. \def\PPrinter{Section 22.2 (The Lisp Pretty Printer)}%
  285. \def\DynamicControlofOutput{Section 22.2.1.1 (Dynamic Control of the Arrangement of Output)}%
  286. \def\CompilingFormatStrings{Section 22.2.1.3 ({}Compiling Format Strings)}%
  287. \def\PPrintDispatchTables{Section 22.2.1.4 ({}Pretty Print Dispatch Tables)}%
  288. \def\PrettyPrinterExamples{Section 22.2.2 ({}Examples of using the Pretty Printer)}%
  289. \def\FormattedOutput{Section 22.3 (Formatted Output)}%
  290. \def\FORMATPrinterOps{Section 22.3.4 (FORMAT Printer Operations)}%
  291. \def\TildeUnderscore{Section 22.3.5.1 (Tilde Underscore: Conditional Newline)}%
  292. \def\TildeLessThanLogicalBlock{Section 22.3.5.2 (Tilde Less-Than-Sign: Logical Block)}%
  293. \def\TildeI{Section 22.3.5.3 (Tilde I: Indent)}%
  294. \def\TildeLessThanJustification{Section 22.3.6.2 (Tilde Less-Than-Sign: Justification)}%
  295. \def\Reader{Chapter 23 (Reader)}%
  296. \def\ReaderConcepts{Section 23.1 ({}Reader Concepts)}%
  297. \def\ReadtableCaseReadEffect{Section 23.1.2 ({}Effect of Readtable Case on the Lisp Reader)}%
  298. \def\ReadtableCaseReadExamples{Section 23.1.2.1 ({}Examples of Effect of Readtable Case on the Lisp Reader)}%
  299. \def\SystemConstruction{Chapter 24 (System Construction)}%
  300. \def\Features{Section 24.1.2 (Features)}%
  301. \def\FeatureExpressions{Section 24.1.2.1 (Feature Expressions)}%
  302. \def\FeatureExpExamples{Section 24.1.2.1.1 (Examples of Feature Expressions)}%
  303. \def\Environment{Chapter 25 (Environment)}%
  304. \def\TopLevelLoop{Section 25.1.1 (Top level loop)}%
  305. \def\Time{Section 25.1.4 (Time)}%
  306. \def\DecodedTime{Section 25.1.4.1 (Decoded Time)}%
  307. \def\UniversalTime{Section 25.1.4.2 (Universal Time)}%
  308. \def\InternalTime{Section 25.1.4.3 (Internal Time)}%
  309. \def\Glossary{Chapter 26 (Glossary)}%
  310. \def\Appendix{Chapter A (Appendix)}%
  311. \def\RemovedFeatures{Section A.1 (Removed Language Features)}}