From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Roehler Newsgroups: gmane.emacs.help Subject: depth in parens Date: Thu, 22 Feb 2007 08:10:52 +0100 Message-ID: <45DD41FC.1020304@easy-emacs.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1172127466 12351 80.91.229.12 (22 Feb 2007 06:57:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Feb 2007 06:57:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 22 07:57:40 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HK7ta-00038o-OS for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Feb 2007 07:57:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HK7ta-0001od-GZ for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Feb 2007 01:57:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HK7tN-0001oO-MW for help-gnu-emacs@gnu.org; Thu, 22 Feb 2007 01:57:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HK7tL-0001oC-6Y for help-gnu-emacs@gnu.org; Thu, 22 Feb 2007 01:57:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HK7tL-0001o9-4O for help-gnu-emacs@gnu.org; Thu, 22 Feb 2007 01:57:23 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.179]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HK7tK-0007vN-Jn for help-gnu-emacs@gnu.org; Thu, 22 Feb 2007 01:57:22 -0500 Original-Received: from [84.190.199.174] (helo=[192.168.178.25]) by mrelayeu.kundenserver.de (node=mrelayeu5) with ESMTP (Nemesis), id 0ML25U-1HK7tI0Jd1-0006VO; Thu, 22 Feb 2007 07:57:20 +0100 User-Agent: Thunderbird 1.5.0.4 (X11/20060516) X-Provags-ID: kundenserver.de abuse@kundenserver.de login:62d13292e0fce6aaed56aaadcb96352d X-Provags-ID2: V01U2FsdGVkX1+IUjI2CH3qzmh/3yCHPPdnw6Hd8VL9YyCTYoo9BFu2gq7SAjtRYaeH/wjKLNIQlOnaDFDMz3wRks0DuEQS5wLAJxlxMlq4f9qPlHIx/OHE3Q== X-detected-kernel: Linux 2.6? (barebone, rare!) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:41404 Archived-At: Hi, can't follow first positions output of `parse-partial-sexp' - depth in parens. Cursor pos over pipe-symbol (foo (bar)) _____|_____ `parse-partial-sexp' called at cursor pos ==> (1 1 2 nil nil nil 0 nil nil (1)) i.e. depth in parens. ====> 1 <==== (foo (bar)) _________|_ (2 6 7 nil nil nil 0 nil nil (1 6)) i.e. depth in parens. ====> 2 <==== Shouldn't the opening and the closing delimiter of a list have the same depth in parens? Thanks __ Andreas Roehler