On Tue, Sep 9, 2008 at 19:22, John Ferrier <[EMAIL PROTECTED]> wrote: > Hi Bert, > > it seems your "parse.y" was/is different. I still get an error. > > I started with the lasest source in CVS, then applied your V3 patch, and had > no problem at this step. > > However, when I tried to patch the one of which "in between", I got: > > patch: **** malformed patch at line 6: subroutine"); YYERROR; This is probably because the mailer breaks a long line. Can you try to put this ';' per hand to the right place? It should be after line 151, so that the ';' is alone on line 152.
And your 'problem' is not an error, the resulting state should work, even without this missing ';'. Bert > > > Thanks, > > JF -- NEdit Develop mailing list - [email protected] http://www.nedit.org/mailman/listinfo/develop
