Re: guile-1.5.4 srfi-14

2001-10-31 Thread Thien-Thi Nguyen
or other. I disagree. From NEWS: you are right. sleep dep loses another one. patch applied (i found another instance, too). thanks! thi ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

Re: FAQ posted to bug guile is incorrect

2001-10-26 Thread Thien-Thi Nguyen
From: Dale P. Smith [EMAIL PROTECTED] Date: Fri, 26 Oct 2001 08:06:38 -0400 http://www.gnu.org/software/guile/docs/faq/guile-faq.html yep. thanks for catching the typo. thi ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org

Re: ice-9 scrdir!=builddir

2001-10-06 Thread Thien-Thi Nguyen
is not well-defined for this situation, so perhaps we can contribute more substantially than i originally thought. thi ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

Re: ice-9 scrdir!=builddir

2001-10-05 Thread Thien-Thi Nguyen
From: Golubev I. N. [EMAIL PROTECTED] Date: Thu, 04 Oct 2001 16:25:07 (GMT) To get 'and-let*.scm' installed correctly when source directory is not the same as build one, I copied commands from `Makefile.in' in `Makefile.am'. what behavior do you see w/o this patch? thi

Re: ice-9 scrdir!=builddir

2001-10-05 Thread Thien-Thi Nguyen
is the following change sufficient? - -$(INSTALL_DATA) and-let-star-compat.scm \ + -$(INSTALL_DATA) $(srcdir)/and-let-star-compat.scm \ thi ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

Re: ice-9 scrdir!=builddir

2001-10-05 Thread Thien-Thi Nguyen
-star-compat.scm would be generated, and so i've gone ahead and made the small change. thanks for the report! thi ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

Re: Tcl War link

2001-10-05 Thread Thien-Thi Nguyen
From: Neil Jerram [EMAIL PROTECTED] Date: 05 Oct 2001 19:32:23 +0100 Opinions? i'm in favor of dropping the link -- anyone who wants to maintain that kind of thing should consider putting on the guile wiki: http://www.glug.org/docbits/index.html#guile-wiki thi

Re: unconditional `intptr_t'

2001-10-04 Thread Thien-Thi Nguyen
for the reports! a quick grep intptr *.[ch] hits only in libguile/{scmconfig,tags}.h, which seems reasonable. thi ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

Re: guile.info: Reading

2001-09-25 Thread Thien-Thi Nguyen
) #\; guile (drain-input p) ;;; ~/.emacs ... thi ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

Re: `debug' debug option not disable-able from ~/.guile

2001-09-25 Thread Thien-Thi Nguyen
From: Thien-Thi Nguyen [EMAIL PROTECTED] Date: Wed, 05 Sep 2001 14:09:02 -0700 thanks for the report -- that behavior is very strange! i will look into this. followups set to bug-guile. ok, i'm releasing ownership of this for now due to Other Activities. however, i've added

Re: guile.info: Procedures for On the Fly Evaluation

2001-09-25 Thread Thien-Thi Nguyen
: read-and-eval! ABORT: (unbound-variable) i believe this bug is actually a misunderstanding. i could not reproduce the above behavior. see below for a more straightforward way to see if some proc is available. thi _ guile read-and-eval! #primitive-procedure read

Re: guile.info: syntax index entries

2001-09-25 Thread Thien-Thi Nguyen
suggestion -- thanks! applied to doc/ref/scheme-procedures.texi (both branches). please take a look at the (1-line) change and consider submitting future suggestions in the form of a patch. thi ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org

Re: unconditional `intptr_t'

2001-09-25 Thread Thien-Thi Nguyen
. Golubev as it appears in the THANKS file -- i'll try not to make that mistake in the future.) thi ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

Re: Possible Bug

2001-09-23 Thread Thien-Thi Nguyen
check out: http://www.gnu.org/software/guile/docs/faq/guile-faq.html thi ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

Re: guile-tut: Using Guile to program in Scheme

2001-09-19 Thread Thien-Thi Nguyen
From: Alex Schroeder [EMAIL PROTECTED] Date: Sun, 16 Sep 2001 19:55:38 +0200 ;; ask for the length of `ls' guile (length ls) 7= [and so on] thanks for the bug report! fixed in cvs version of guile. thi

ice-9/boot-9.scm `process-use-modules'

2001-09-13 Thread thi
undefined local `mif-spec' - (error no such module mif-spec)) + (error no such module mif-args)) i'll fix this unless someone beats me to it (my dev machine hdd is currently toast)... thi ___ Bug-guile mailing

ice-9/expect.scm commentary fix

2001-09-13 Thread thi
- ;; macros: expect + ;; macros: expect, expect-strings ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

ice-9/and-let-star-compat.scm needs to use `re-export-syntax'

2001-09-08 Thread Thien-Thi Nguyen
i'll fix this as soon as the repo is accessible again... thi ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

`debug' debug option not disable-able from ~/.guile

2001-09-05 Thread Thien-Thi Nguyen
strange! i will look into this. followups set to bug-guile. thi ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

Re: irix 5.3 (guile 1.5.1)

