Re: GSOC PEG project

2010-07-11 Thread Michael Lucy
On Thu, Jul 8, 2010 at 11:21 AM, Andy Wingo wi...@pobox.com wrote: Hi Michael, On Tue 06 Jul 2010 00:59, Michael Lucy michaelgl...@gmail.com writes: (use-modules (ice-9 peg)) (peg-find 'b'+ aabbcc) -- (2 4 bb) Humm, another thing to think about: (ice-9 regex) returns match structures,

Fwd: Re: prolog, pure guile scheme

2010-07-11 Thread stefan
---BeginMessage--- On Thursday 08 July 2010 08:21:30 pm you wrote: Hi Stefan, On Tue 06 Jul 2010 22:52, stefan stefan.ta...@spray.se writes: So here is what I would like to use (match #:tag pr Z ((a X) (begin (do-something X pr)

Re: [Guile-commits] GNU Guile branch, master, updated. release_1-9-11-164-gd26a26f

2010-07-11 Thread Ludovic Courtès
Hi! No Itisnt theseaisinhere+...@gmail.com writes: commit d26a26f6c0fbdb971995d1b3dcf3345831eb12d7 Author: No Itisnt theseaisinhere+...@gmail.com Date: Fri Jul 9 21:22:27 2010 -0500 Remove trailing whitespace * module/language/tree-il.scm: Remove trailing whitespace Unless

Re: [Guile-commits] GNU Guile branch, master, updated. release_1-9-11-164-gd26a26f

2010-07-11 Thread No Itisnt
Hi, yes that was part of a patch Andy approved but I never committed the second part due to issues. On Sun, Jul 11, 2010 at 5:55 PM, Ludovic Courtès l...@gnu.org wrote: Hi! No Itisnt theseaisinhere+...@gmail.com writes: commit d26a26f6c0fbdb971995d1b3dcf3345831eb12d7 Author: No Itisnt

Re: [Guile-commits] GNU Guile branch, master, updated. release_1-9-11-164-gd26a26f

2010-07-11 Thread No Itisnt
See [PATCH] Allow printing of malformed tree-il On Sun, Jul 11, 2010 at 7:09 PM, No Itisnt theseaisinh...@gmail.com wrote: Hi, yes that was part of a patch Andy approved but I never committed the second part due to issues. On Sun, Jul 11, 2010 at 5:55 PM, Ludovic Courtès l...@gnu.org wrote:

Re: two spaces after sentence + other doc janitorial duties

2010-07-11 Thread Karl Berry
[Sorry if there has been later replies on this.] Why is this the case? TeX itself gets this right, why can't makeinfo? There is no overwhelming reason, it's just the historical fact that it's never tinkered with intersentence spaces, aside from trying half-heartedly to detect sentences at

C Struct Interface

2010-07-11 Thread Noah Lavine
Hello, I'm trying to use Scheme structures, as defined in struct.c and struct.h, and I have a question about the interface. It seems from the code that scm_c_make_structv(vtable, ntail, ninit, inits) is the main function for creating structs. I'm assuming that ntail is the number of elements in