* match of escaped parentheses
@ 2004-02-13 10:06 Alexander Heide
2004-02-13 15:04 ` Stefan Monnier
0 siblings, 1 reply; 5+ messages in thread
From: Alexander Heide @ 2004-02-13 10:06 UTC (permalink / raw)
I want to use parentheses matching in a document, that contains
expressions like "\(" and "\[". Emacs seems to recognize these
expressions as escaped parentheses. But that's the behavior I don't
want. Emacs should also match these expressions with ")" and "]", i.e.
ignore the backslash characters.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: match of escaped parentheses
2004-02-13 10:06 Alexander Heide
@ 2004-02-13 15:04 ` Stefan Monnier
2004-02-16 9:09 ` Alexander Heide
0 siblings, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2004-02-13 15:04 UTC (permalink / raw)
> I want to use parentheses matching in a document, that contains expressions
> like "\(" and "\[". Emacs seems to recognize these expressions as escaped
> parentheses. But that's the behavior I don't want. Emacs should also match
> these expressions with ")" and "]", i.e. ignore the backslash characters.
In which major mode?
Stefan
PS: Set the syntax of the \ char to something else than / or \.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: match of escaped parentheses
2004-02-13 15:04 ` Stefan Monnier
@ 2004-02-16 9:09 ` Alexander Heide
0 siblings, 0 replies; 5+ messages in thread
From: Alexander Heide @ 2004-02-16 9:09 UTC (permalink / raw)
Stefan Monnier wrote:
>
> In which major mode?
>
>
> Stefan
>
>
> PS: Set the syntax of the \ char to something else than / or \.
Thank you. The major mode was 'fundamental-mode'. And indeed the
character table shows (C-h s):
\ \ which means: escape
I switched to 'text-mode' (M-x text-mode) where parentheses are matched
as I want it.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-02-16 9:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1Arj2W-0004oW-18@monty-python.gnu.org>
2004-02-13 23:01 ` match of escaped parentheses Joe Corneli
[not found] ` <mailman.2365.1076713316.928.help-gnu-emacs@gnu.org>
2004-02-16 9:15 ` Alexander Heide
2004-02-13 10:06 Alexander Heide
2004-02-13 15:04 ` Stefan Monnier
2004-02-16 9:09 ` Alexander Heide
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).