/[guile]/guile/guile-core/doc/ref/scheme-control.texi
ViewVC logotype

Diff of /guile/guile-core/doc/ref/scheme-control.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by ttn, Tue Jan 8 08:29:00 2002 UTC revision 1.5 by ossau, Sat Apr 20 15:52:13 2002 UTC
# Line 878  Throw an error using the key @code{'misc Line 878  Throw an error using the key @code{'misc
878  message is created by displaying @var{msg} and writing the @var{args}.  message is created by displaying @var{msg} and writing the @var{args}.
879  @end deffn  @end deffn
880    
881    @deffn {Scheme Procedure} display-error stack port subr message args rest
882    @deffnx {C Function} scm_display_error (stack, port, subr, message, args, rest)
883    Display an error message to the output port @var{port}.
884    @var{stack} is the saved stack for the error, @var{subr} is
885    the name of the procedure in which the error occurred and
886    @var{message} is the actual error message, which may contain
887    formatting instructions. These will format the arguments in
888    the list @var{args} accordingly.  @var{rest} is currently
889    ignored.
890    @end deffn
891    
892  The following are the error keys defined by libguile and the situations  The following are the error keys defined by libguile and the situations
893  in which they are used:  in which they are used:
894    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26