Re: doc bug in string-null?

2001-11-11 Thread Thien-Thi Nguyen
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.

[광고]연인만 보세요.

2001-11-11 Thread 티비옥션
  ¾È³çÇϼ¼¿ä?   Çã¶ô¾øÀÌ ¸á º¸³»¾î Á˼ÛÇÕ´Ï´Ù.º»¸ÞÀÏÀº ÀÎÅͳݿ¡¼­ °ø°³¸ÞÀÏÀ» ¹ßÃëÇÑ °ÍÀÔ´Ï´Ù.   º» ¸ÞÀÏÀº Á¤º¸Åë½ÅºÎ ±Ç°í »çÇ׿¡ ÀÇ°Å Á¦¸ñ¿¡ [±¤°í]¶ó Ç¥½ÃµÈ ±¤°í ¸ÞÀÏÀÔ´Ï´Ù.

±¤°í)¸ðµç,À×Å©Á¬À×Å©,ÁÖÀÔ¹æ¹ý..Å«Àý¾à(½Ã°¢ÀǺÒÆí¿¡Á˼Û

2001-11-11 Thread Å×Å©³ëÇǾÆ
Home |  Á¦Ç°¼Ò°³ | °í°´Áö¿ø | ÁÖ¹® | E - Mail ¾È³çÇϼ¼¿ä? [EMAIL PROTECTED] ´Ô!    À­¸éÀÇ(°í°´Áö¿ø)À» Å©¸¯ÇÏ½Ã¸é ±×¸²À¸·ÎµÈ Á¾·ùº° À×Å©ÁÖÀÔ¹æ¹ýÀÌ ³ªÅ¸³³´Ï´Ù --- ¾Æ·¡ºÎºÐÀÇ ¸®ÇÊÀ×Å©*FAQ¸¦ Ŭ¸¯ÇϽÃ

Re: doc bug in string-null?

2001-11-11 Thread Neil Jerram
> "Thien-Thi" == Thien-Thi Nguyen <[EMAIL PROTECTED]> writes: Thien-Thi>From: Scott Lenser <[EMAIL PROTECTED]> Thien-Thi> Date: Sun, 11 Nov 2001 06:05:29 -0500 Thien-Thi>Part of the documentation for string-null? is Thien-Thi> incorrect where it says nonzero, it means

Re: doc bug in string-null?

2001-11-11 Thread Thien-Thi Nguyen
From: Scott Lenser <[EMAIL PROTECTED]> Date: Sun, 11 Nov 2001 06:05:29 -0500 Part of the documentation for string-null? is incorrect where it says nonzero, it means zero. thanks for the bug report. fixed in libguile/strop.c -- however, i need to familiarize myself w/ doc snarfing pr

missing doc for primitive

2001-11-11 Thread Scott Lenser
In version rev 1.2 of guile/guile-core/doc/ref/scheme-data.texi (the current CVS HEAD), there is documentation for string-ci->symbol but not string->symbol which also exists. ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/li

doc bug:missing preposition in string searching

2001-11-11 Thread Scott Lenser
There is a preposition missing in the string searching section. The following is a one line patch against the CVS head (which I hereby enter into the public domain). Index: scheme-data.texi === RCS file: /cvsroot/guile/guile/guile

missing doc for substring-move!

2001-11-11 Thread Scott Lenser
The documentation for substring-move!, substring-move-left!, and substring-move-right! never says what substring-move! does. ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

doc bug in string-null?

2001-11-11 Thread Scott Lenser
Part of the documentation for string-null? is incorrect where it says nonzero, it means zero. The following is a one line patch (which I hereby put in the public domain). Index: scheme-data.texi === RCS file: /cvsroot/guile/guile/g