Andy Wingo skribis:
> On Wed 16 Jan 2013 13:17, l...@gnu.org (Ludovic Courtès) writes:
>
>> After re-reading the above, I think I’d prefer reintroducing white space
>> rather than using ‘$’.
>
> Fine with me, it doesn't matter to me very much :) I just wondered if
> you were still using the unus
On Wed 16 Jan 2013 13:17, l...@gnu.org (Ludovic Courtès) writes:
> After re-reading the above, I think I’d prefer reintroducing white space
> rather than using ‘$’.
Fine with me, it doesn't matter to me very much :) I just wondered if
you were still using the unused-lexical analysis, given that
Hi,
Andy Wingo skribis:
> On Thu 23 Feb 2012 04:36, Mark H Weaver writes:
>
>> Andy Wingo writes:
>>> On Fri 17 Feb 2012 12:00, l...@gnu.org (Ludovic Courtès) writes:
>>>
Commit f9685f437312ea790981373ddc375b2a26ba9c4f changes
‘build-lexical-var’ like this:
(define-syn
Hi,
On Thu 23 Feb 2012 04:36, Mark H Weaver writes:
> Andy Wingo writes:
>> On Fri 17 Feb 2012 12:00, l...@gnu.org (Ludovic Courtès) writes:
>>
>>> Commit f9685f437312ea790981373ddc375b2a26ba9c4f changes
>>> ‘build-lexical-var’ like this:
>>>
>>> (define-syntax-rule (build-lexical-var src
Hello!
Mark H Weaver skribis:
> Andy Wingo writes:
>> On Fri 17 Feb 2012 12:00, l...@gnu.org (Ludovic Courtès) writes:
>>
>>> Commit f9685f437312ea790981373ddc375b2a26ba9c4f changes
>>> ‘build-lexical-var’ like this:
>>>
>>> (define-syntax-rule (build-lexical-var src id)
>>> - (gensym
Andy Wingo writes:
> On Fri 17 Feb 2012 12:00, l...@gnu.org (Ludovic Courtès) writes:
>
>> Commit f9685f437312ea790981373ddc375b2a26ba9c4f changes
>> ‘build-lexical-var’ like this:
>>
>> (define-syntax-rule (build-lexical-var src id)
>> - (gensym (string-append (symbol->string id) " ")))
On Fri 17 Feb 2012 12:00, l...@gnu.org (Ludovic Courtès) writes:
> Commit f9685f437312ea790981373ddc375b2a26ba9c4f changes
> ‘build-lexical-var’ like this:
>
> (define-syntax-rule (build-lexical-var src id)
> - (gensym (string-append (symbol->string id) " ")))
> + (gensym (string-ap