[Top][All Lists]
[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?
- Honesty with parse-partial-sexp, Alan Mackenzie, 2006/12/07
- Re: Honesty with parse-partial-sexp,
Richard Stallman <=
- Re: Honesty with parse-partial-sexp, martin rudalics, 2006/12/09
- Re: Honesty with parse-partial-sexp, Miles Bader, 2006/12/09
- Re: Honesty with parse-partial-sexp, Richard Stallman, 2006/12/09
- Re: Honesty with parse-partial-sexp, Stefan Monnier, 2006/12/09
- Re: Honesty with parse-partial-sexp, Richard Stallman, 2006/12/10
- Re: Honesty with parse-partial-sexp, Stefan Monnier, 2006/12/11
- Re: Honesty with parse-partial-sexp, Alan Mackenzie, 2006/12/12