4 Jan 15:33
Re: Release 6.17
Steven E. Harris <seh <at> panix.com>
2009-01-04 14:33:42 GMT
2009-01-04 14:33:42 GMT
Carsten Dominik <carsten.dominik <at> gmail.com> 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 _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode <at> gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
RSS Feed