From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 9145e79: * lisp/files.el: Don't allow customization of dir-locals sorting Date: Wed, 11 Nov 2015 02:37:05 +0200 Organization: LINKOV.NET Message-ID: <874mgts766.fsf@mail.linkov.net> References: <20151110122714.8693.7725@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1447203951 8767 80.91.229.3 (11 Nov 2015 01:05:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Nov 2015 01:05:51 +0000 (UTC) Cc: Eli Zaretskii , Artur Malabarba To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 11 02:05:43 2015 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 1ZwJr4-0004FD-Uy for ged-emacs-devel@m.gmane.org; Wed, 11 Nov 2015 02:05:43 +0100 Original-Received: from localhost ([::1]:36835 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwJr4-00017o-L7 for ged-emacs-devel@m.gmane.org; Tue, 10 Nov 2015 20:05:42 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwJPt-0007O0-UV for emacs-devel@gnu.org; Tue, 10 Nov 2015 19:37:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwJPs-0006bj-QB for emacs-devel@gnu.org; Tue, 10 Nov 2015 19:37:37 -0500 Original-Received: from sub3.mail.dreamhost.com ([69.163.253.7]:49574 helo=homiemail-a20.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwJPp-0006bT-0C; Tue, 10 Nov 2015 19:37:33 -0500 Original-Received: from homiemail-a20.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a20.g.dreamhost.com (Postfix) with ESMTP id 14B3E7EC064; Tue, 10 Nov 2015 16:37:32 -0800 (PST) Original-Received: from localhost.linkov.net (m212-53-104-68.cust.tele2.ee [212.53.104.68]) (Authenticated sender: jurta@jurta.org) by homiemail-a20.g.dreamhost.com (Postfix) with ESMTPA id BF1C67EC061; Tue, 10 Nov 2015 16:37:30 -0800 (PST) In-Reply-To: (John Wiegley's message of "Tue, 10 Nov 2015 06:16:00 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 69.163.253.7 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:194015 Archived-At: >> In retrospect, this is not a good idea for the same reason that >> `dir-locals-file' is a defconst, because it is important that this >> behaviour be "uniform across different environments and users". >> Sure, the user can still change the sorting with a hack, but we >> shouldn't encourage them to change it. > > I'm inclined to agree with this; but did you mention it to Eli also, who had > suggested using version had discussed it, I'd like to hear from him too. As long as we implement the same globbing as shells do, I agree that string< is more appropriate than version<.