Re: [PATCH] Add new debug meta-command ,error

2010-08-30 Thread Andy Wingo
Hi, Thanks for the patch. Only one small comment; feel free to commit when you're happy with it (I think you have access). On Sun 29 Aug 2010 21:52, Jose A. Ortega Ruiz j...@gnu.org writes: +(define-meta-command (error repl) + error +Display the original error message. + (let ((debug

Re: PEG Parser Updates/Questions

2010-08-30 Thread Andy Wingo
Hi, On Sun 29 Aug 2010 00:45, Phil theseaisinh...@gmail.com writes: So is there a sort of ETA on when [PEG and other SoC projecsts] will be part of Guile? Mmm, not really. I hope it will be soon, but I want to go through the code patch-by-patch, and that will take at least 3 or 4 hours, if

Re: [PATCH] Add new debug meta-command ,error

2010-08-30 Thread Jose A. Ortega Ruiz
On Mon, Aug 30 2010, Andy Wingo wrote: Hi, Thanks for the patch. Only one small comment; feel free to commit when you're happy with it (I think you have access). On Sun 29 Aug 2010 21:52, Jose A. Ortega Ruiz j...@gnu.org writes: +(define-meta-command (error repl) + error +Display the

Re: [PATCH] Add new debug meta-command ,error

2010-08-30 Thread Jose A. Ortega Ruiz
On Mon, Aug 30 2010, Andy Wingo wrote: On Mon 30 Aug 2010 12:39, Jose A. Ortega Ruiz j...@gnu.org writes: changed the name of the command from `error' to `message' I'm not specially happy with the new name, but couldn't think of anything better. Suggestions welcome. How about

Re: [PATCH] Add new debug meta-command ,error

2010-08-30 Thread Andy Wingo
On Mon 30 Aug 2010 12:39, Jose A. Ortega Ruiz j...@gnu.org writes: changed the name of the command from `error' to `message' I'm not specially happy with the new name, but couldn't think of anything better. Suggestions welcome. How about error-message ? Perhaps abbreviated as ,error ? A --

Re: match-abs

2010-08-30 Thread Ludovic Courtès
Hi Stefan! Stefan Israelsson Tampe stefan.ta...@spray.se writes: I've hacked on extension on ice-9/match for making modular matching possible with a reasonable interface. That sounds like a worthy goal to me. Pattern matching in Scheme appears to be limited in this respect compared to other