unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Lisp mode syntax table
@ 2014-02-17 10:43 Fabrice Popineau
  2014-02-17 20:19 ` Stefan Monnier
  0 siblings, 1 reply; 8+ messages in thread
From: Fabrice Popineau @ 2014-02-17 10:43 UTC (permalink / raw)
  To: emacs-devel

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




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-02-18 19:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-17 10:43 Lisp mode syntax table Fabrice Popineau
2014-02-17 20:19 ` Stefan Monnier
2014-02-17 22:10   ` Fabrice Popineau
2014-02-18  0:19     ` Stefan Monnier
2014-02-18  5:53       ` Fabrice Popineau
2014-02-18 14:00         ` Stefan Monnier
2014-02-18 19:34           ` Fabrice Popineau
2014-02-18  6:02       ` Fabrice Popineau

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).