From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Make find file case insensitive Date: Sat, 4 Feb 2012 23:03:37 -0800 Message-ID: References: <7C0FFA78D77B49AB9A334F0E3630B38D@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1328425441 27549 80.91.229.3 (5 Feb 2012 07:04:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Feb 2012 07:04:01 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "'Aaron Meurer'" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 05 08:04:00 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rtw8i-0007IL-Gf for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Feb 2012 08:03:57 +0100 Original-Received: from localhost ([::1]:52694 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rtw8g-0007rE-FI for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Feb 2012 02:03:54 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:33999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rtw8b-0007qp-Jc for help-gnu-emacs@gnu.org; Sun, 05 Feb 2012 02:03:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rtw8a-00015g-LU for help-gnu-emacs@gnu.org; Sun, 05 Feb 2012 02:03:49 -0500 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:61181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rtw8a-00013L-E2 for help-gnu-emacs@gnu.org; Sun, 05 Feb 2012 02:03:48 -0500 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id q1573jer028024 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 5 Feb 2012 07:03:46 GMT Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q1573jNM002662 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 5 Feb 2012 07:03:45 GMT Original-Received: from abhmt104.oracle.com (abhmt104.oracle.com [141.146.116.56]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q1573ikT016228; Sun, 5 Feb 2012 01:03:45 -0600 Original-Received: from dradamslap1 (/10.159.51.229) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 04 Feb 2012 23:03:44 -0800 X-Mailer: Microsoft Office Outlook 11 In-reply-to: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Thread-Index: Aczj0wp1jE1uLuBmRFeiSHGI6W9UYAAAO/+g X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090209.4F2E29D2.0077,ss=1,re=0.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 141.146.126.227 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83655 Archived-At: > > Starting with Emacs 22, see option > `read-file-name-completion-ignore-case. > > Thanks. I don't know why I missed that, because I searched M-x > customize for "case". When looking for a user option, try `apropos-variable'. In this case, `M-x apropos-variable RET case file RET'.