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: Thu, 06 Dec 2007 16:43:28 -0500 Message-ID: References: <200712060949.51142.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 1196977469 26594 80.91.229.12 (6 Dec 2007 21:44:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Dec 2007 21:44:29 +0000 (UTC) Cc: ra5ul@comcast.net, 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 Thu Dec 06 22:44:36 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 1J0OW7-0002X5-7s for ged-emacs-devel@m.gmane.org; Thu, 06 Dec 2007 22:44:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J0OVq-0004WU-4G for ged-emacs-devel@m.gmane.org; Thu, 06 Dec 2007 16:44:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J0OVF-00048J-Gj for emacs-devel@gnu.org; Thu, 06 Dec 2007 16:43:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J0OVE-000480-TZ for emacs-devel@gnu.org; Thu, 06 Dec 2007 16:43:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J0OVE-00047x-RC for emacs-devel@gnu.org; Thu, 06 Dec 2007 16:43:28 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J0OVE-0001ln-E4 for emacs-devel@gnu.org; Thu, 06 Dec 2007 16:43:28 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1J0OVE-0001FA-1f; Thu, 06 Dec 2007 16:43:28 -0500 In-reply-to: <200712060949.51142.andreas.roehler@online.de> (message from Andreas =?iso-8859-15?q?R=F6hler?= on Thu, 6 Dec 2007 09:49:50 +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:84809 Archived-At: As `read-file-name-completion-ignore-case' seems not honoured anyway by completion.el, maybe simply drop that var and use `case-fold-search' instead? The standard minibuffer completion routines do obey `read-file-name-completion-ignore-case', don't they? We just need to fix complete.el to do so.