From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Raffaele Ricciardi Newsgroups: gmane.emacs.help Subject: Re: mic-paren.el 3.10 available Date: Thu, 26 Jul 2012 17:35:20 +0100 Message-ID: <501171C8.7080600@gmail.com> References: <2b42c9ad-dbde-41ce-90c5-caef9568a18e@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1343317216 14717 80.91.229.3 (26 Jul 2012 15:40:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 Jul 2012 15:40:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 26 17:40:17 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SuQAg-0005eW-Vg for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Jul 2012 17:40:15 +0200 Original-Received: from localhost ([::1]:37290 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuQAg-0004Vc-8g for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Jul 2012 11:40:14 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-X-Trace: individual.net MGgfuMKNXdNUhC3A86hZKg84YFwjYTj3LmifUWhgfAMKJCoXh9P3VogNC+Ana9ba96 Cancel-Lock: sha1:HhlKMS1ZwNiBXDaB0K8znyW3/0o= User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120713 Thunderbird/14.0 In-Reply-To: Original-Xref: usenet.stanford.edu gnu.emacs.help:193704 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86079 Archived-At: I've also noticed that mic-paren matches closing parentheses in comments with opening parentheses in code, while still matching the correct closing parentheses in code. Tested on GNU Emacs 24.1: - emacs -Q - (load "mic-paren.el") - M-x paren-activate - test snippet: ( ; ) )