This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: message primitive


Clark McGrew <mcgrew@ale.physics.sunysb.edu> writes:

> >>>>> "Greg" == Greg J Badros <gjb@cs.washington.edu> writes:
> 
>     Greg> But it's *not* got anything to do with errors (except that
>     Greg> the error functionality will *use* it).  I think the leading
>     Greg> candidates is: %simple-message
> 
> I see.  I thought that the output went to the current error port.  

Yea, there's a third port argument that I have defaulting to the current 
output port.  This'll change to the first argument if we go w/ Mikael's
proposed changes.  Also, the second arg that is ARGS will turn into a
rest arg... it'll be:

(format port msg . args)

Greg

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]