From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [ra5ul@comcast.net: case-insensitive partial-completion-mode issue] Date: Sun, 09 Dec 2007 07:37:49 -0500 Message-ID: References: <200712071404.50749.andreas.roehler@online.de> <200712081312.36389.andreas.roehler@online.de> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1197204017 4356 80.91.229.12 (9 Dec 2007 12:40:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Dec 2007 12:40:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas =?iso-8859-15?q?R=F6hler?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 09 13:40:27 2007 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 1J1LSJ-0008GV-Kc for ged-emacs-devel@m.gmane.org; Sun, 09 Dec 2007 13:40:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1LS2-0005Bp-Br for ged-emacs-devel@m.gmane.org; Sun, 09 Dec 2007 07:40:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J1LPt-0002UP-C4 for emacs-devel@gnu.org; Sun, 09 Dec 2007 07:37:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J1LPq-0002Qs-KP for emacs-devel@gnu.org; Sun, 09 Dec 2007 07:37:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1LPq-0002Qc-7h for emacs-devel@gnu.org; Sun, 09 Dec 2007 07:37:50 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J1LPp-0002MW-MV for emacs-devel@gnu.org; Sun, 09 Dec 2007 07:37:49 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1J1LPp-0007YD-EO; Sun, 09 Dec 2007 07:37:49 -0500 In-reply-to: <200712081312.36389.andreas.roehler@online.de> (message from Andreas =?iso-8859-15?q?R=F6hler?= on Sat, 8 Dec 2007 13:12:35 +0100) 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:84917 Archived-At: Your patch consists of passing the wildcard string to `directory-files' instead of a regexp. The third argument of `directory-files' is supposed to be a regexp, so how can that be right? What I see in the code is that `directory-files' does case-sensitive matching on systems where file names are case-sensitive. That seems correct. As far as I can see, `file-expand-wildcards' is correct too. If you think there is a bug in `file-expand-wildcards', can you please provide a test case for that bug?