all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* +1 char strings as open-bracket/close-bracket
@ 2009-06-25 11:13 Kokor Hekkus
  2009-06-25 11:19 ` Joost Kremers
  2009-06-26  6:38 ` Andreas Röhler
  0 siblings, 2 replies; 3+ messages in thread
From: Kokor Hekkus @ 2009-06-25 11:13 UTC (permalink / raw)
  To: help-gnu-emacs

Any way of modifying the syntax table to identify a string of more
than one character as an open-bracket or a close-bracket character.
For instance, you might do:

     (modify-syntax-entry ?^ "($")
     (modify-syntax-entry ?$ ")^")

...to make ^ and $ match each other (from EmacsWiki).  How would I
make the two character strings '#>' and '<#' match in the same way?
The above doesn't work.

Thanks!


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

end of thread, other threads:[~2009-06-26  6:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-25 11:13 +1 char strings as open-bracket/close-bracket Kokor Hekkus
2009-06-25 11:19 ` Joost Kremers
2009-06-26  6:38 ` Andreas Röhler

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.