Re: Set debug output width in REPL

2011-03-04 Thread Andy Wingo
Hi Mike, On Mon 21 Feb 2011 07:02, Mike Gran spk...@yahoo.com writes: I find that the backtrace output in the REPL is too constrained my verbose code. The attached patch would let one set the width of the backtrace and locals meta-commands. What do you think? Applied, thanks. I hemmed

Welcome new contributor Mark Harig!

2011-03-04 Thread Andy Wingo
Hey all, Let's welcome new contributor Mark Harig! Mark is interested in documentation, but who knows to what nooks and hollows of Guile the hack will lead. Welcome aboard, Mark! Andy -- http://wingolog.org/

problems solved by AC_LIB_HAVE_LINKFLAGS [was: cross building 1.9.14 for mingw]

2011-03-04 Thread Andy Wingo
Hi Jan, Apologies for the delay in the reply. On Thu 24 Feb 2011 10:39, Jan Nieuwenhuizen janneke-l...@xs4all.nl writes: Andy Wingo schreef op di 22-02-2011 om 09:34 [+0100]: To be honest I don't find it too onerous to have to set these flags when compiling with DESTDIR. Sure, it would be

Re: [PATCH] guile-snarf: allow multiple init actions on one line

2011-03-04 Thread Andy Wingo
On Tue 22 Feb 2011 20:14, BT Templeton b...@hcoop.net writes: Guile-SDL contains some cpp macros that define multiple subrs. To allow that, this patch modifies guile-snarf to recognize more than one initialization action per line, which is necessary because GNU's C preprocessor removes

Re: PEG Parser

2011-03-04 Thread Andy Wingo
On Wed 23 Feb 2011 16:10, Noah Lavine noah.b.lav...@gmail.com writes: I need to ask for help in order to work on this more. I thought I would first move the code-generating functions to their own module. It seems like this should be a simple and obviously-correct transformation, because I

Re: PEG Parser

2011-03-04 Thread Noah Lavine
Actually, I think I found a way to make it work. I had missed a macro that needed to be copied from one module to another. I made each module import the other, and that seemed to work all right. As soon as I have time, I hope to turn this into a patch series that splits the PEG module up into

Error in make check building guile-lib for guile 2.0. trap-enable unbound

2011-03-04 Thread dsmich
Howdy Guilers, As some of you know, I've been slowing bringing scwm back up to speed. I've gotten quite far but the next major hurdle is gtk+, so I am attempting to build and install that. The first thing needed is guile-lib, which builds fine for me from git but has the following error

Re: Error in make check building guile-lib for guile 2.0. trap-enable unbound

2011-03-04 Thread Neil Jerram
dsm...@roadrunner.com writes: Howdy Guilers, As some of you know, I've been slowing bringing scwm back up to speed. I've gotten quite far but the next major hurdle is gtk+, so I am attempting to build and install that. The first thing needed is guile-lib, which builds fine for me from git

Re: guile-2.0.0 segmentation fault on MacOS X 10.6.

2011-03-04 Thread Neil Jerram
Steven Wu w...@qwest.net writes: All, I've built guile-2.0.0 and tried it out, I got segmentation fault running guile, the shell script starting the interpreter. Is this a known problem? Please provide more details! Based on what you've written so far, no one could tell if it is a known

Re: Welcome new contributor Mark Harig!

2011-03-04 Thread Noah Lavine
Yes, welcome! It's great to have you! On Fri, Mar 4, 2011 at 4:28 PM, Neil Jerram n...@ossau.uklinux.net wrote: Andy Wingo wi...@pobox.com writes: Hey all, Let's welcome new contributor Mark Harig!  Mark is interested in documentation, but who knows to what nooks and hollows of Guile the