From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: case-insensitive filename completion bug Date: Tue, 10 Jun 2008 14:42:57 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213123415 1467 80.91.229.12 (10 Jun 2008 18:43:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Jun 2008 18:43:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 10 20:44:18 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 1K68pM-0007bG-6l for ged-emacs-devel@m.gmane.org; Tue, 10 Jun 2008 20:44:16 +0200 Original-Received: from localhost ([127.0.0.1]:59088 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K68oY-0006ps-Qj for ged-emacs-devel@m.gmane.org; Tue, 10 Jun 2008 14:43:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K68oH-0006bG-Un for emacs-devel@gnu.org; Tue, 10 Jun 2008 14:43:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K68oF-0006Yu-Ij for emacs-devel@gnu.org; Tue, 10 Jun 2008 14:43:08 -0400 Original-Received: from [199.232.76.173] (port=56000 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K68oB-0006VU-UD for emacs-devel@gnu.org; Tue, 10 Jun 2008 14:43:06 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:53959 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K68o7-0006xx-7J; Tue, 10 Jun 2008 14:42:59 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgwFAFBoTkhMCpcZ/2dsb2JhbACBW695 X-IronPort-AV: E=Sophos;i="4.27,618,1204520400"; d="scan'208";a="22373964" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 10 Jun 2008 14:42:58 -0400 Original-Received: from pastel.home ([76.10.151.25]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id QYA15658; Tue, 10 Jun 2008 14:42:58 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 0230582F1; Tue, 10 Jun 2008 14:42:57 -0400 (EDT) In-Reply-To: (Miles Bader's message of "Tue, 10 Jun 2008 17:06:26 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:98881 Archived-At: > it will say " [sole completion]" -- but will _not_ change change the > lowercase "f" to uppercase. Because I'm using a case-sensitive > filesystem, the final filename doesn't exist, even though emacs said it > did. Should be fixed now, Stefan