From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard M Stallman Newsgroups: gmane.emacs.devel Subject: Re: Highlighting parentheses Date: Tue, 03 Feb 2009 04:58:41 -0500 Message-ID: References: <5E111894-8D4E-4C1D-9E65-B480C236AAA2@gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1233655260 1810 80.91.229.12 (3 Feb 2009 10:01:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Feb 2009 10:01:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Will Farrington Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 03 11:02:14 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LUI6R-00081U-8F for ged-emacs-devel@m.gmane.org; Tue, 03 Feb 2009 11:01:59 +0100 Original-Received: from localhost ([127.0.0.1]:54931 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUI58-00066N-Dn for ged-emacs-devel@m.gmane.org; Tue, 03 Feb 2009 05:00:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUI52-00066I-9c for emacs-devel@gnu.org; Tue, 03 Feb 2009 05:00:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUI4z-000666-IJ for emacs-devel@gnu.org; Tue, 03 Feb 2009 05:00:30 -0500 Original-Received: from [199.232.76.173] (port=60462 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUI4z-000663-9A for emacs-devel@gnu.org; Tue, 03 Feb 2009 05:00:29 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:44449) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LUI4y-00088y-TV for emacs-devel@gnu.org; Tue, 03 Feb 2009 05:00:29 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LUI3F-0002sE-Ri; Tue, 03 Feb 2009 04:58:41 -0500 In-reply-to: <5E111894-8D4E-4C1D-9E65-B480C236AAA2@gmail.com> (message from Will Farrington on Mon, 2 Feb 2009 14:25:56 -0500) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:108663 Archived-At: > That program seems to implement the feature that was suggested, > so maybe it would be a good thing to add to Emacs. Would it perhaps be better to just add this feature to paren.el rather than including two packages which do fairly similar things? That might be a good idea.