From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dnquark Newsgroups: gmane.emacs.help Subject: Comment lines and matching parentheses Date: Thu, 18 Mar 2010 13:14:24 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1272995271 27010 80.91.229.12 (4 May 2010 17:47:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 May 2010 17:47:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 04 19:47:50 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O9MDm-0000ND-FE for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 19:47:50 +0200 Original-Received: from localhost ([127.0.0.1]:57729 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9MDl-0004uf-Vi for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 13:47:50 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!g26g2000yqn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 98.222.198.121 Original-X-Trace: posting.google.com 1268943264 13742 127.0.0.1 (18 Mar 2010 20:14:24 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 18 Mar 2010 20:14:24 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g26g2000yqn.googlegroups.com; posting-host=98.222.198.121; posting-account=nQKzDwoAAADiNnsVsJOw54VLeNKCeQkD User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8,gzip(gfe),gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:177498 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:73002 Archived-At: 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.