bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#23019: parse-partial-sexp doesn't output the full state needed for i


From: Alan Mackenzie
Subject: bug#23019: parse-partial-sexp doesn't output the full state needed for its continuance.
Date: Fri, 18 Mar 2016 15:22:18 +0000
User-agent: Mutt/1.5.24 (2015-08-30)

Hello again, Stefan.

On Fri, Mar 18, 2016 at 03:11:55PM +0000, Alan Mackenzie wrote:

> Done.

> > - change element 10 so it's nil if the last char was an "end of
> >   something".  Another way to look at it, is that the element 10 should
> >   only be non-nil if the "next lexeme" might start on that
> >   previous character.

[ .... ]

> How about this idea: element 10 will record the syntax of the previous
> character ONLY when it is potentially the first character of a two
> character comment delimiter, otherwise it'll be nil.  At least that's
> being honest about what the thing's being used for.

That's exactly what you suggested.  Apologies for not reading your post
a bit more carefully.  I think we're agreed, then.  I'll implement it.

> >         Stefan

-- 
Alan Mackenzie (Nuremberg, Germany).





reply via email to

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