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

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

Customize Emacs Lisp read syntax?


From: Thorsten Jolitz
Subject: Customize Emacs Lisp read syntax?
Date: Fri, 06 Sep 2013 13:47:14 +0200
User-agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.3 (gnu/linux)

Hi List, 

Emacs Lisp read syntax uses '#' in several places, e.g. when printing
circular lists or strings with attributes:

,-----------------------------------------------------------------------
| (org-data nil (headline (:title (#("A*B*/C/" 0 7 (:parent #1))) ...)))
`-----------------------------------------------------------------------

When trying to make Emacs Lisp talk to another Lisp that has '#'
(instead of ';') as comment character, this causes some headache.

Is it possible to customize this, or is it hardcoded into the syntax and
can only be changed by replacing the '#' char with something else on a
textual level?

-- 
cheers,
Thorsten





reply via email to

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