X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/1911e6e52c846c4a5bf744d850ec7061ff90c412..2bcdf6628b2e67d770605f1e37c25a2533e9460b:/lispref/errors.texi diff --git a/lispref/errors.texi b/lispref/errors.texi index cee673fd3c..2463c4c6ef 100644 --- a/lispref/errors.texi +++ b/lispref/errors.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. +@c Copyright (C) 1990, 1991, 1992, 1993, 1999 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/errors @node Standard Errors, Standard Buffer-Local Variables, GNU Emacs Internals, Top @@ -54,8 +54,12 @@ See @code{/} and @code{%} in @ref{Numbers}. @code{"Buffer is read-only"}@* @xref{Read Only Buffers}. +@item coding-system-error +@code{"Invalid coding system"}@* +@xref{Coding Systems}. + @item cyclic-function-indirection -@code{"Symbol's chain of function indirections@* contains a loop"}@* +@code{"Symbol's chain of function indirections\@* contains a loop"}@* @xref{Function Indirection}. @item end-of-buffer @@ -64,12 +68,12 @@ See @code{/} and @code{%} in @ref{Numbers}. @item end-of-file @code{"End of file during parsing"}@* -Note that this is not a @code{file-error} +Note that this is not a subcategory of @code{file-error}, because it pertains to the Lisp reader, not to file I/O. @xref{Input Functions}. @item file-already-exists -This is a @code{file-error}.@* +This is a subcategory of @code{file-error}.@* @xref{Writing to Files}. @item file-date-error @@ -84,13 +88,18 @@ condition @code{file-error} is present.@* @xref{Files}. @item file-locked -This is a @code{file-error}.@* +This is a subcategory of @code{file-error}.@* @xref{File Locks}. @item file-supersession -This is a @code{file-error}.@* +This is a subcategory of @code{file-error}.@* @xref{Modification Time}. +@item ftp-error +This is a subcategory of @code{file-error}, which results from problems +in accessing a remote file using ftp.@* +@xref{Remote Files,,, emacs, The Emacs Manual}. + @item invalid-function @code{"Invalid function"}@* @xref{Classifying Lists}. @@ -128,6 +137,10 @@ and any symbols that start with @samp{:}, may not be changed.@* @xref{Constant Variables, , Variables that Never Change}. +@item text-read-only +@code{"Text is read-only"}@* +@xref{Special Properties}. + @item undefined-color @code{"Undefined color"}@* @xref{Color Names}.