From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Highlighting parentheses Date: Mon, 2 Feb 2009 11:54:20 -0800 (PST) Message-ID: <200902021954.n12JsKiU023868@rodan.ics.uci.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233604494 29063 80.91.229.12 (2 Feb 2009 19:54:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2009 19:54:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 02 20:56:07 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 1LU4tm-0007ft-50 for ged-emacs-devel@m.gmane.org; Mon, 02 Feb 2009 20:56:02 +0100 Original-Received: from localhost ([127.0.0.1]:54006 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LU4sT-0003Fm-L8 for ged-emacs-devel@m.gmane.org; Mon, 02 Feb 2009 14:54:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LU4sP-0003Fd-Bo for emacs-devel@gnu.org; Mon, 02 Feb 2009 14:54:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LU4sK-0003CL-5k for emacs-devel@gnu.org; Mon, 02 Feb 2009 14:54:37 -0500 Original-Received: from [199.232.76.173] (port=47061 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LU4sJ-0003CA-V6 for emacs-devel@gnu.org; Mon, 02 Feb 2009 14:54:32 -0500 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:60104) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1LU4sH-0006r2-TZ; Mon, 02 Feb 2009 14:54:30 -0500 Original-Received: from rodan.ics.uci.edu (rodan.ics.uci.edu [128.195.6.9]) by sallyv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id n12JsKaB014686; Mon, 2 Feb 2009 11:54:21 -0800 (PST) Original-Received: (from dann@localhost) by rodan.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n12JsKiU023868; Mon, 2 Feb 2009 11:54:20 -0800 (PST) In-Reply-To: (Richard M. Stallman's message of "Mon, 02 Feb 2009 11:43:09 -0500") Original-Lines: 9 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n12JsKaB014686 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@rodan.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:108627 Archived-At: Richard M Stallman writes: > http://nschum.de/src/emacs/highlight-parentheses/highlight-parentheses-0.9.1.el > > That program seems to implement the feature that was suggested, > so maybe it would be a good thing to add to Emacs. M-x show-paren-mode is not as fancy, but it highlights parentheses well enough, IMHO we should have it turned on by default.