From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: CC Mode and electric-pair "problem". Date: Sun, 01 Jul 2018 18:25:57 +0300 Message-ID: <83k1qfkmey.fsf@gnu.org> References: <20180618103654.GA9771@ACM> <20180618154227.GB3973@ACM> <20180619050244.GA3946@ACM> <20180627182717.GA4625@ACM> <20180630190327.GC6816@ACM> <83tvpkkr93.fsf@gnu.org> <20180630201447.GE6816@ACM> <87woufdwv0.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1530458661 8943 195.159.176.226 (1 Jul 2018 15:24:21 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 1 Jul 2018 15:24:21 +0000 (UTC) Cc: acm@muc.de, cpitclaudel@gmail.com, stephen_leake@stephe-leake.org, monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 01 17:24:16 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fZeD2-0002Fd-LC for ged-emacs-devel@m.gmane.org; Sun, 01 Jul 2018 17:24:16 +0200 Original-Received: from localhost ([::1]:54711 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fZeFA-0006ML-20 for ged-emacs-devel@m.gmane.org; Sun, 01 Jul 2018 11:26:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fZeF2-0006M1-FX for emacs-devel@gnu.org; Sun, 01 Jul 2018 11:26:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fZeEz-0002fW-8b for emacs-devel@gnu.org; Sun, 01 Jul 2018 11:26:20 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fZeEq-0002V1-MO; Sun, 01 Jul 2018 11:26:08 -0400 Original-Received: from [176.228.60.248] (port=3968 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fZeEp-0000S7-DB; Sun, 01 Jul 2018 11:26:08 -0400 In-reply-to: <87woufdwv0.fsf@gmail.com> (message from =?utf-8?B?Sm/Do28g?= =?utf-8?B?VMOhdm9yYQ==?= on Sun, 01 Jul 2018 12:22:11 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:226871 Archived-At: > From: João Távora > Cc: Eli Zaretskii , cpitclaudel@gmail.com, emacs-devel@gnu.org, stephen_leake@stephe-leake.org, monnier@IRO.UMontreal.CA > Date: Sun, 01 Jul 2018 12:22:11 +0100 > > I'm not sure how far into "final allegations" we are, but below is my > summary. Thanks. > If this switch was all, I wouldn't mind at all. Unfortunately it comes > with a very big trade-off: the underlying syntactic changes break > e.g. C-M-u C-M-SPC inside the multi-line string being edited (which is > precisely something I could use to fix the string). > > I just noticed that in 26.1 indentation of the "puts(c)" wasn't affected > by the temporary editing of the string. Now it is, so another downside, > IMO. Yes, if fixing a minor annoyance introduces much more serious issues, we shouldn't install such a "fix".