[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Another procedure missing from procedure index
From: |
Neil Jerram |
Subject: |
Re: Another procedure missing from procedure index |
Date: |
Thu, 17 Apr 2008 20:53:24 +0100 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
Sebastian Tennant <address@hidden> writes:
> Another procedure missing from the info manual:
>
> set-batch-mode?!
That one is part of a whole missing area, on the implementation of the
Guile REPL. Is it really useful to document this, though?
Perhaps the real issue is that things like set-batch-mode?! and
error-catching-loop shouldn't leak (by default) into the Guile
namespace? If anyone wants to work on a patch to clean that up, that
would be great. (I believe ttn has done a lot of work on factoring
boot-9.scm in his Guile. In principle that can all be ported across,
but in small steps please, so we can be careful with reviewing and
documenting any compatibility impacts.)
Neil