Re: Extending apply

2007-01-24 Thread Daniel Gildea
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

Re: stable-sort and guile 1.8.1

2007-01-24 Thread Kevin Ryde
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

Re: Gmp now working, but number.c:147 isinf declared implicitly.

2007-01-24 Thread Kevin Ryde
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

null source-properties for procedure-source retrieved from frame

2007-01-24 Thread Julian Graham
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

stable-sort and guile 1.8.1

2007-01-24 Thread Ales Hvezda
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