comparison lispref/errors.texi @ 53454:bedee14106b1

(Standard Errors): Various small corrections and additions.
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 30 Dec 2003 22:38:00 +0000
parents 695cf19ef79e
children d2c60b264fa8
comparison
equal deleted inserted replaced
53453:28b887271e09 53454:bedee14106b1
67 @xref{Motion}. 67 @xref{Motion}.
68 68
69 @item end-of-file 69 @item end-of-file
70 @code{"End of file during parsing"}@* 70 @code{"End of file during parsing"}@*
71 Note that this is not a subcategory of @code{file-error}, 71 Note that this is not a subcategory of @code{file-error},
72 because it pertains to the Lisp reader, not to file I/O. 72 because it pertains to the Lisp reader, not to file I/O.@*
73 @xref{Input Functions}. 73 @xref{Input Functions}.
74 74
75 @item file-already-exists 75 @item file-already-exists
76 This is a subcategory of @code{file-error}.@* 76 This is a subcategory of @code{file-error}.@*
77 @xref{Writing to Files}. 77 @xref{Writing to Files}.
78 78
79 @item file-date-error 79 @item file-date-error
80 This is a subcategory of @code{file-error}. It occurs when 80 This is a subcategory of @code{file-error}. It occurs when
81 @code{copy-file} tries and fails to set the last-modification time of 81 @code{copy-file} tries and fails to set the last-modification time of
82 the output file. @xref{Changing Files}. 82 the output file.@*
83 @xref{Changing Files}.
83 84
84 @item file-error 85 @item file-error
85 This error and its subcategories do not have error-strings, because the 86 We do not list the error-strings of this error and its subcategories,
86 error message is constructed from the data items alone when the error 87 because the error message is normally constructed from the data items
87 condition @code{file-error} is present.@* 88 alone when the error condition @code{file-error} is present. Thus,
89 the error-strings are not very relevant. However, these error symbols
90 do have @code{error-message} properties, and if no data is provided,
91 the @code{error-message} property @emph{is} used.@*
88 @xref{Files}. 92 @xref{Files}.
89 93
90 @item file-locked 94 @item file-locked
91 This is a subcategory of @code{file-error}.@* 95 This is a subcategory of @code{file-error}.@*
92 @xref{File Locks}. 96 @xref{File Locks}.
111 @item invalid-regexp 115 @item invalid-regexp
112 @code{"Invalid regexp"}@* 116 @code{"Invalid regexp"}@*
113 @xref{Regular Expressions}. 117 @xref{Regular Expressions}.
114 118
115 @item mark-inactive 119 @item mark-inactive
116 @code{"Mark inactive"}@* 120 @code{"The mark is not active now"}@*
117 @xref{The Mark}. 121 @xref{The Mark}.
118 122
119 @item no-catch 123 @item no-catch
120 @code{"No catch for tag"}@* 124 @code{"No catch for tag"}@*
121 @xref{Catch and Throw}. 125 @xref{Catch and Throw}.
137 may not be changed.@* 141 may not be changed.@*
138 @xref{Constant Variables, , Variables that Never Change}. 142 @xref{Constant Variables, , Variables that Never Change}.
139 143
140 @item text-read-only 144 @item text-read-only
141 @code{"Text is read-only"}@* 145 @code{"Text is read-only"}@*
146 This is a subcategory of @code{buffer-read-only}.@*
142 @xref{Special Properties}. 147 @xref{Special Properties}.
143 148
144 @item undefined-color 149 @item undefined-color
145 @code{"Undefined color"}@* 150 @code{"Undefined color"}@*
146 @xref{Color Names}. 151 @xref{Color Names}.
171 @code{"Arithmetic domain error"}@* 176 @code{"Arithmetic domain error"}@*
172 @xref{Math Functions}. 177 @xref{Math Functions}.
173 178
174 @item overflow-error 179 @item overflow-error
175 @code{"Arithmetic overflow error"}@* 180 @code{"Arithmetic overflow error"}@*
181 This is a subcategory of @code{domain-error}.@*
176 @xref{Math Functions}. 182 @xref{Math Functions}.
177 183
178 @item range-error 184 @item range-error
179 @code{"Arithmetic range error"}@* 185 @code{"Arithmetic range error"}@*
180 @xref{Math Functions}. 186 @xref{Math Functions}.
181 187
182 @item singularity-error 188 @item singularity-error
183 @code{"Arithmetic singularity error"}@* 189 @code{"Arithmetic singularity error"}@*
190 This is a subcategory of @code{domain-error}.@*
184 @xref{Math Functions}. 191 @xref{Math Functions}.
185 192
186 @item underflow-error 193 @item underflow-error
187 @code{"Arithmetic underflow error"}@* 194 @code{"Arithmetic underflow error"}@*
195 This is a subcategory of @code{domain-error}.@*
188 @xref{Math Functions}. 196 @xref{Math Functions}.
189 @end table 197 @end table
190 198
191 @ignore 199 @ignore
192 arch-tag: 717c6048-5d9d-4c7d-9a62-df57390b6f19 200 arch-tag: 717c6048-5d9d-4c7d-9a62-df57390b6f19