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: Tue, 15 Nov 2016 18:07:15 +0200 Message-ID: <83fumshglo.fsf@gnu.org> References: <83twb9hnba.fsf@gnu.org> <2cee3b57-fbda-a604-699b-23a06a982f3b@cornell.edu> <83shqthjxm.fsf@gnu.org> <1468a431-78a8-7fbc-f937-14f54a55721e@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1479226372 19846 195.159.176.226 (15 Nov 2016 16:12:52 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 15 Nov 2016 16:12:52 +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 Tue Nov 15 17:12:40 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 1c6gLF-0000in-Dx for ged-emacs-devel@m.gmane.org; Tue, 15 Nov 2016 17:12:13 +0100 Original-Received: from localhost ([::1]:47325 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6gLI-0006Ga-Jk for ged-emacs-devel@m.gmane.org; Tue, 15 Nov 2016 11:12:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6gGY-0003eE-Cl for emacs-devel@gnu.org; Tue, 15 Nov 2016 11:07:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c6gGU-0000V3-GG for emacs-devel@gnu.org; Tue, 15 Nov 2016 11:07:22 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59750) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6gGU-0000Uz-D9; Tue, 15 Nov 2016 11:07:18 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3163 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1c6gGT-00009y-MV; Tue, 15 Nov 2016 11:07:18 -0500 In-reply-to: (message from Ken Brown on Mon, 14 Nov 2016 17:33:18 -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:209428 Archived-At: > Cc: emacs-devel@gnu.org > From: Ken Brown > Date: Mon, 14 Nov 2016 17:33:18 -0500 > > + There have been reports that pathconf with _PC_CASE_SENSITIVE > + does not work reliably on Mac OS X. If you have a problem, > + please recompile Emacs with -DDARWIN_OS_CASE_SENSITIVE_FIXME=1 or > + -DDARWIN_OS_CASE_SENSITIVE_FIXME=2, and file a bug report saying > + whether this fixed your problem. */ I think this text (with some context) should also be in etc/PROBLEMS. Otherwise, LGTM, thanks.