Re: guile.info: Reading

2001-09-24 Thread Gary Houston
> From: Alex Schroeder <[EMAIL PROTECTED]> > Date: Mon, 24 Sep 2001 15:07:13 +0200 > > The documentation for drain-input is confusing -- or I am easily > confused being a Scheme newbie. :) > > - primitive: drain-input port > Drain PORT's read buffers (including any pushed-back characters)

-c 0

2001-09-24 Thread Golubev I. N.
System: i586-pc-sco3.2v5.0.2 `guile -c 0' from cvs prints: ERROR: Unbound variable: 0 The same hapeens with one invoked inside `guile-snarf-docs-texi'. ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

unconditional `intptr_t'

2001-09-24 Thread Golubev I. N.
"chars.h" uses `intptr_t' even on systems not having it. This causes compilation failure. --- chars.h 2001/09/21 17:56:39 1.14 +++ chars.h 2001/09/24 17:16:32 @@ -53,7 +53,7 @@ */ #define SCM_CHARP(x) (SCM_ITAG8(x) == scm_tc8_char) #define SCM_CHAR(x) ((unsigned int)SCM_ITAG8_DAT

guile.info: Reading

2001-09-24 Thread Alex Schroeder
The documentation for drain-input is confusing -- or I am easily confused being a Scheme newbie. :) - primitive: drain-input port Drain PORT's read buffers (including any pushed-back characters) and return the content as a single string. Here we see that the file "players" is not emp

guile.infoi: SRFI-13 - String Library

2001-09-24 Thread Alex Schroeder
The following paragraph is a bit difficult to read: All of the procedures defined in SRFI-13, which are not already included in the Guile core library, are implemented in the module `(srfi srfi-13)'. The procedures which are both in Guile and in SRFI-13, but which are slightly extended, have

guile.info: SRFI-13 - String Library

2001-09-24 Thread Alex Schroeder
Typo in note "SRFI-13 - String Library": * SRFI-13 Replicate/Rotate::Replacate and rotate portions of strings. should be * SRFI-13 Replicate/Rotate::Replicate and rotate portions of strings. Alex. -- http://www.geocities.com/kensanata/ Coffee should be black as hell, strong as death a

guile.info: Writing

2001-09-24 Thread Alex Schroeder
I just wanted some details on "display" but it was not in the R5RS Index. The node "Writing" has info on "newline". I think "display" should be added to that node as well and an appropriate index entry should be available. Alex. -- http://www.geocities.com/kensanata/ Coffee should be black as

Re: Guile 1.5.2 beta ready for testing. (and-let* etc)

2001-09-24 Thread Bill Schottstaedt
> So the single quotes aren't having the expected effect? What shell > are you using, and does it help if the makefile is changed to refer to > and-let\*.scm or 'and-let\*.scm'? This was using tcsh -- I'll try the two cases and report back. > Hmm. Could this one be a libtool version issue? Wh