From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Markus Triska Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; OSX: Case insensitive file name completion Date: Fri, 02 May 2008 16:18:45 +0200 Message-ID: References: <20080502052901.C805083E036@mt-computer.local> <003801c8ac57$90560d70$0200a8c0@us.oracle.com> <003e01c8ac5b$363a9730$0200a8c0@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209737985 31157 80.91.229.12 (2 May 2008 14:19:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 May 2008 14:19:45 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 02 16:20:19 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 1Jrw6w-0005co-Mk for ged-emacs-devel@m.gmane.org; Fri, 02 May 2008 16:19:42 +0200 Original-Received: from localhost ([127.0.0.1]:52144 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jrw6F-00008H-B0 for ged-emacs-devel@m.gmane.org; Fri, 02 May 2008 10:18:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jrw6B-00007u-1B for emacs-devel@gnu.org; Fri, 02 May 2008 10:18:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jrw69-00006X-CT for emacs-devel@gnu.org; Fri, 02 May 2008 10:18:54 -0400 Original-Received: from [199.232.76.173] (port=55801 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jrw68-00006G-TM for emacs-devel@gnu.org; Fri, 02 May 2008 10:18:52 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jrw68-0000re-Sa for emacs-devel@gnu.org; Fri, 02 May 2008 10:18:52 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]:59006) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1Jrw5l-0007oC-3h for emacs-pretest-bug@gnu.org; Fri, 02 May 2008 10:18:29 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Jrw65-0000qy-SG for emacs-pretest-bug@gnu.org; Fri, 02 May 2008 10:18:52 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Jrw65-0000qi-8A for emacs-pretest-bug@gnu.org; Fri, 02 May 2008 10:18:49 -0400 Original-Received: (qmail invoked by alias); 02 May 2008 14:18:47 -0000 Original-Received: from chello062178240212.3.14.tuwien.teleweb.at (EHLO mt-computer.local) [62.178.240.212] by mail.gmx.net (mp056) with SMTP; 02 May 2008 16:18:47 +0200 X-Authenticated: #4064391 X-Provags-ID: V01U2FsdGVkX1/oXgdRkuLoCpygaWLi2PsXUXE4NZefa7HyixE9mW OZpnEY5R2gg/en Original-Received: by mt-computer.local (Postfix, from userid 502) id D48F683FC06; Fri, 2 May 2008 16:18:45 +0200 (CEST) In-Reply-To: <003e01c8ac5b$363a9730$0200a8c0@us.oracle.com> (Drew Adams's message of "Fri, 2 May 2008 06:48:32 -0700") X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:96330 gmane.emacs.pretest.bugs:22183 Archived-At: "Drew Adams" writes: > read-file-name-completion-ignore-case This solves the problem for me - thank you! I suggest: diff --git a/etc/NEWS b/etc/NEWS index 7e80153..6851736 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -70,6 +70,8 @@ default toolkit, but you can use --with-x-toolkit=gtk if necessary. *** `completion-auto-help' can be set to `lazy' to list the completions only if you repeat the completion. This was already supported in `partial-completion-mode'. +*** `read-file-name-completion-ignore-case' now defaults to t on +several platforms where the default file system is not case sensitive. ** Emacs now supports using both X displays and ttys in one session. Start the server (M-x server-start). Then `emacsclient -t' creates a