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: Thu, 5 Dec 2013 18:07:14 -0800 (PST) Message-ID: References: <87mwkgb74k.fsf@yandex.ru> <52A02473.8090005@gmx.at> <87d2laq3e5.fsf@yandex.ru> 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 1386295665 13145 80.91.229.3 (6 Dec 2013 02:07:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Dec 2013 02:07:45 +0000 (UTC) Cc: martin rudalics , Andrew Hyatt , Tom , Bozhidar Batsov , emacs-devel To: Stefan Monnier , Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 06 03:07:48 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 1VokpX-0005OU-V0 for ged-emacs-devel@m.gmane.org; Fri, 06 Dec 2013 03:07:48 +0100 Original-Received: from localhost ([::1]:56972 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VokpX-0003lQ-Dc for ged-emacs-devel@m.gmane.org; Thu, 05 Dec 2013 21:07:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VokpL-0003kP-Uf for emacs-devel@gnu.org; Thu, 05 Dec 2013 21:07:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VokpA-0003nn-15 for emacs-devel@gnu.org; Thu, 05 Dec 2013 21:07:35 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:32390) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vokp9-0003nN-R9 for emacs-devel@gnu.org; Thu, 05 Dec 2013 21:07:23 -0500 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id rB627G6D027327 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 6 Dec 2013 02:07:16 GMT Original-Received: from aserz7021.oracle.com (aserz7021.oracle.com [141.146.126.230]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id rB627EqQ010003 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 6 Dec 2013 02:07:15 GMT Original-Received: from abhmp0013.oracle.com (abhmp0013.oracle.com [141.146.116.19]) by aserz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id rB627EGx010000; Fri, 6 Dec 2013 02:07:14 GMT In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] X-Source-IP: acsinet21.oracle.com [141.146.126.237] 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:166143 Archived-At: > Indeed, we could definitely make it so the cursor stays put while we > highlight the other end. As I said, if you enable also `show-paren-mode', then the cursor stays=20 put (AFAICT). You get the advantages of both: message when needed and highlighting. Just make that combination the default. Anyone wanting just the blinking can turn off `show-paren-mode'. Anyone not wanting the off-window msg can turn off `blink-matching-paren'.