From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: electric-pair-mode Date: Thu, 21 Nov 2013 14:48:56 +0100 Message-ID: <877gc1n9vb.fsf@tsdh.uni-koblenz.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1385041753 25643 80.91.229.3 (21 Nov 2013 13:49:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Nov 2013 13:49:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 21 14:49:17 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 1VjUd8-00055O-UD for ged-emacs-devel@m.gmane.org; Thu, 21 Nov 2013 14:49:15 +0100 Original-Received: from localhost ([::1]:33268 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjUd8-0003fY-EX for ged-emacs-devel@m.gmane.org; Thu, 21 Nov 2013 08:49:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjUcz-0003X8-CW for emacs-devel@gnu.org; Thu, 21 Nov 2013 08:49:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjUct-0001Md-D7 for emacs-devel@gnu.org; Thu, 21 Nov 2013 08:49:05 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:42478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjUct-0001IL-6q for emacs-devel@gnu.org; Thu, 21 Nov 2013 08:48:59 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 2743A1A8447; Thu, 21 Nov 2013 14:48:57 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pj8dJNJA_1Te; Thu, 21 Nov 2013 14:48:56 +0100 (CET) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from tsdh.uni-koblenz.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id C3B871A8446; Thu, 21 Nov 2013 14:48:56 +0100 (CET) Mail-Followup-To: Stefan Monnier , emacs-devel@gnu.org In-Reply-To: (Stefan Monnier's message of "Sat, 16 Nov 2013 18:27:30 -0500") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 141.26.64.15 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:165477 Archived-At: Stefan Monnier writes: > So, please try enabling it and report any annoyance you notice. If > you just plain don't like the feature, then just disable it. No annoyance so far but I'm wondering why both `electric-pair-mode' and `electric-indent-mode' are *global* minor modes. For example, in all kinds of lisp modes I'm using paredit which provides both features, too, in a slightly different form. So there I wouldn't want to activate these modes (although it seems having them activated doesn't do any harm). Bye, Tassilo