My various dotfiles

setup-terms.elt 24KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449
  1. ;;; Definitions from /home/wfs/dpANS2-tex/setup-terms.tex
  2. (setq tex-macros-alist (append
  3. '(
  4. ;% -*- Mode: TeX -*-
  5. ;%%%% ===== References =====
  6. ;%%% Books
  7. ;; (def CLtL in file: setup-terms.tex: Line 11
  8. ("CLtL" "{\\it Common Lisp: The Language}"0)
  9. ;; (def CLtLTwo in file: setup-terms.tex: Line 13
  10. ("CLtLTwo" "{\\it Common Lisp: The Language, Second Edition}"0)
  11. ;; (def RandomHouseDictionary in file: setup-terms.tex: Line 15
  12. ("RandomHouseDictionary"
  13. "{\\it The Random House Dictionary of
  14. the English Language, Second Edition, Unabridged}"0)
  15. ;; (def WebstersDictionary in file: setup-terms.tex: Line 19
  16. ("WebstersDictionary"
  17. "{\\it Webster's Third New International Dictionary
  18. the English Language, Unabridged}"0)
  19. ;; (def CondSysPaper in file: setup-terms.tex: Line 23
  20. ("CondSysPaper" "{\\it Exceptional Situations in Lisp}"0)
  21. ;; (def GabrielBenchmarks in file: setup-terms.tex: Line 25
  22. ("GabrielBenchmarks" "{\\it Performance and Evaluation of Lisp Programs}"0)
  23. ;; (def KnuthVolThree in file: setup-terms.tex: Line 27
  24. ("KnuthVolThree" "{\\it The Art of Computer Programming, Volume 3}"0)
  25. ;; (def MetaObjectProtocol in file: setup-terms.tex: Line 29
  26. ("MetaObjectProtocol" "{\\it The Art of the Metaobject Protocol}"0)
  27. ;; (def AnatomyOfLisp in file: setup-terms.tex: Line 31
  28. ("AnatomyOfLisp" "{\\it The Anatomy of Lisp}"0)
  29. ;; (def FlavorsPaper in file: setup-terms.tex: Line 33
  30. ("FlavorsPaper"
  31. "{\\it Flavors: A Non-Hierarchical Approach to Object-Oriented Programming}"0)
  32. ;; (def LispOnePointFive in file: setup-terms.tex: Line 36
  33. ("LispOnePointFive" "{\\it Lisp 1.5 Programmer's Manual}"0)
  34. ;; (def Moonual in file: setup-terms.tex: Line 38
  35. ("Moonual" "{\\it Maclisp Reference Manual, Revision~0}"0)
  36. ;; (def Pitmanual in file: setup-terms.tex: Line 40
  37. ("Pitmanual" "{\\it The Revised Maclisp Manual}"0)
  38. ;; (def InterlispManual in file: setup-terms.tex: Line 42
  39. ("InterlispManual" "{\\it Interlisp Reference Manual}"0)
  40. ;; (def Chinual in file: setup-terms.tex: Line 44
  41. ("Chinual" "{\\it Lisp Machine Manual}"0)
  42. ;; (def SmalltalkBook in file: setup-terms.tex: Line 46
  43. ("SmalltalkBook" "{\\it Smalltalk-80: The Language and its Implementation}"0)
  44. ;; (def XPPaper in file: setup-terms.tex: Line 48
  45. ("XPPaper" "{\\it XP: A Common Lisp Pretty Printing System}"0)
  46. ;%%% Standards
  47. ;; (def IEEEFloatingPoint in file: setup-terms.tex: Line 53
  48. ("IEEEFloatingPoint"
  49. "{\\it IEEE Standard for Binary Floating-Point Arithmetic}"0)
  50. ;; (def IEEEScheme in file: setup-terms.tex: Line 56
  51. ("IEEEScheme" "{\\it IEEE Standard for the Scheme Programming Language}"0)
  52. ;; (def ISOChars in file: setup-terms.tex: Line 58
  53. ("ISOChars" "{\\rm ISO 6937/2}"0)
  54. ;%%% Papers
  55. ;%This one should be used like
  56. ;% ``{\PrincipalValues}''
  57. ;% or ``{\PrincipalValues},''
  58. ;% or ``{\PrincipalValues}.''
  59. ;; (def PrincipalValues in file: setup-terms.tex: Line 67
  60. ("PrincipalValues" "Principal Values and Branch Cuts in Complex APL"0)
  61. ;; (def RevisedCubedScheme in file: setup-terms.tex: Line 69
  62. ("RevisedCubedScheme"
  63. "Revised$^3$ Report on the Algorithmic Language Scheme"0)
  64. ;; (def StandardLispReport in file: setup-terms.tex: Line 72
  65. ("StandardLispReport" "Standard LISP Report"0)
  66. ;; (def NILReport in file: setup-terms.tex: Line 74
  67. ("NILReport" "NIL---A Perspective"0)
  68. ;; (def SOneCLPaper in file: setup-terms.tex: Line 76
  69. ("SOneCLPaper" "S-1 Common Lisp Implementation"0)
  70. ;; (def CLOSPaper in file: setup-terms.tex: Line 78
  71. ("CLOSPaper" "Common Lisp Object System Specification"0)
  72. ;%%%% ===== Languages, Operating Systems, etc. =====
  73. ;; (def clisp in file: setup-terms.tex: Line 83
  74. ("clisp" "{\\rm Common Lisp}"0)
  75. ;%Use in middle of sentence.
  76. ;; (def Lisp in file: setup-terms.tex: Line 86
  77. ("Lisp" "{\\rm Lisp}"0)
  78. ;; (def maclisp in file: setup-terms.tex: Line 88
  79. ("maclisp" "{\\rm MacLisp}"0)
  80. ;; (def apl in file: setup-terms.tex: Line 90
  81. ("apl" "{\\rm APL}"0)
  82. ;; (def lmlisp in file: setup-terms.tex: Line 92
  83. ("lmlisp" "{\\rm ZetaLisp}"0)
  84. ;; (def scheme in file: setup-terms.tex: Line 94
  85. ("scheme" "{\\rm Scheme}"0)
  86. ;; (def interlisp in file: setup-terms.tex: Line 96
  87. ("interlisp" "{\\rm InterLisp}"0)
  88. ;; (def slisp in file: setup-terms.tex: Line 98
  89. ("slisp" "{\\rm Spice Lisp}"0)
  90. ;; (def newlisp in file: setup-terms.tex: Line 100
  91. ("newlisp" "{\\rm Nil}"0)
  92. ;; (def sOnelisp in file: setup-terms.tex: Line 102
  93. ("sOnelisp" "{\\rm S-1 Common Lisp}"0)
  94. ;; (def fortran in file: setup-terms.tex: Line 104
  95. ("fortran" "{\\rm Fortran}"0)
  96. ;; (def stdlisp in file: setup-terms.tex: Line 106
  97. ("stdlisp" "{\\rm Standard Lisp}"0)
  98. ;; (def psl in file: setup-terms.tex: Line 108
  99. ("psl" "{\\rm Portable Standard Lisp}"0)
  100. ;; (def Unix in file: setup-terms.tex: Line 110
  101. ("Unix" "{\\rm Unix}"0)
  102. ;; (def algol in file: setup-terms.tex: Line 112
  103. ("algol" "{\\tt Algol}"0)
  104. ;; (def TopsTwenty in file: setup-terms.tex: Line 114
  105. ("TopsTwenty" "{\\tt TOPS-20}"0)
  106. ;%%%% ===== Important names =====
  107. ;%\def\form{\term{form}} % No longer used. -kmp 7-Feb-92
  108. ;; (def t in file: setup-terms.tex: Line 121
  109. ("t" "\\misc{t}"0)
  110. ;; (def nil in file: setup-terms.tex: Line 123
  111. ("nil" "\\misc{nil}"0)
  112. ;; (def empty in file: setup-terms.tex: Line 125
  113. ("empty" "{\\tt ()}"0)
  114. ;; (def allowotherkeys in file: setup-terms.tex: Line 127
  115. ("allowotherkeys" "{\\keyword \\&allow-other-keys}"0)
  116. ;; (def aux in file: setup-terms.tex: Line 129
  117. ("aux" "{\\keyword \\&aux}"0)
  118. ;%\def\body {\tt\&body}
  119. ;; (def body in file: setup-terms.tex: Line 132
  120. ("body" "{\\keyword \\&body}"0)
  121. ;; (def environment in file: setup-terms.tex: Line 134
  122. ("environment" "{\\keyword \\&environment}"0)
  123. ;%\def\key #1{\tt\&key #1}
  124. ;; (def key in file: setup-terms.tex: Line 137
  125. ("key" "{\\keyword \\&key}"0)
  126. ;%\def\opt {\tt\&optional}
  127. ;; (def opt in file: setup-terms.tex: Line 140
  128. ("opt" "{\\keyword \\&optional}"0)
  129. ;; (def optional in file: setup-terms.tex: Line 142
  130. ("optional" "{\\keyword \\&optional}"0)
  131. ;%\def\rest {\tt\&rest}
  132. ;; (def rest in file: setup-terms.tex: Line 145
  133. ("rest" "{\\keyword \\&rest}"0)
  134. ;; (def whole in file: setup-terms.tex: Line 147
  135. ("whole" "{\\keyword \\&whole}"0)
  136. ;%%%% ===== General Phrases =====
  137. ;; (def etc in file: setup-terms.tex: Line 152
  138. ("etc" "\\i{etc.}"("." . 0))
  139. ;; (def ie in file: setup-terms.tex: Line 154
  140. ("ie" "\\i{i.e.}, "(" " . 0))
  141. ;; (def eg in file: setup-terms.tex: Line 156
  142. ("eg" "\\i{e.g.}, "(" " . 0))
  143. ;%%%% ===== Domain-specific Phrases =====
  144. ;; (def defmethod in file: setup-terms.tex: Line 161
  145. ("defmethod" "defmethod"0)
  146. ;%\def\MOP:{Meta-Object Protocol:} % No longer used. -kmp 6-Aug-91
  147. ;; (def CLOS in file: setup-terms.tex: Line 164
  148. ("CLOS" "object system"0)
  149. ;; (def OS in file: setup-terms.tex: Line 166
  150. ("OS" "object system"0)
  151. ;; (def SETFof in file: setup-terms.tex: Line 168
  152. ("SETFof" (lambda (a1)(insert "\\macref{setf} of \\misc{"a1"}")) 1)
  153. ;; (def objectoftype in file: setup-terms.tex: Line 170
  154. ("objectoftype" (lambda (a1)(insert "\\term{object} of \\term{type} \\f{"a1"}")) (" #1" . 1))
  155. ;; (def objectsoftype in file: setup-terms.tex: Line 172
  156. ("objectsoftype" (lambda (a1)(insert "\\term{objects} of \\term{type} \\f{"a1"}")) (" #1" . 1))
  157. ;; (def Objectsoftype in file: setup-terms.tex: Line 174
  158. ("Objectsoftype" (lambda (a1)(insert "\\term{Objects} of \\term{type} \\f{"a1"}")) (" #1" . 1))
  159. ;; (def oftype in file: setup-terms.tex: Line 176
  160. ("oftype" (lambda (a1)(insert "of \\term{type} \\typeref{"a1"}")) (" #1" . 1))
  161. ;; (def ofclass in file: setup-terms.tex: Line 178
  162. ("ofclass" (lambda (a1)(insert "of \\term{class} \\typeref{"a1"}")) (" #1" . 1))
  163. ;; (def oftypes in file: setup-terms.tex: Line 180
  164. ("oftypes" (lambda (a1)
  165. (insert "of \\term{type} \\typeref{"a1"} or a \\term{subtype} of \\term{type} \\typeref{"a1"}")) (" #1" . 1))
  166. ;; (def ofmetaclass in file: setup-terms.tex: Line 183
  167. ("ofmetaclass" (lambda (a1)(insert "of \\term{metaclass} \\typeref{"a1"}")) (" #1" . 1))
  168. ;; (def thetype in file: setup-terms.tex: Line 185
  169. ("thetype" (lambda (a1)(insert "the \\term{type} \\typeref{"a1"}")) (" #1" . 1))
  170. ;; (def Thetype in file: setup-terms.tex: Line 187
  171. ("Thetype" (lambda (a1)(insert "The \\term{type} \\typeref{"a1"}")) (" #1" . 1))
  172. ;; (def thetypes in file: setup-terms.tex: Line 189
  173. ("thetypes" (lambda (a1)(insert "the \\term{types} \\typeref{"a1"}")) (" #1" . 1))
  174. ;; (def Thetypes in file: setup-terms.tex: Line 191
  175. ("Thetypes" (lambda (a1)(insert "The \\term{types} \\typeref{"a1"}")) (" #1" . 1))
  176. ;; (def theclass in file: setup-terms.tex: Line 193
  177. ("theclass" (lambda (a1)(insert "the \\term{class} \\typeref{"a1"}")) (" #1" . 1))
  178. ;; (def Theclass in file: setup-terms.tex: Line 195
  179. ("Theclass" (lambda (a1)(insert "The \\term{class} \\typeref{"a1"}")) (" #1" . 1))
  180. ;; (def thevariable in file: setup-terms.tex: Line 197
  181. ("thevariable" (lambda (a1)(insert "the \\term{variable} \\varref{"a1"}")) (" #1" . 1))
  182. ;; (def Thevariable in file: setup-terms.tex: Line 199
  183. ("Thevariable" (lambda (a1)(insert "The \\term{variable} \\varref{"a1"}")) (" #1" . 1))
  184. ;; (def thevariables in file: setup-terms.tex: Line 201
  185. ("thevariables" (lambda (a1)(insert "the \\term{variables} \\varref{"a1"}")) (" #1" . 1))
  186. ;; (def Thevariables in file: setup-terms.tex: Line 203
  187. ("Thevariables" (lambda (a1)(insert "The \\term{variables} \\varref{"a1"}")) (" #1" . 1))
  188. ;; (def themacro in file: setup-terms.tex: Line 205
  189. ("themacro" (lambda (a1)(insert "the \\funref{"a1"} \\term{macro}")) (" #1" . 1))
  190. ;; (def Themacro in file: setup-terms.tex: Line 207
  191. ("Themacro" (lambda (a1)(insert "The \\funref{"a1"} \\term{macro}")) (" #1" . 1))
  192. ;; (def theinitkeyarg in file: setup-terms.tex: Line 209
  193. ("theinitkeyarg" (lambda (a1)(insert "the \\kwd{"a1"} initialization argument")) 1)
  194. ;; (def Theinitkeyarg in file: setup-terms.tex: Line 211
  195. ("Theinitkeyarg" (lambda (a1)(insert "The \\kwd{"a1"} initialization argument")) 1)
  196. ;; (def theinitkeyargs in file: setup-terms.tex: Line 213
  197. ("theinitkeyargs" (lambda (a1)(insert "the initialization arguments named \\kwd{"a1"}")) 1)
  198. ;; (def Theinitkeyargs in file: setup-terms.tex: Line 215
  199. ("Theinitkeyargs" (lambda (a1)(insert "The initialization argument named \\kwd{"a1"}")) 1)
  200. ;; (def thekeyarg in file: setup-terms.tex: Line 217
  201. ("thekeyarg" (lambda (a1)(insert "the \\kwd{"a1"} \\term{argument}")) 1)
  202. ;; (def Thekeyarg in file: setup-terms.tex: Line 219
  203. ("Thekeyarg" (lambda (a1)(insert "The \\kwd{"a1"} \\term{argument}")) 1)
  204. ;; (def thefunction in file: setup-terms.tex: Line 221
  205. ("thefunction" (lambda (a1)(insert "the \\term{function} \\funref{"a1"}")) (" #1" . 1))
  206. ;; (def Thefunction in file: setup-terms.tex: Line 223
  207. ("Thefunction" (lambda (a1)(insert "The \\term{function} \\funref{"a1"}")) (" #1" . 1))
  208. ;; (def thefunctions in file: setup-terms.tex: Line 225
  209. ("thefunctions" (lambda (a1)(insert "the \\term{functions} \\funref{"a1"}")) (" #1" . 1))
  210. ;; (def Thefunctions in file: setup-terms.tex: Line 227
  211. ("Thefunctions" (lambda (a1)(insert "The \\term{functions} \\funref{"a1"}")) (" #1" . 1))
  212. ;; (def thespecform in file: setup-terms.tex: Line 229
  213. ("thespecform" (lambda (a1)(insert "the \\specref{"a1"} \\term{special form}")) (" #1" . 1))
  214. ;; (def Thespecform in file: setup-terms.tex: Line 231
  215. ("Thespecform" (lambda (a1)(insert "The \\specref{"a1"} \\term{special form}")) (" #1" . 1))
  216. ;; (def thespecforms in file: setup-terms.tex: Line 233
  217. ("thespecforms" (lambda (a1)(insert "the \\specref{"a1"} \\term{special forms}")) (" #1" . 1))
  218. ;; (def Thespecforms in file: setup-terms.tex: Line 235
  219. ("Thespecforms" (lambda (a1)(insert "The \\specref{"a1"} \\term{special forms}")) (" #1" . 1))
  220. ;; (def thespecop in file: setup-terms.tex: Line 237
  221. ("thespecop" (lambda (a1)(insert "the \\specref{"a1"} \\term{special operator}")) (" #1" . 1))
  222. ;; (def Thespecop in file: setup-terms.tex: Line 239
  223. ("Thespecop" (lambda (a1)(insert "The \\specref{"a1"} \\term{special operator}")) (" #1" . 1))
  224. ;; (def Thespecforms in file: setup-terms.tex: Line 241
  225. ("Thespecforms" (lambda (a1)(insert "The \\specref{"a1"} \\term{special forms}")) (" #1" . 1))
  226. ;; (def theGF in file: setup-terms.tex: Line 243
  227. ("theGF" (lambda (a1)(insert "the \\term{generic function} \\funref{"a1"}")) (" #1" . 1))
  228. ;; (def TheGF in file: setup-terms.tex: Line 245
  229. ("TheGF" (lambda (a1)(insert "The \\term{generic function} \\funref{"a1"}")) (" #1" . 1))
  230. ;; (def subtypeof in file: setup-terms.tex: Line 247
  231. ("subtypeof" (lambda (a1)(insert "\\term{subtype} of \\term{type} \\typeref{"a1"}")) (" #1" . 1))
  232. ;; (def subtypesof in file: setup-terms.tex: Line 249
  233. ("subtypesof" (lambda (a1)(insert "\\term{subtypes} of \\term{type} \\typeref{"a1"}")) (" #1" . 1))
  234. ;; (def Subtypesof in file: setup-terms.tex: Line 251
  235. ("Subtypesof" (lambda (a1)(insert "\\term{Subtypes} of \\term{type} \\typeref{"a1"}")) (" #1" . 1))
  236. ;; (def supertypeof in file: setup-terms.tex: Line 253
  237. ("supertypeof" (lambda (a1)(insert "\\term{supertype} of \\term{type} \\typeref{"a1"}")) (" #1" . 1))
  238. ;; (def supertypesof in file: setup-terms.tex: Line 255
  239. ("supertypesof" (lambda (a1)(insert "\\term{supertypes} of \\term{type} \\typeref{"a1"}")) (" #1" . 1))
  240. ;; (def Supertypesof in file: setup-terms.tex: Line 257
  241. ("Supertypesof" (lambda (a1)(insert "\\term{Supertypes} of \\term{type} \\typeref{"a1"}")) (" #1" . 1))
  242. ;; (def subclassof in file: setup-terms.tex: Line 259
  243. ("subclassof" (lambda (a1)(insert "\\term{subclass} of \\term{class} \\typeref{"a1"}")) (" #1" . 1))
  244. ;; (def subclassesof in file: setup-terms.tex: Line 261
  245. ("subclassesof" (lambda (a1)(insert "\\term{subclasses} of \\term{class} \\typeref{"a1"}")) (" #1" . 1))
  246. ;; (def Subclassesof in file: setup-terms.tex: Line 263
  247. ("Subclassesof" (lambda (a1)(insert "\\term{Subclasses} of \\term{class} \\typeref{"a1"}")) (" #1" . 1))
  248. ;; (def superclassof in file: setup-terms.tex: Line 265
  249. ("superclassof" (lambda (a1)(insert "\\term{superclass} of \\term{class} \\typeref{"a1"}")) (" #1" . 1))
  250. ;; (def superclassesof in file: setup-terms.tex: Line 267
  251. ("superclassesof" (lambda (a1)
  252. (insert "\\term{superclasses} of \\term{class} \\typeref{"a1"}")) (" #1" . 1))
  253. ;; (def Superclassesof in file: setup-terms.tex: Line 270
  254. ("Superclassesof" (lambda (a1)
  255. (insert "\\term{Superclasses} of \\term{class} \\typeref{"a1"}")) (" #1" . 1))
  256. ;; (def therestart in file: setup-terms.tex: Line 273
  257. ("therestart" (lambda (a1)(insert "the \\misc{"a1"} \\term{restart}")) (" #1" . 1))
  258. ;; (def Therestart in file: setup-terms.tex: Line 275
  259. ("Therestart" (lambda (a1)(insert "The \\misc{"a1"} \\term{restart}")) (" #1" . 1))
  260. ;; (def thepackage in file: setup-terms.tex: Line 277
  261. ("thepackage" (lambda (a1)(insert "the \\packref{"a1"} \\term{package}")) (" #1" . 1))
  262. ;; (def Thepackage in file: setup-terms.tex: Line 279
  263. ("Thepackage" (lambda (a1)(insert "The \\packref{"a1"} \\term{package}")) (" #1" . 1))
  264. ;; (def instofclass in file: setup-terms.tex: Line 281
  265. ("instofclass" (lambda (a1)
  266. (insert "\\term{instance} of the \\term{class} \\typeref{"a1"}")) (" #1" . 1))
  267. ;; (def instsofclass in file: setup-terms.tex: Line 284
  268. ("instsofclass" (lambda (a1)
  269. (insert "\\term{instances} of the \\term{class} \\typeref{"a1"}")) (" #1" . 1))
  270. ;; (def Instsofclass in file: setup-terms.tex: Line 287
  271. ("Instsofclass" (lambda (a1)
  272. (insert "\\term{Instances} of the \\term{class} \\typeref{"a1"}")) (" #1" . 1))
  273. ;% \def\instanceofclasses #1{\term{instance} of the \term{class} \typeref{#1}
  274. ;% or its \term{subclasses}}
  275. ;% \def\instancesofclasses #1{\term{instances} of the \term{class} \typeref{#1}
  276. ;% or its \term{subclasses}}
  277. ;% \def\Instancesofclasses #1{\term{Instances} of the \term{class} \typeref{#1}
  278. ;% or its \term{subclasses}}
  279. ;; (def instanceofclasses in file: setup-terms.tex: Line 296
  280. ("instanceofclasses" (lambda (a1)
  281. (insert "\\term{generalized instance} of \\theclass{"a1"}")) (" #1" . 1))
  282. ;; (def instancesofclasses in file: setup-terms.tex: Line 299
  283. ("instancesofclasses" (lambda (a1)
  284. (insert "\\term{generalized instances} of \\theclass{"a1"}")) (" #1" . 1))
  285. ;; (def Instancesofclasses in file: setup-terms.tex: Line 302
  286. ("Instancesofclasses" (lambda (a1)
  287. (insert "\\term{Generalized instances} of \\theclass{"a1"}")) (" #1" . 1))
  288. ;; (def Theloopconstruct in file: setup-terms.tex: Line 305
  289. ("Theloopconstruct" (lambda (a1)(insert "The \\macref{loop} \\loopref{"a1"} construct")) (" #1" . 1))
  290. ;; (def theloopconstruct in file: setup-terms.tex: Line 307
  291. ("theloopconstruct" (lambda (a1)(insert "the \\macref{loop} \\loopref{"a1"} construct")) (" #1" . 1))
  292. ;; (def Theloopkeyword in file: setup-terms.tex: Line 309
  293. ("Theloopkeyword" (lambda (a1)(insert "The \\macref{loop} \\loopref{"a1"} keyword")) (" #1" . 1))
  294. ;; (def theloopkeyword in file: setup-terms.tex: Line 311
  295. ("theloopkeyword" (lambda (a1)(insert "the \\macref{loop} \\loopref{"a1"} keyword")) (" #1" . 1))
  296. ;; (def thevalueof in file: setup-terms.tex: Line 313
  297. ("thevalueof" (lambda (a1)(insert "the \\term{value} of \\misc{"a1"}")) (" #1" . 1))
  298. ;; (def Thevalueof in file: setup-terms.tex: Line 315
  299. ("Thevalueof" (lambda (a1)(insert "The \\term{value} of \\misc{"a1"}")) (" #1" . 1))
  300. ;; (def thevaluesof in file: setup-terms.tex: Line 317
  301. ("thevaluesof" (lambda (a1)(insert "the \\term{values} of \\misc{"a1"}")) (" #1" . 1))
  302. ;; (def Thevaluesof in file: setup-terms.tex: Line 319
  303. ("Thevaluesof" (lambda (a1)(insert "The \\term{values} of \\misc{"a1"}")) (" #1" . 1))
  304. ;; (def formatOp in file: setup-terms.tex: Line 321
  305. ("formatOp" (lambda (a1)(insert "\\hbox{{\\tt ~"a1"}}")) 1)
  306. ;; (def formatdirective in file: setup-terms.tex: Line 323
  307. ("formatdirective" (lambda (a1)(insert "\\hbox{{\\tt ~"a1"}} format directive")) 1)
  308. ;; (def NamedTypePredicate in file: setup-terms.tex: Line 325
  309. ("NamedTypePredicate" (lambda (a1 a2 a3)
  310. (insert "\\funref{"a1"} returns \\term{true} if \\param{"a2"} is \\oftype{"a3"};
  311. otherwise, it returns \\term{false}.")) 3)
  312. ;; (def TypePredicate in file: setup-terms.tex: Line 329
  313. ("TypePredicate" (lambda (a1 a2)
  314. (insert "Returns \\term{true} if \\param{"a1"} is \\oftype{"a2"};
  315. otherwise, returns \\term{false}.")) 2)
  316. ;; (def NamedPredicate in file: setup-terms.tex: Line 333
  317. ("NamedPredicate" (lambda (a1 a2 a3)
  318. (insert "\\funref{"a1"} returns \\term{true} if \\param{"a2"} is "a3";
  319. otherwise, returns \\term{false}.")) 3)
  320. ;; (def Predicate in file: setup-terms.tex: Line 337
  321. ("Predicate" (lambda (a1 a2)
  322. (insert "Returns \\term{true} if \\param{"a1"} is "a2";
  323. otherwise, returns \\term{false}.")) 2)
  324. ;; (def StrictPredicate in file: setup-terms.tex: Line 341
  325. ("StrictPredicate" (lambda (a1 a2)
  326. (insert "Returns \\misc{t} if \\param{"a1"} is "a2";
  327. otherwise, returns \\misc{nil}.")) 2)
  328. ;; (def Shouldcheckplus in file: setup-terms.tex: Line 345
  329. ("Shouldcheckplus" (lambda (a1)
  330. (insert "Should signal an error \\oftype{program-error}
  331. if at least one \\param{"a1"} is not supplied.")) 1)
  332. ;; (def Checktype in file: setup-terms.tex: Line 349
  333. ("Checktype" (lambda (a1 a2)
  334. (insert "Signals an error \\oftype{type-error} if \\param{"a1"} is not "a2".")) 2)
  335. ;; (def Checktypes in file: setup-terms.tex: Line 352
  336. ("Checktypes" (lambda (a1 a2)
  337. (insert "Signals an error \\oftype{type-error} if "a1" are not "a2".")) 2)
  338. ;; (def Checknottype in file: setup-terms.tex: Line 355
  339. ("Checknottype" (lambda (a1 a2)
  340. (insert "Signals an error \\oftype{type-error} if \\param{"a1"} is "a2".")) 2)
  341. ;; (def Checknottypes in file: setup-terms.tex: Line 358
  342. ("Checknottypes" (lambda (a1 a2)
  343. (insert "Signals an error \\oftype{type-error} if "a1" are "a2".")) 2)
  344. ;; (def Checkanytype in file: setup-terms.tex: Line 361
  345. ("Checkanytype" (lambda (a1 a2)
  346. (insert "Signals an error \\oftype{type-error} if any \\param{"a1"} is not "a2".")) 2)
  347. ;; (def Shouldchecktype in file: setup-terms.tex: Line 364
  348. ("Shouldchecktype" (lambda (a1 a2)
  349. (insert "Should signal an error \\oftype{type-error}
  350. if \\param{"a1"} is not "a2".")) 2)
  351. ;; (def Shouldcheckanytype in file: setup-terms.tex: Line 368
  352. ("Shouldcheckanytype" (lambda (a1 a2)
  353. (insert "Should signal an error \\oftype{type-error}
  354. if any \\param{"a1"} is not "a2".")) 2)
  355. ;; (def Lazychecktype in file: setup-terms.tex: Line 372
  356. ("Lazychecktype" (lambda (a1 a2)
  357. (insert "Should be prepared to signal an error \\oftype{type-error}
  358. if \\param{"a1"} is not "a2".")) 2)
  359. ;; (def Lazychecktypes in file: setup-terms.tex: Line 376
  360. ("Lazychecktypes" (lambda (a1 a2)
  361. (insert "Should be prepared to signal an error \\oftype{type-error}
  362. if "a1" are not "a2".")) 2)
  363. ;; (def Lazychecknottype in file: setup-terms.tex: Line 380
  364. ("Lazychecknottype" (lambda (a1 a2)
  365. (insert "Should be prepared to signal an error \\oftype{type-error}
  366. if \\param{"a1"} is "a2".")) 2)
  367. ;; (def Lazycheckanytype in file: setup-terms.tex: Line 384
  368. ("Lazycheckanytype" (lambda (a1 a2)
  369. (insert "Should be prepared to signal an error \\oftype{type-error}
  370. if any \\param{"a1"} is not "a2".")) 2)
  371. ;; (def Lazycheckanynottype in file: setup-terms.tex: Line 388
  372. ("Lazycheckanynottype" (lambda (a1 a2)
  373. (insert "Should be prepared to signal an error \\oftype{type-error}
  374. if any \\param{"a1"} is "a2".")) 2)
  375. ;; (def checktype in file: setup-terms.tex: Line 392
  376. ("checktype" (lambda (a1 a2)
  377. (insert "signals an error \\oftype{type-error} if \\param{"a1"} is not "a2".")) 2)
  378. ;; (def checkanytype in file: setup-terms.tex: Line 395
  379. ("checkanytype" (lambda (a1 a2)
  380. (insert "signals an error \\oftype{type-error} if any \\param{"a1"} is not "a2".")) 2)
  381. ;; (def shouldchecktype in file: setup-terms.tex: Line 398
  382. ("shouldchecktype" (lambda (a1 a2)
  383. (insert "should signal an error \\oftype{type-error}
  384. if \\param{"a1"} is not "a2".")) 2)
  385. ;; (def shouldcheckanytype in file: setup-terms.tex: Line 402
  386. ("shouldcheckanytype" (lambda (a1 a2)
  387. (insert "should signal an error \\oftype{type-error}
  388. if any \\param{"a1"} is not "a2".")) 2)
  389. ;; (def lazychecktype in file: setup-terms.tex: Line 406
  390. ("lazychecktype" (lambda (a1 a2)
  391. (insert "should be prepared to signal an error \\oftype{type-error}
  392. if \\param{"a1"} is not "a2".")) 2)
  393. ;; (def lazycheckanytype in file: setup-terms.tex: Line 410
  394. ("lazycheckanytype" (lambda (a1 a2)
  395. (insert "should be prepared to signal an error \\oftype{type-error}
  396. if any \\param{"a1"} is not "a2".")) 2)
  397. ;; (def Default in file: setup-terms.tex: Line 414
  398. ("Default" (lambda (a1)(insert "The default is "a1".")) 1)
  399. ;; (def DefaultFor in file: setup-terms.tex: Line 416
  400. ("DefaultFor" (lambda (a1 a2)(insert "The default for "a1" is "a2".")) 2)
  401. ;; (def DefaultIn in file: setup-terms.tex: Line 418
  402. ("DefaultIn" (lambda (a1 a2)(insert "The default in "a1" is "a2".")) 2)
  403. ;; (def Defaults in file: setup-terms.tex: Line 420
  404. ("Defaults" (lambda (a1 a2)(insert "The defaults for "a1" are "a2", respectively.")) 2)
  405. ;; (def DefaultEach in file: setup-terms.tex: Line 422
  406. ("DefaultEach" (lambda (a1 a2)(insert "The defaults for each of "a1" is "a2".")) 2)
  407. ;; (def DefaultsIn in file: setup-terms.tex: Line 424
  408. ("DefaultsIn" (lambda (a1 a2 a3)
  409. (insert "The defaults for "a2" in "a1" are "a3", respectively.")) 3)
  410. ;; (def HairyDefault in file: setup-terms.tex: Line 427
  411. ("HairyDefault" "Complicated defaulting behavior; see below"0)
  412. ;; (def MentionMetaObjects in file: setup-terms.tex: Line 429
  413. ("MentionMetaObjects" (lambda (a1 a2)
  414. (insert "\\issue{SLOT-VALUE-METACLASSES:LESS-MINIMAL}
  415. Although no \\term{implementation} is required to do so,
  416. implementors are strongly encouraged to implement \\thefunction{"a1"} using
  417. the \\term{function} \\f{"a2"} described in the \\term{Metaobject Protocol}.
  418. \\endissue{SLOT-VALUE-METACLASSES:LESS-MINIMAL}")) 2)
  419. ;; (def symbolnamedesignator in file: setup-terms.tex: Line 436
  420. ("symbolnamedesignator" "string designator"0)
  421. ;; (def symbolnamedesignators in file: setup-terms.tex: Line 438
  422. ("symbolnamedesignators" "string designators"0)
  423. ;; (def packagenamedesignator in file: setup-terms.tex: Line 440
  424. ("packagenamedesignator" "string designator"0)
  425. ;; (def packagenamedesignators in file: setup-terms.tex: Line 442
  426. ("packagenamedesignators" "string designators"0)
  427. )
  428. tex-macros-alist))
  429. ;;; End Definitions from /home/wfs/dpANS2-tex/setup-terms.tex