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: Sun, 5 Feb 2012 07:28:16 -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 1328455729 19976 80.91.229.3 (5 Feb 2012 15:28:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Feb 2012 15:28:49 +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 16:28:48 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 1Ru41G-0004dx-0Q for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Feb 2012 16:28:46 +0100 Original-Received: from localhost ([::1]:57393 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru41F-0002UP-8V for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Feb 2012 10:28:45 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:47638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru416-0002U6-G5 for help-gnu-emacs@gnu.org; Sun, 05 Feb 2012 10:28:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ru412-0007ar-MM for help-gnu-emacs@gnu.org; Sun, 05 Feb 2012 10:28:36 -0500 Original-Received: from rcsinet15.oracle.com ([148.87.113.117]:43848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru412-0007aR-H8 for help-gnu-emacs@gnu.org; Sun, 05 Feb 2012 10:28:32 -0500 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by rcsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q15FSQRW022513 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 5 Feb 2012 15:28:28 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q15FSPoN027639 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 5 Feb 2012 15:28:25 GMT Original-Received: from abhmt115.oracle.com (abhmt115.oracle.com [141.146.116.67]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q15FSOec020956; Sun, 5 Feb 2012 09:28:25 -0600 Original-Received: from dradamslap1 (/10.159.51.229) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 05 Feb 2012 07:28:24 -0800 X-Mailer: Microsoft Office Outlook 11 In-reply-to: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Thread-Index: Aczj7TVtdC7lKJh8Qv6LfO5Ax2ezCwALXJng X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-CT-RefId: str=0001.0A090207.4F2EA01C.002B,ss=1,re=0.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 148.87.113.117 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:83660 Archived-At: > > When looking for a user option, try `apropos-variable'. > > In this case, `M-x apropos-variable RET case file RET'. > > Does the search box at the top of M-x customize do the same thing? Pretty much. But it finds faces as well as options.