On Wed, Mar 12, 2003 at 05:36:37PM +0100, Jean-Marc Lasgouttes wrote: > John> Therefore, whilst it's not particularly clean, my changes do not > John> introduce a new concept to the lyxlex_pimpl code. So unless I've > John> grossly misread this code, you're wrong ... > > It may be that I am wrong indeed. Am I right that what this code does > is to make sure that one can escape a space as "\ "?
I don't think so. Surely it's just to make sure that lines like : \added_space_bottom 5in \no_indent \some_par_option Are parsed properly - nextToken() returns "\added_space_bottom" not the whole line. nextToken on can return the whole line otherwise . .. john