From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel Subject: RE: Finding packages to enable by default Date: Fri, 6 Dec 2013 05:57:28 -0800 (PST) Message-ID: <40db6495-4b4e-4368-8e5a-07ae483a2190@default> References: <> <> <> <> <> <> <> <> <> <> <<87mwkgb74k.fsf@yandex.ru>> <<52A02473.8090005@gmx.at>> <> <> <<87d2laq3e5.fsf@yandex.ru>> <> <> <> <<27cf3be2-5371-4c6c-8e93-5942f8369589@default>> <<87mwkey18f.fsf@gmail.com>> <> <<87pppawkl6.fsf@gmail.com>> <<83wqji1jao.fsf@gnu.org>> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1386338286 11059 80.91.229.3 (6 Dec 2013 13:58:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Dec 2013 13:58:06 +0000 (UTC) Cc: ahyatt@gmail.com, adatgyujto@gmail.com, emacs-devel@gnu.org, rudalics@gmx.at, monnier@iro.umontreal.ca, bozhidar@batsov.com, dgutov@yandex.ru, drew.adams@oracle.com To: Eli Zaretskii , Jambunathan K Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 06 14:58:09 2013 Return-path: Envelope-to: ged-emacs-devel@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 1Vovuy-0004Lk-40 for ged-emacs-devel@m.gmane.org; Fri, 06 Dec 2013 14:58:08 +0100 Original-Received: from localhost ([::1]:59106 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vovux-0002lh-O7 for ged-emacs-devel@m.gmane.org; Fri, 06 Dec 2013 08:58:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vovul-0002gx-5y for emacs-devel@gnu.org; Fri, 06 Dec 2013 08:58:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vovuc-00052p-K2 for emacs-devel@gnu.org; Fri, 06 Dec 2013 08:57:55 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:46514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VovuT-0004zE-Ht; Fri, 06 Dec 2013 08:57:37 -0500 Original-Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id rB6DvUlr029915 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 6 Dec 2013 13:57:31 GMT Original-Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id rB6DvTgu002302 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 6 Dec 2013 13:57:30 GMT Original-Received: from abhmp0014.oracle.com (abhmp0014.oracle.com [141.146.116.20]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id rB6DvTRq000594; Fri, 6 Dec 2013 13:57:29 GMT In-Reply-To: <<83wqji1jao.fsf@gnu.org>> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:166166 Archived-At: > > `blink-matching-paren' ... No Thanks! It makes NO practical difference > > to the majority of people and use cases out there. >=20 > It shows you the matching paren in the echo area when that matching > paren is off-screen. So it saves you the trip to the other end, just > to see what source code is there. That's very useful. Yup, very useful. This one should be a no-brainer (at least for modes where matching "parens" is important).