unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* doco error key indexing
@ 2003-05-10  1:17 Kevin Ryde
  0 siblings, 0 replies; only message in thread
From: Kevin Ryde @ 2003-05-10  1:17 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 105 bytes --]

FYI, I made this change

        * scheme-control.texi (Handling Errors): Index entries for error keys.


[-- Attachment #2: scheme-control.texi.error-index.diff --]
[-- Type: text/plain, Size: 1502 bytes --]

--- scheme-control.texi.~1.7.~	2003-05-09 16:27:52.000000000 +1000
+++ scheme-control.texi	2003-05-10 11:13:52.000000000 +1000
@@ -894,40 +894,50 @@
 
 @itemize @bullet
 @item
+@cindex @code{error-signal}
 @code{error-signal}: thrown after receiving an unhandled fatal signal
 such as SIGSEGV, SIGBUS, SIGFPE etc.  The @var{rest} argument in the throw
 contains the coded signal number (at present this is not the same as the
 usual Unix signal number).
 
 @item
+@cindex @code{system-error}
 @code{system-error}: thrown after the operating system indicates an
 error condition.  The @var{rest} argument in the throw contains the
 errno value.
 
 @item
+@cindex @code{numerical-overflow}
 @code{numerical-overflow}: numerical overflow.
 
 @item
+@cindex @code{out-of-range}
 @code{out-of-range}: the arguments to a procedure do not fall within the
 accepted domain.
 
 @item
+@cindex @code{wrong-type-arg}
 @code{wrong-type-arg}: an argument to a procedure has the wrong type.
 
 @item
+@cindex @code{wrong-number-of-args}
 @code{wrong-number-of-args}: a procedure was called with the wrong number
 of arguments.
 
 @item
+@cindex @code{memory-allocation-error}
 @code{memory-allocation-error}: memory allocation error.
 
 @item
+@cindex @code{stack-overflow}
 @code{stack-overflow}: stack overflow error.
 
 @item
+@cindex @code{regex-error}
 @code{regex-error}: errors generated by the regular expression library.
 
 @item
+@cindex @code{misc-error}
 @code{misc-error}: other errors.
 @end itemize
 

[-- Attachment #3: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-10  1:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-10  1:17 doco error key indexing Kevin Ryde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).