> "Scott" == Scott Lenser <[EMAIL PROTECTED]> writes:
Scott> The documentation for substring-move!,
Scott> substring-move-left!, and substring-move-right! never says
Scott> what substring-move! does.
Hmm, yes. That's because it's all rather bogus, I'm afraid.
As far as I can te
> "Scott" == Scott Lenser <[EMAIL PROTECTED]> writes:
Scott> There is a preposition missing in the string searching
Scott> section.
Thanks; I've added the "for" to both stable and unstable branches.
Neil
___
Bug-guile mailing lis
> "Scott" == Scott Lenser <[EMAIL PROTECTED]> writes:
Scott> In version rev 1.2 of
Scott> guile/guile-core/doc/ref/scheme-data.texi (the current CVS
Scott> HEAD), there is documentation for string-ci->symbol but not
Scott> string->symbol which also exists.
This is now there i
Thien-Thi Nguyen <[EMAIL PROTECTED]> writes:
> the code following produces this output (w/ "guile -s bug.scm")
> on guile-1.5.4:
>
> (# ())
> (# (1))
> (# ((1 2 3)))
> (# JAY KAY (#:j JAY #:k KAY))
> (# JAY KAY (#:j JAY #:k KAY 1))
> (# JAY KAY (#:j JAY #:k KAY (1 2 3)))
>
> it seem
On Mon, Nov 12, 2001 at 11:07:41PM +0100, Marius Vollmer wrote:
> Michael Carmack <[EMAIL PROTECTED]> writes:
>
> > This affects 1.5.4, but not 1.4 or 1.3.2a. Apparently in some sort of
> > recursive configure, the original configure attempts to pass environment
> > variables, but during 'libltdl
Michael Carmack <[EMAIL PROTECTED]> writes:
> This affects 1.5.4, but not 1.4 or 1.3.2a. Apparently in some sort of
> recursive configure, the original configure attempts to pass environment
> variables, but during 'libltdl' this seems to cause a problem.
This is probably caused by libltdl using
> "Thien-Thi" == Thien-Thi Nguyen <[EMAIL PROTECTED]> writes:
Neil>BTW, did you fix this in stable as well? [...]
Thien-Thi> hmmm i'm confused by your suggestion.
All I meant was that the situation was confused by me not applying
these docstring.el fixes to the stable branch as
> "Thien-Thi" == Thien-Thi Nguyen <[EMAIL PROTECTED]> writes:
Thien-Thi> if the commands above are invoked automatically by cron
Thien-Thi> on some machine under your control, i'll just sit back
Thien-Thi> and watch. :->
No cron, I'm afraid; it just happens every now and then.
From: Neil Jerram <[EMAIL PROTECTED]>
Date: 11 Nov 2001 21:46:45 +
M-x load-file RET .../doc/maint/docstring.el RET
M-x docstring-process-module RET (guile) RET
Save all modified .texi files and copy the current libguile/guile.texi
to doc/maint/guile.texi, then commit.