| [ < ] | [ > ] | [ << ] | [Plus haut] | [ >> ] | [Top] | [Table des matières] | [Index] | [ ? ] |
Here is the complete list of the error symbols in standard Emacs, grouped by
concept. The list includes each symbol's message (on the
error-message property of the symbol) and a cross reference to a
description of how the error can occur.
Each error symbol has an error-conditions property that is a list of
symbols. Normally this list includes the error symbol itself and the symbol
error. Occasionally it includes additional symbols, which are
intermediate classifications, narrower than error but broader than a
single error symbol. For example, all the errors in accessing files have
the condition file-error. If we do not say here that a certain error
symbol has additional error conditions, that means it has none.
As a special exception, the error symbol quit does not have the
condition error, because quitting is not considered an error.
Voir la section Errors, for an explanation of how errors are generated and handled.
symbolestring; reference.
error"error"
Voir la section Errors.
quit"Quit"
Voir la section Quitting.
args-out-of-range"Args out of range"
This happens when trying to access an element
beyond the range of a sequence or buffer.
Voir la section Sequences, Arrays, and Vectors,
@xref{Text}.
arith-error"Arithmetic error"
@xref{Arithmetic Operations}.
beginning-of-buffer"Beginning of buffer"
Voir la section Motion by Characters.
buffer-read-only"Buffer is read-only"
Voir la section Read-Only Buffers.
coding-system-error"Invalid coding system"
Voir la section Coding Systems in Lisp.
cyclic-function-indirection"Symbol's chain of function indirections\
contains a loop"
Voir la section Symbol Function Indirection.
cyclic-variable-indirection"Symbol's chain of variable indirections\
contains a loop"
Voir la section Variable Aliases.
end-of-buffer"End of buffer"
Voir la section Motion by Characters.
end-of-file"End of file during parsing"
Note that this is not a subcategory of
file-error, because it pertains to the Lisp reader, not to file
I/O.
Voir la section Input Functions.
file-already-existsThis is a subcategory of file-error.
Voir la section Writing to Files.
file-date-errorThis is a subcategory of file-error. It occurs when copy-file
tries and fails to set the last-modification time of the output file.
Voir la section Changing File Names and Attributes.
file-errorWe do not list the error-strings of this error and its subcategories,
because the error message is normally constructed from the data items alone
when the error condition file-error is present. Thus, the
error-strings are not very relevant. However, these error symbols do have
error-message properties, and if no data is provided, the
error-message property is used.
Voir la section Files.
file-lockedThis is a subcategory of file-error.
Voir la section File Locks.
file-supersessionThis is a subcategory of file-error.
Voir la section Buffer Modification Time.
ftp-errorThis is a subcategory of file-error, which results from problems in
accessing a remote file using ftp.
Voir (emacs)Remote Files section `Remote Files' dans The GNU Emacs Manual.
invalid-function"Invalid function"
Voir la section Symbol Function Indirection.
invalid-read-syntax"Invalid read syntax"
Voir la section Printed Representation and Read Syntax.
invalid-regexp"Invalid regexp"
Voir la section Regular Expressions.
mark-inactive"The mark is not active now"
Voir la section The Mark.
no-catch"No catch for tag"
Voir la section Explicit Nonlocal Exits: catch and throw.
scan-error"Scan error"
This happens when certain syntax-parsing functions
find invalid syntax or mismatched parentheses.
Voir la section Moving over Balanced Expressions, and
Parsing Expressions.
search-failed"Search failed"
@xref{Searching and Matching}.
setting-constant"Attempt to set a constant symbol"
The values of the symbols
nil and t, and any symbols that start with ‘:’, may not
be changed.
Voir la section Variables that Never Change.
text-read-only"Text is read-only"
This is a subcategory of
buffer-read-only.
Voir la section Properties with Special Meanings.
undefined-color"Undefined color"
Voir la section Color Names.
void-function"Symbol's function definition is void"
Voir la section Accessing Function Cell Contents.
void-variable"La valeur du symbole comme variable est vide"
@xref{Accès aux
variables}.
wrong-number-of-arguments"Wrong number of arguments"
Voir la section Classification of List Forms.
wrong-type-argument"Wrong type argument"
Voir la section Type Predicates.
These kinds of error, which are classified as special cases of
arith-error, can occur on certain systems for invalid use of
mathematical functions.
domain-error"Arithmetic domain error"
@xref{Math Functions}.
overflow-error"Arithmetic overflow error"
This is a subcategory of
domain-error.
@xref{Math Functions}.
range-error"Arithmetic range error"
@xref{Math Functions}.
singularity-error"Arithmetic singularity error"
This is a subcategory of
domain-error.
@xref{Math Functions}.
underflow-error"Arithmetic underflow error"
This is a subcategory of
domain-error.
@xref{Math Functions}.
| [ < ] | [ > ] | [ << ] | [Plus haut] | [ >> ] | [Top] | [Table des matières] | [Index] | [ ? ] |
Ce document a été généré par Eric Reinbold le 13 Octobre 2007 en utilisant texi2html 1.78.