emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to errors.texi


From: Glenn Morris
Subject: [Emacs-diffs] Changes to errors.texi
Date: Thu, 06 Sep 2007 04:10:57 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/09/06 04:10:57

Index: errors.texi
===================================================================
RCS file: errors.texi
diff -N errors.texi
--- errors.texi 24 Mar 2007 16:48:11 -0000      1.23
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,209 +0,0 @@
address@hidden -*-texinfo-*-
address@hidden This is part of the GNU Emacs Lisp Reference Manual.
address@hidden Copyright (C) 1990, 1991, 1992, 1993, 1999, 2001, 2002, 2003, 
2004,
address@hidden   2005, 2006, 2007  Free Software Foundation, Inc.
address@hidden See the file elisp.texi for copying conditions.
address@hidden ../info/errors
address@hidden Standard Errors, Standard Buffer-Local Variables, GNU Emacs 
Internals, Top
address@hidden Standard Errors
address@hidden standard errors
-
-  Here is the complete list of the error symbols in standard Emacs,
-grouped by concept.  The list includes each symbol's message (on the
address@hidden property of the symbol) and a cross reference to a
-description of how the error can occur.
-
-  Each error symbol has an @code{error-conditions} property that is a
-list of symbols.  Normally this list includes the error symbol itself
-and the symbol @code{error}.  Occasionally it includes additional
-symbols, which are intermediate classifications, narrower than
address@hidden but broader than a single error symbol.  For example, all
-the errors in accessing files have the condition @code{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 @code{quit} does not have the
-condition @code{error}, because quitting is not considered an error.
-
-  @xref{Errors}, for an explanation of how errors are generated and
-handled.
-
address@hidden @code
address@hidden @var{symbol}
address@hidden; @var{reference}.
-
address@hidden error
address@hidden"error"address@hidden
address@hidden
-
address@hidden quit
address@hidden"Quit"address@hidden
address@hidden
-
address@hidden args-out-of-range
address@hidden"Args out of range"address@hidden
-This happens when trying to access an element beyond the range of a
-sequence or address@hidden
address@hidden Arrays Vectors}, @xref{Text}.
-
address@hidden arith-error
address@hidden"Arithmetic error"address@hidden
address@hidden Operations}.
-
address@hidden beginning-of-buffer
address@hidden"Beginning of buffer"address@hidden
address@hidden Motion}.
-
address@hidden buffer-read-only
address@hidden"Buffer is read-only"address@hidden
address@hidden Only Buffers}.
-
address@hidden coding-system-error
address@hidden"Invalid coding system"address@hidden
address@hidden and Coding Systems}.
-
address@hidden cyclic-function-indirection
address@hidden"Symbol's chain of function address@hidden contains a 
loop"address@hidden
address@hidden Indirection}.
-
address@hidden cyclic-variable-indirection
address@hidden"Symbol's chain of variable address@hidden contains a 
loop"address@hidden
address@hidden Aliases}.
-
address@hidden end-of-buffer
address@hidden"End of buffer"address@hidden
address@hidden Motion}.
-
address@hidden end-of-file
address@hidden"End of file during parsing"address@hidden
-Note that this is not a subcategory of @code{file-error},
-because it pertains to the Lisp reader, not to file I/address@hidden
address@hidden Functions}.
-
address@hidden file-already-exists
-This is a subcategory of @address@hidden
address@hidden to Files}.
-
address@hidden file-date-error
-This is a subcategory of @code{file-error}.  It occurs when
address@hidden tries and fails to set the last-modification time of
-the output address@hidden
address@hidden Files}.
-
address@hidden file-error
-We 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 @code{file-error} is present.  Thus,
-the error-strings are not very relevant.  However, these error symbols
-do have @code{error-message} properties, and if no data is provided,
-the @code{error-message} property @emph{is} address@hidden
address@hidden
-
address@hidden file-locked
-This is a subcategory of @address@hidden
address@hidden Locks}.
-
address@hidden file-supersession
-This is a subcategory of @address@hidden
address@hidden Time}.
-
address@hidden ftp-error
-This is a subcategory of @code{file-error}, which results from problems
-in accessing a remote file using address@hidden
address@hidden Files,,, emacs, The GNU Emacs Manual}.
-
address@hidden invalid-function
address@hidden"Invalid function"address@hidden
address@hidden Indirection}.
-
address@hidden invalid-read-syntax
address@hidden"Invalid read syntax"address@hidden
address@hidden Representation}.
-
address@hidden invalid-regexp
address@hidden"Invalid regexp"address@hidden
address@hidden Expressions}.
-
address@hidden mark-inactive
address@hidden"The mark is not active now"address@hidden
address@hidden Mark}.
-
address@hidden no-catch
address@hidden"No catch for tag"address@hidden
address@hidden and Throw}.
-
address@hidden scan-error
address@hidden"Scan error"address@hidden
-This happens when certain syntax-parsing functions
-find invalid syntax or mismatched address@hidden
address@hidden Motion}, and @ref{Parsing Expressions}.
-
address@hidden search-failed
address@hidden"Search failed"address@hidden
address@hidden and Matching}.
-
address@hidden setting-constant
address@hidden"Attempt to set a constant symbol"address@hidden
-The values of the symbols @code{nil} and @code{t},
-and any symbols that start with @samp{:},
-may not be address@hidden
address@hidden Variables, , Variables that Never Change}.
-
address@hidden text-read-only
address@hidden"Text is read-only"address@hidden
-This is a subcategory of @address@hidden
address@hidden Properties}.
-
address@hidden undefined-color
address@hidden"Undefined color"address@hidden
address@hidden Names}.
-
address@hidden void-function
address@hidden"Symbol's function definition is void"address@hidden
address@hidden Cells}.
-
address@hidden void-variable
address@hidden"Symbol's value as variable is void"address@hidden
address@hidden Variables}.
-
address@hidden wrong-number-of-arguments
address@hidden"Wrong number of arguments"address@hidden
address@hidden Lists}.
-
address@hidden wrong-type-argument
address@hidden"Wrong type argument"address@hidden
address@hidden Predicates}.
address@hidden table
-
-  These kinds of error, which are classified as special cases of
address@hidden, can occur on certain systems for invalid use of
-mathematical functions.
-
address@hidden @code
address@hidden domain-error
address@hidden"Arithmetic domain error"address@hidden
address@hidden Functions}.
-
address@hidden overflow-error
address@hidden"Arithmetic overflow error"address@hidden
-This is a subcategory of @address@hidden
address@hidden Functions}.
-
address@hidden range-error
address@hidden"Arithmetic range error"address@hidden
address@hidden Functions}.
-
address@hidden singularity-error
address@hidden"Arithmetic singularity error"address@hidden
-This is a subcategory of @address@hidden
address@hidden Functions}.
-
address@hidden underflow-error
address@hidden"Arithmetic underflow error"address@hidden
-This is a subcategory of @address@hidden
address@hidden Functions}.
address@hidden table
-
address@hidden
-   arch-tag: 717c6048-5d9d-4c7d-9a62-df57390b6f19
address@hidden ignore




reply via email to

[Prev in Thread] Current Thread [Next in Thread]