From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.help Subject: Re: Configure case insensitive filename auto-complete Date: Mon, 24 Dec 2007 10:30:47 +0100 Message-ID: <87wsr4783c.fsf@gmx.de> References: <7182e2f5-d7ad-4728-b24a-830bdd641968@e10g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1198489329 582 80.91.229.12 (24 Dec 2007 09:42:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Dec 2007 09:42:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 24 10:42:23 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J6jpE-0002yo-3m for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Dec 2007 10:42:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J6jot-0001qR-T2 for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Dec 2007 04:41:59 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!newsfeed.sovam.com!goblin1!goblin.stu.neva.ru!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: p54866ff8.dip.t-dialin.net Original-X-Trace: quimby.gnus.org 1198488488 14075 84.134.111.248 (24 Dec 2007 09:28:08 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 24 Dec 2007 09:28:08 +0000 (UTC) User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:EEHwf2JwMTPbXDCpWF97fMWGfJw= Original-Xref: shelby.stanford.edu gnu.emacs.help:154882 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:50306 Archived-At: On 2007-12-24 09:57 +0100, Bruza wrote: > Is there a way to make my min-buffer filename auto-complete case > sensitive? I personally think it's really annoying having to remember > the case of the first letter of your file (is it "MySQL.txt" or > "mysql.txt"??) when using filename auto-complete search. After all, > the auto-complete is meant to help you so that you don't have to > remember exactly what the filename is... Set read-file-name-completion-ignore-case to t. Sven