From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Steven E. Harris" Subject: Re: Release 6.17 Date: Sun, 04 Jan 2009 09:33:42 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJU38-0001DY-98 for emacs-orgmode@gnu.org; Sun, 04 Jan 2009 09:33:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJU36-0001A5-RC for emacs-orgmode@gnu.org; Sun, 04 Jan 2009 09:33:53 -0500 Received: from [199.232.76.173] (port=43830 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJU36-00019d-Hs for emacs-orgmode@gnu.org; Sun, 04 Jan 2009 09:33:52 -0500 Received: from main.gmane.org ([80.91.229.2]:47265 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LJU36-0001iP-76 for emacs-orgmode@gnu.org; Sun, 04 Jan 2009 09:33:52 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LJU34-0000N6-KP for emacs-orgmode@gnu.org; Sun, 04 Jan 2009 14:33:50 +0000 Received: from c-24-131-239-140.hsd1.pa.comcast.net ([24.131.239.140]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Jan 2009 14:33:50 +0000 Received: from seh by c-24-131-239-140.hsd1.pa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Jan 2009 14:33:50 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Carsten Dominik writes: > Code references use special labels embedded directly into the source > code. Such labels look like "((name))" and must be unique within a > document. How does the parser know that, say, "((def))" is not a valid expression in the surrounding Lisp forms? Is it important that it be separated by space, or be the last token on the line? Trying to concoct a motivating example, consider a structure represented as nested lists: ,---- | '(a | ((b c) d) | (((e) f)) ((def)) | g) `---- Without knowing what the enclosing `quote' form means, how do know that "((def))" is not part of it? -- Steven E. Harris