From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Apropos 54f297904e0c: Temporarily comment out CC Mode from tests which are incompatible with it. Date: Fri, 18 Jan 2019 16:06:31 -0500 Message-ID: References: <20190117164350.GA18314@ACM> <20190118175437.GA4095@ACM> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1547845484 12303 195.159.176.226 (18 Jan 2019 21:04:44 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 18 Jan 2019 21:04:44 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 18 22:04:39 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gkbJf-00034I-Op for ged-emacs-devel@m.gmane.org; Fri, 18 Jan 2019 22:04:39 +0100 Original-Received: from localhost ([127.0.0.1]:46744 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkbLm-0007Cb-8e for ged-emacs-devel@m.gmane.org; Fri, 18 Jan 2019 16:06:50 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:48107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkbLg-0007BY-6t for emacs-devel@gnu.org; Fri, 18 Jan 2019 16:06:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gkbLe-0002ag-Qn for emacs-devel@gnu.org; Fri, 18 Jan 2019 16:06:44 -0500 Original-Received: from [195.159.176.226] (port=33360 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gkbLe-0002Lc-Iu for emacs-devel@gnu.org; Fri, 18 Jan 2019 16:06:42 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gkbJR-0002oN-1e for emacs-devel@gnu.org; Fri, 18 Jan 2019 22:04:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:0+9uLpPhHbktBG+FSp5JH9suuDY= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.159.176.226 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:232461 Archived-At: > After all, the purpose is to test the electric-... functions, not > CC mode. The purpose is to test that those features also work in the same way in CC-mode. And that's important. I haven't found an electric pairing mode that pairs exactly when I want it, so the second best choice is for me to learn when it will and when it won't: the exact choice doesn't matter, but it's important that the details of its working that I learn in mode X also apply in mode Y, otherwise it's irritating. Stefan