From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: intrusive changes Date: Tue, 02 Dec 2014 08:50:53 -0500 Message-ID: References: <87lhn7cfe0.fsf@lifelogs.com> <87egszcd3i.fsf@lifelogs.com> <87h9xvavjm.fsf@lifelogs.com> <874mtuc1hq.fsf@lifelogs.com> <871torfjk8.fsf@lifelogs.com> <87sih7cjnn.fsf@lifelogs.com> <87ppcbqh08.fsf_-_@violet.siamics.net> <87vblwn2mc.fsf@violet.siamics.net> <87bnnmqsh4.fsf@violet.siamics.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1417528293 18865 80.91.229.3 (2 Dec 2014 13:51:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Dec 2014 13:51:33 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 02 14:51:27 2014 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 1XvnrO-0000gT-RP for ged-emacs-devel@m.gmane.org; Tue, 02 Dec 2014 14:51:22 +0100 Original-Received: from localhost ([::1]:36968 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvnrO-00036e-HB for ged-emacs-devel@m.gmane.org; Tue, 02 Dec 2014 08:51:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xvnr3-00031Y-Uo for emacs-devel@gnu.org; Tue, 02 Dec 2014 08:51:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xvnqw-00061l-H3 for emacs-devel@gnu.org; Tue, 02 Dec 2014 08:51:01 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:63966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xvnqw-00061c-Dl for emacs-devel@gnu.org; Tue, 02 Dec 2014 08:50:54 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: As0IAGA2ZVRMCqTq/2dsb2JhbABbgw6EM4YvywwEAgKBHBcBAQEBAQF8hAMBAQMBIzMzCxoCGA4CAhQYDYhvCbpdlicsgS2PbhaCYYFUBYwLpxeBdoQaH4J7AQEB X-IPAS-Result: As0IAGA2ZVRMCqTq/2dsb2JhbABbgw6EM4YvywwEAgKBHBcBAQEBAQF8hAMBAQMBIzMzCxoCGA4CAhQYDYhvCbpdlicsgS2PbhaCYYFUBYwLpxeBdoQaH4J7AQEB X-IronPort-AV: E=Sophos;i="5.07,380,1413259200"; d="scan'208";a="99354031" Original-Received: from 76-10-164-234.dsl.teksavvy.com (HELO pastel.home) ([76.10.164.234]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 02 Dec 2014 08:50:53 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id A6D5343C3; Tue, 2 Dec 2014 08:50:53 -0500 (EST) In-Reply-To: <87bnnmqsh4.fsf@violet.siamics.net> (Ivan Shmakov's message of "Tue, 02 Dec 2014 10:03:03 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:178680 Archived-At: >> Adding features to master is the way we get them tested in the first >> place. > That=E2=80=99s the point. And in this case, testing the feature > resulted in #19152 being filed. Exactly. The process worked just as it should, pointing out the need to add a config var to turn the thing off, as well as pointing out a bug in the implementation. Stefan