bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10657: 24.0.93; (elisp) Parsing Expressions - what about numerals?


From: Chong Yidong
Subject: bug#10657: 24.0.93; (elisp) Parsing Expressions - what about numerals?
Date: Tue, 31 Jan 2012 14:51:54 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux)

"Drew Adams" <drew.adams@oracle.com> writes:

> "Basically, a sexp is either a balanced parenthetical grouping, a
> string, or a symbol name (a sequence of characters whose syntax is
> either word constituent or symbol constituent)."
>  
> What about numerals?

A numeral is also a sequence of characters whose syntax is either word
constituent or symbol constituent.  I tweaked this to make the meaning
more obvious.

> And `i' doesn't help at all with "s expression" or "s-expression" or
> "symbolic expression".  Or for that matter "balanced expression",

Fixed.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]