Re: bug

2001-11-09 Thread Martin Grabmueller
> From: root <[EMAIL PROTECTED]> > Date: Sat, 03 Nov 2001 12:09:12 -0500 > > I got a problem instaling guile all versions. > It Error 1 somwhere in inet-aton > > I use Red Hat 7.1 Linux .Any hint will be helpful. Please see the relevant entry in the Guile FAQ at: http://www.gnu.org/software/gu

ȹ±âÀûÀÎ À̸ÞÀÏ ¸¶ÄÉÆÃ À̸ÞÀÏ ÃßÃâ±â ¹ß¼Û±â ÃֽйöÀü ÀÔ´Ï´Ù

2001-11-09 Thread ÀÌÁö¸ÞÀϸ¶ÄÉÆÃ
Title: ... Çã¶ô¾øÀÌ ¸ÞÀÏÀ» º¸³» Á˼ÛÇÕ´Ï´Ù. ´Ù½Ã´Â ¸ÞÀÏÀ» ¹ß¼ÛÇÏÁö ¾Ê°Ú½À´Ï´Ù.          -> Easy MailMarketing Àº ÀÎÅͳÝÀ¸·Î E-MailÀ» ÅëÇÑ ±¤°í¸ÞÀÏÀ» È¿°úÀûÀ¸·Î º¸³¾¼ö ÀÖµµ·Ï    ÇÏ´Â ÇÁ·Î±×·¥ÀÔ´Ï´Ù.    ¹«ÀÛÀ§

(ice-9 optargs) #:rest args polluted?

2001-11-09 Thread Thien-Thi Nguyen
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 seems to me `x' should be the same for both `good' and `blah'. thi ___