all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Syntax tables and multi-escape characters
@ 2009-02-13 21:02 Tobias C. Rittweiler
  0 siblings, 0 replies; only message in thread
From: Tobias C. Rittweiler @ 2009-02-13 21:02 UTC (permalink / raw)
  To: emacs-devel


At the moment `|' in lisp-mode has a string syntax-class (`"'). This
makes forward-sexp work on

  |foobar|

correctly. It, however, fails on

  foo|bar|,  or

  pkg:|funky-symbol|

because it mistakes the `|' to be the begin of a new token.


I'd like to fix this; and I'd do it by hacking src/syntax.{h,c} and
introducing a new syntax class for multi-escape characters.

Or would you prefer something else?

  -T.





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-13 21:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-13 21:02 Syntax tables and multi-escape characters Tobias C. Rittweiler

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.