Re: [PATCH] Fix search_path to fill stat_buf when given an absolute pathname

2012-02-04 Thread Ian Price
Mark H Weaver writes: >> I've attached a patch to (hopefully) fix this problem. Unfortunately, >> David tells me that this doesn't solve his reload issue, so unless he >> made a mistake in testing it, [...] > > It turned out that David made a mistake in testing, and this patch > _does_ fix his p

Re: rackets syntax parse

2012-02-04 Thread Stefan Israelsson Tampe
Hi all, Things is going well with syntax parse and the part working is continuously increasing One question that I now struggeling is this. I have a macro expansion that looks like #'(begin (define f fkn-definition) (define-syntax name (make-syntax-case-transformer

Re: bug#10522: Patch: Improve optional variable and keyword notation in manual

2012-02-04 Thread Bake Timmons
Andy Wingo writes: > On Mon 16 Jan 2012 20:46, Bake Timmons writes: >> -@deffn {Scheme Procedure} resolve-module name [autoload=#t] >> [version=#f] [#:ensure=#t] >> +@deffn {Scheme Procedure} resolve-module name [autoload=#t [version=#f]] @ >> + [#:ensure ensure=#t] > >