emacs-devel
[Top][All Lists]
Advanced

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

Lisp mode syntax table


From: Fabrice Popineau
Subject: Lisp mode syntax table
Date: Mon, 17 Feb 2014 10:43:40 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hi,

Is there a good reason why:
(with-syntax-table lisp-mode-syntax-table
  (string (char-syntax ?\|)))
"\""


IE : the ?\| character has the syntax of string delimiter?
It is certainly not the case when it is used to prevent 
the Lisp reader to switch symbols to upper case characters.
I recently used buffers with lots of symbols of the form
|rdf|:|someClass| and smartparen can't behave well in this case,
unless ?\| be switched to symbol constituent.
Would that switch imply any drawbacks I can't think of?

Thanks,

Fabrice




reply via email to

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