[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Honesty with parse-partial-sexp
From: |
martin rudalics |
Subject: |
Re: Honesty with parse-partial-sexp |
Date: |
Sat, 09 Dec 2006 10:47:12 +0100 |
User-agent: |
Mozilla Thunderbird 1.0 (Windows/20041206) |
In fact, the Elisp doc for `parse-partial-sexp' reading
Element 9 is used only to set element 1
of the return value, in trivial cases where parsing starts and
stops within the same pair of parentheses.
should become
Element 9 is used only to set elements 1 and 9
of the return value, in trivial cases where parsing starts and
stops within the same pair of parentheses.
and I'm in doubt whether all these cases are "trivial".
Finally, if you really want to document the 9th return value you should
talk about all its elements.
- Honesty with parse-partial-sexp, Alan Mackenzie, 2006/12/07
- Re: Honesty with parse-partial-sexp, Richard Stallman, 2006/12/08
- Re: Honesty with parse-partial-sexp,
martin rudalics <=
- 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
- Re: Honesty with parse-partial-sexp, Stefan Monnier, 2006/12/12
- Re: Honesty with parse-partial-sexp, Alan Mackenzie, 2006/12/12