vote up 1 vote down star

I know that I can have multi-character comment delimiters, but how about multi-character parentheses, e.g. if I wanted to treat the character sequence "%{" as an opening parenthesis and "}%" as a closing one like this

%{

}%

flag

42% accept rate

1 Answer

vote up 1 vote down

Emacs does not support this, see the info entry for syntax tables. Comments (and strings) have matching delimiters - but they also have corresponding "generic" syntax classes. The parenthesis class doesn't have similar support.

So, you're stuck with only single character parentheses.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.