help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Comment lines and matching parentheses


From: dnquark
Subject: Comment lines and matching parentheses
Date: Tue, 04 May 2010 15:42:45 -0000
User-agent: G2/1.0

What determines whether or not parentheses that are part of comments
are included when performing paren matching?..  For instance, in C
mode, both
  // (
  // )
and
  foo //(
  bar //)
are reported as mismatched parentheses. Similar behavior is observed
in lisp mode.

Is there a way to make emacs ignore all parentheses that are parts of
comments?..  This behavior sometimes breaks hs-minor-mode's ability to
fold code in buffers.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]