2001-08-25 Thread Thien-Thi Nguyen
From: Bill Schottstaedt [EMAIL PROTECTED] Date: Thu, 23 Aug 2001 05:10:25 -0700 GC_noop1(x) thanks for the bug report. i've moved the func definition before its usage. please see cvs version of guile or wait for 1.5.2 release. thi

Re: doesn't compile with ./configure --enable-guile-debug

2001-08-17 Thread Thien-Thi Nguyen
/ a ./configure --enable-debug-freelist make make check doesn't show any problems. thi ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

`intern-symbol' takes string or symbol?

2001-07-18 Thread Thien-Thi Nguyen
, thinking the proc arg should be a symbol? although this proc is marked deprecated (along w/ everything else in libguile/symbols-deprecated.[hc]), it should still be fixed. thi ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman

Re: web pages

2001-06-28 Thread Thien-Thi Nguyen
and unreleased at http://www.gnu.org/software/guile/docs/. thi ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

Re: ./check-guile: test: argument expected

2001-03-25 Thread thi
fixed in cvs. thanks! thi ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

Re: Guile webpages [still] unreadable

2001-01-20 Thread thi
thanks for the bug report (this is news to me). fixing... thi ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

Re: set-current-module broken in current Guile CVS version

2001-01-10 Thread thi
first, here are some changelog entries: [top-level] 2001-01-10 Thien-Thi Nguyen [EMAIL PROTECTED] * Makefile.am (TESTS): New automake var. * configure.in (test_suite_dir): New substituted var. (AC_OUTPUT): Add check-guile. [subdir test-suite] 2001-01-10 Thien-Thi Nguy

Re: where is the mailing list?

2001-01-03 Thread thi
From: thi [EMAIL PROTECTED] Date: Wed, 3 Jan 2001 10:06:33 -0800 oops, the faq was updated, but not the main page... munging... fixed. i also added guile-devel and bug-guile and a link to the developer's page. http://www.gnu.org/server/whatsnew.html updated, too. thi

Re: set-current-module broken in current Guile CVS version

2000-12-27 Thread thi
From: thi [EMAIL PROTECTED] Subject: patch to have "make check" invoke test-suite/guile-test Date: Fri, 24 Mar 2000 13:21:43 -0800 To: [EMAIL PROTECTED] hello guile folks, please see below for an incomplete[1] patch that allows "make check" to invoke test-suite/guile-test.

Re: set-current-module broken in current Guile CVS version

2000-12-27 Thread thi
mail (originally sent 24-Mar-2000)? if the patch is insufficient, by all means let me know so i can rework it and resubmit... i think it's high time guile had a non-vestigial "make check". thi ___ Bug-guile mailing list [EMAIL PROTE

Re: typo

2000-11-14 Thread thi
thanks for the bug report. fixed. thi ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

Re: rl_pre_input_hook checked as code when it is data

2000-07-17 Thread thi
From: Marius Vollmer [EMAIL PROTECTED] Date: 17 Jul 2000 21:16:57 +0200 Btw. your page at http://www.gnu.org/software/guile/guile.html seems to lag behind. Doesn't the whole web? ;) this should no longer be the case. apologies for any misconvenience. thi

Re: assoc-ref broken?

2000-04-09 Thread thi
things are to make assoc-ref rhyme with vector-ref, string-ref, list-ref, etc. d'oh! ok, time to go to bed 8-} thanks for the clue. thi

Re: autogen.sh broken for guile-readline

2000-03-19 Thread thi
m, i'd still welcome insight from the original toolsmiths. surely they have run across this situation before. i've nothing against canonical, sanctioned, workarounds. :- thi

libguile/threads.h needs throw.h for `scm_catch_body_t'

2000-03-19 Thread thi
Index: threads.h === RCS file: /cvs/guile/guile/guile-core/libguile/threads.h,v retrieving revision 1.10 diff -c -p -w -c -r1.10 threads.h *** threads.h 2000/03/02 20:54:43 1.10 --- threads.h 2000/03/19 13:29:33

libguile/coop-threads.c needs root.h for various definitions

2000-03-19 Thread thi
Index: coop-threads.c === RCS file: /cvs/guile/guile/guile-core/libguile/coop-threads.c,v retrieving revision 1.17 diff -c -p -w -c -r1.17 coop-threads.c *** coop-threads.c 2000/03/12 16:09:34 1.17 --- coop-threads.c

new file: test-suite/tests/numbers.test

2000-03-19 Thread thi
this test demonstrates a bug w/ `ash'. i will send a patch in the next email. thi -- numbers.test --- test suite for Guile's numerical ops -*- scheme -*- Author: Thien-Thi Nguyen [EMAIL PROTECTED] Copyright (C) 2000 Free Software Foundation

libguile/numbers.c patch to fix `ash' bug

2000-03-19 Thread thi
before the patch, `(ash 2 -1)' yielded arg-out-of-range error. the fix is to `SCM_UNPACK (cnt)' before comparing it w/ zero. this change was made to both branches of the `#ifdef SCM_BIGDIG'. thi --- Index: numbers.c

new test-suite/tests/numbers.test (w/ more `ash' tests)

2000-03-19 Thread thi
numbers.test --- test suite for Guile's numerical ops -*- scheme -*- Author: Thien-Thi Nguyen [EMAIL PROTECTED] Copyright (C) 1999 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms

<    1   2