emacs-devel
[Top][All Lists]
Advanced

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

Re: Honesty with parse-partial-sexp


From: Richard Stallman
Subject: Re: Honesty with parse-partial-sexp
Date: Fri, 08 Dec 2006 20:26:30 -0500

    2006-12-07  Alan Mackenzie  <address@hidden>

            * syntax.texi (Parsing Balanced Expressions): Document the car of
            the ninth element returned by parse-partial-sexp.

I think this is a good idea.  The meaning of this is simple and useful.
And if we ever want to change the data passed along from one call to
parse-partial-sexp to the next, we still can.

However, I think this text is not exactly right:

    ! This element is a list.  Its car is the character position of the
    ! start of the outermost parenthetical grouping containing the stopping
    ! point; @code{nil} if none.

Isn't it really the outermost parenthetical grouping that begins in
the text that was parsed?




reply via email to

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