Arne Babenhauserheide:
> Currently I can do this in normal elisp code:
> 
> ({ 2 + 4 })

If emacs lisp adds {...} for curly infix (I hope!), then that would break such 
usage.  Though it wouldn't be hard to change the using code.

Sadly, you can't use [...] in emacs lisp, that's used for vectors.

You could, alternatively, use "<<...>>", which looks a little like French 
quotes. Surround each with (...) and it'd work.  E.G.,

(<< a + b >>)
(<< a + (<< b * c >>) >>)

Gets long when there's a lot of it.

--- David A. Wheeler

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to