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: [Emacs-diffs] master 2f5e0b1: Improve case-insensitive checks (Bug#24441) Date: Mon, 14 Nov 2016 22:43:01 +0200 Message-ID: <83shqthjxm.fsf@gnu.org> References: <83twb9hnba.fsf@gnu.org> <2cee3b57-fbda-a604-699b-23a06a982f3b@cornell.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1479156208 18791 195.159.176.226 (14 Nov 2016 20:43:28 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 14 Nov 2016 20:43:28 +0000 (UTC) Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: Ken Brown Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 14 21:43:24 2016 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 1c6O5n-0001iT-13 for ged-emacs-devel@m.gmane.org; Mon, 14 Nov 2016 21:43:03 +0100 Original-Received: from localhost ([::1]:42487 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6O5q-0004D8-3j for ged-emacs-devel@m.gmane.org; Mon, 14 Nov 2016 15:43:06 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6O5e-0004CA-MZ for emacs-devel@gnu.org; Mon, 14 Nov 2016 15:42:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c6O5a-0001Bl-A4 for emacs-devel@gnu.org; Mon, 14 Nov 2016 15:42:54 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42385) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6O5a-0001Bg-6x; Mon, 14 Nov 2016 15:42:50 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2403 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1c6O5Z-0005ED-DL; Mon, 14 Nov 2016 15:42:49 -0500 In-reply-to: <2cee3b57-fbda-a604-699b-23a06a982f3b@cornell.edu> (message from Ken Brown on Mon, 14 Nov 2016 15:22:03 -0500) 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:209392 Archived-At: > From: Ken Brown > Date: Mon, 14 Nov 2016 15:22:03 -0500 > Cc: emacs-devel@gnu.org > > On 11/14/2016 2:30 PM, Eli Zaretskii wrote: > > I've reverted that commit. I see no reason in your changes, which > > effectively removed code and useful documentation and comments, on > > which Ken labored, without any discussion. > > Thanks. I think there are some useful ideas in Paul's commit, but I > also see some problems. I'll write specific comments in reply to his > commit message. I'd be glad to see the solution improved, of course. But the ways to improve it should be discussed first and committed only after that, especially when the changes effectively disable portions of the previous commit and remove other portions.