On Mon, January 22, 2007 at 5:07PM, Ian Grant wrote:
> I have tried starting a new (top-repl) after defining apply but that
> doesn't work. Any ideas anyone?
Hi,
The closest I've come is by setting primitive-eval:
% guile -l load.scm
guile> (define very-primitive-eval primitive-eval)
guile> (de
Ales Hvezda <[EMAIL PROTECTED]> writes:
>
> Is this expected and/or intentional behavior?
Thanks, it's a bug. I'll apply a fix.
___
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
Hugh Sasse <[EMAIL PROTECTED]> writes:
>
> automake (GNU automake) 1.9.6
You might have to check where it's .m4 macros are installed. If
they're not in a known place you can run
aclocal -I /my/automake/dir/share/aclocal
or wherever.
You might not have to run aclocal, but I've never kno
Hi Guilers,
I've noticed that I can't seem to get anything but null when I call
(source-properties (procedure-source (frame-procedure frame))), where
frame is some stack frame I'm working with using the debugging
interface. I get plenty of info with (source-properties (frame-source
frame)). Wha
Hi,
I'm a developer on the gEDA project
(http://geda.seul.org) and I've been using guile
extensively since the early days in gEDA/gaf.
Now that guile-1.8.x is starting to be propagated to
various new Linux distributions, I've received a
number of bug reports that various parts of
gEDA/gaf are