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: Sat, 19 Mar 2016 17:06:24 +0000
User-agent: Mutt/1.5.24 (2015-08-30)

Hello, Stefan.

On Fri, Mar 18, 2016 at 03:36:40PM -0400, Stefan Monnier wrote:

> > OK.  Here's an updated patch which does just that.  Comments would be
> > welcome.

> I'll take a closer look later, thanks.

I found some problems at ends of comments.  The upshot is that
forw_comment must inform scan_sexps_forward, on a failed search, whether
the last character it scanned is still "syntactically live", or whether
that last character's syntax was "used up" in closing or opening a
comment.  On a successful search, that character's syntax is always
"used up" in closing the comment.

Would you like to see the patch again, or should I just commit it?

>         Stefan

-- 
Alan Mackenzie (Nuremberg, Germany).





reply via email to

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