* Customize Emacs Lisp read syntax?
@ 2013-09-06 11:47 Thorsten Jolitz
2013-09-06 13:49 ` Stefan Monnier
0 siblings, 1 reply; 2+ messages in thread
From: Thorsten Jolitz @ 2013-09-06 11:47 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Customize Emacs Lisp read syntax?
2013-09-06 11:47 Customize Emacs Lisp read syntax? Thorsten Jolitz
@ 2013-09-06 13:49 ` Stefan Monnier
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2013-09-06 13:49 UTC (permalink / raw)
To: help-gnu-emacs
> Is it possible to customize this, or is it hardcoded into the syntax and
It's hardcoded.
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-06 13:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-06 11:47 Customize Emacs Lisp read syntax? Thorsten Jolitz
2013-09-06 13:49 ` Stefan Monnier
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.