[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: regression: ESS cannot be compiled
From: |
Gavin Smith |
Subject: |
Re: regression: ESS cannot be compiled |
Date: |
Sat, 5 Mar 2016 11:55:41 +0000 |
On 4 March 2016 at 21:28, Gavin Smith <address@hidden> wrote:
> On 4 March 2016 at 04:01, Norbert Preining <address@hidden> wrote:
>> The output is:
>> ./bla.texi:9: Argument of @gobblespaces has an extra }.
>
> I got the same. I think it's easy enough to fix. The only possible
> problem is that this error comes about due to an attempt to remove
> whitespace from the start of a macro argument when the macro only
> takes one argument. To fix, this would be removed, so any whitespace
> after the opening brace of the macro invocation wouldn't be ignored. I
> think this is okay, because people will only expect spaces following
> commas separating macro arguments to be discarded.
Done in SVN revision 7041. Please email if there are further problems.