Re: Bug#481378: Guile-1.8 FTBFS on mips (and other architectures)

2008-07-12 Thread Neil Jerram
2008/5/31 Neil Jerram <[EMAIL PROTECTED]>: > 2008/5/29 Thiemo Seufer <[EMAIL PROTECTED]>: >> Neil Jerram wrote: >>> 2008/5/28 Thiemo Seufer <[EMAIL PROTECTED]>: >>> > >>> > After a closer look I believe the logic of the test is just plain wrong: >>> > >>> > aux (l) unsigned long l; >>> > { int x; e

[PATCH] Single stepping through code from Emacs

2008-07-12 Thread Neil Jerram
Here is a minor enhancement to Guile's Emacs support. I'll commit in a few days; let me know if you have any comments before that. Neil When you use GDS to evaluate Scheme code from Emacs, you can now use `C-u' to indicate that you want to single step through that code. See `Evaluating Sch