lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: recompilation failure, strange


From: David Kastrup
Subject: Re: recompilation failure, strange
Date: Tue, 06 Dec 2011 10:46:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

David Kastrup <address@hidden> writes:

> David Kastrup <address@hidden> writes:
>
>> And then there is one thing that is quite non-obvious and needs fixing:
>> a comment.
>>
>>     % direction (either #UP or #DOWN)
>>
>> # and $ in comments inside of #{ ... #} are not completely
>> unproblematic.  $ was much more dangerous, now both $ and # are a bit
>> more low-profile.
>
> [...]
>
>> With current 2.15, it will start working again if you put a space after
>> #DOWN.
>
> Actually, the comment alone does not faze #(define-... #{ #}) so there
> is something quite more fishy going on.  It still works when adding that
> above-mentioned space, however.
>
> I'll have to see what else is up here.

Crapola.  The Scheme reader _does_ read the trailing ), but does not
complain.  Instead it pushes it back to the port where it is digested
when the _next_ # is coming up.

So yes, I guess it should be possible to fix 2.15.x so that not even the
above comment will give it a hickup.  I'll take a look.

-- 
David Kastrup




reply via email to

[Prev in Thread] Current Thread [Next in Thread]