unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / 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

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).