From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: parse-partial-sexp parses only Lisp? Date: Wed, 02 Apr 2008 10:46:05 +0200 Message-ID: <47F347CD.1030707@gmx.at> References: <47F2B5D9.8060207@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207126455 14302 80.91.229.12 (2 Apr 2008 08:54:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Apr 2008 08:54:15 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 02 10:54:47 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jgyk1-0001OB-5i for ged-emacs-devel@m.gmane.org; Wed, 02 Apr 2008 10:54:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JgyjO-0007cG-W5 for ged-emacs-devel@m.gmane.org; Wed, 02 Apr 2008 04:54:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JgyiI-00071I-B1 for emacs-devel@gnu.org; Wed, 02 Apr 2008 04:52:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JgyiG-00070e-Qf for emacs-devel@gnu.org; Wed, 02 Apr 2008 04:52:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JgyiG-00070X-Lw for emacs-devel@gnu.org; Wed, 02 Apr 2008 04:52:56 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JgyiG-0002hx-2n for emacs-devel@gnu.org; Wed, 02 Apr 2008 04:52:56 -0400 Original-Received: (qmail invoked by alias); 02 Apr 2008 08:52:54 -0000 Original-Received: from 62-47-39-5.adsl.highway.telekom.at (EHLO [62.47.39.5]) [62.47.39.5] by mail.gmx.net (mp009) with SMTP; 02 Apr 2008 10:52:54 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+7Yn1d/fS7BnCa8haiDay0sFqzWoNJOpfCOvf69i 0YPDZVjvzzj6KI User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <47F2B5D9.8060207@gmail.com> X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:94176 Archived-At: > The first line of the doc string says so. `parse-partial-sexp' only happens to work correctly in many other modes hence I think that line is good. However, the doc string should mention the "9th element" of the parse state and the fact that element 8 is significant in STATE. Finally, the term "character address" should be replaced by "character position".