From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: buffer name completion is case-sensitive now Date: Sun, 08 Jun 2008 21:48:47 +0300 Message-ID: References: <002201c8c986$68802b90$0200a8c0@us.oracle.com> <002501c8c98f$d66552d0$0200a8c0@us.oracle.com> <85lk1f94vr.fsf@lola.goethe.zz> <85bq2b93wy.fsf@lola.goethe.zz> <19e566510806081132t293c6f2ek4f110b7095881fc2@mail.gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1212950951 9978 80.91.229.12 (8 Jun 2008 18:49:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Jun 2008 18:49:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?UTF-8?Q?=C4=B0smail_D=C3=B6nmez?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 08 20:49:53 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K5Pxd-0008N8-79 for ged-emacs-devel@m.gmane.org; Sun, 08 Jun 2008 20:49:49 +0200 Original-Received: from localhost ([127.0.0.1]:32874 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5Pwq-0007We-75 for ged-emacs-devel@m.gmane.org; Sun, 08 Jun 2008 14:49:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K5Pwl-0007Us-Nl for emacs-devel@gnu.org; Sun, 08 Jun 2008 14:48:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5Pwk-0007Su-0c for emacs-devel@gnu.org; Sun, 08 Jun 2008 14:48:55 -0400 Original-Received: from [199.232.76.173] (port=41991 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5Pwj-0007Sr-S0 for emacs-devel@gnu.org; Sun, 08 Jun 2008 14:48:53 -0400 Original-Received: from mtaout2.012.net.il ([84.95.2.4]:28241) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K5Pwg-0001Mb-3f; Sun, 08 Jun 2008 14:48:50 -0400 Original-Received: from HOME-C4E4A596F7 ([80.230.28.131]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K25007RLRMA5F70@i_mtaout2.012.net.il>; Sun, 08 Jun 2008 22:03:47 +0300 (IDT) In-reply-to: <19e566510806081132t293c6f2ek4f110b7095881fc2@mail.gmail.com> X-012-Sender: halo1@inter.net.il X-detected-kernel: by monty-python.gnu.org: Solaris 9.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:98712 Archived-At: > Date: Sun, 8 Jun 2008 21:32:51 +0300 > From: "=?UTF-8?Q?=C4=B0smail_D=C3=B6nmez?=" > Cc: Emacs-Devel > > Unlike Windows, MacOS allows you to format your disk as HFS+ case sensitive. Actually, Windows has an equivalent option as well, except that it isn't done via formatting, but rather via a special flag passed to the API that opens files. So if we want Emacs on Windows to become case-sensitive (personally, I don't think this is a good idea for a number of gory technical reasons), we can do that.