From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Aaron Meurer Newsgroups: gmane.emacs.help Subject: Re: Make find file case insensitive Date: Sun, 5 Feb 2012 03:01:38 -0700 Message-ID: References: <7C0FFA78D77B49AB9A334F0E3630B38D@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1328436130 24041 80.91.229.3 (5 Feb 2012 10:02:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Feb 2012 10:02:10 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Drew Adams Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 05 11:02:09 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 1RtyvB-0006I2-3A for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Feb 2012 11:02:09 +0100 Original-Received: from localhost ([::1]:59494 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rtyv8-0002Pg-VT for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Feb 2012 05:02:06 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:60926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rtyv4-0002PQ-LY for help-gnu-emacs@gnu.org; Sun, 05 Feb 2012 05:02:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rtyv1-00083Q-My for help-gnu-emacs@gnu.org; Sun, 05 Feb 2012 05:02:02 -0500 Original-Received: from mail-lpp01m010-f41.google.com ([209.85.215.41]:41941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rtyv1-00083J-Dp for help-gnu-emacs@gnu.org; Sun, 05 Feb 2012 05:01:59 -0500 Original-Received: by lamf4 with SMTP id f4so2975874lam.0 for ; Sun, 05 Feb 2012 02:01:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=HXbvlHbL4N7w3RU8w/Hn6nmfnH3FpBMMO6y4l0aR2N4=; b=NOB5eOn65ERppBa8I5Vpbq3Opwg5kNMEc10Er2TT0Wu85z+kMLAldQWO3nSb1bpI0C sgXa8FrQERVBRLOe5lRjvA9SlfKPtCKE+tctDxzshyLSPC/Kz3QNb6o7iMLgczG7L12j sZkVoL7ytXzZPJJvl1fIqgwv3F4l3bA3OwxgY= Original-Received: by 10.152.130.98 with SMTP id od2mr6585412lab.3.1328436118112; Sun, 05 Feb 2012 02:01:58 -0800 (PST) Original-Received: by 10.112.20.167 with HTTP; Sun, 5 Feb 2012 02:01:38 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.215.41 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:83657 Archived-At: On Sun, Feb 5, 2012 at 12:03 AM, Drew Adams wrote: >> > Starting with Emacs 22, see option >> `read-file-name-completion-ignore-case. >> >> Thanks. =A0I 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'. > Does the search box at the top of M-x customize do the same thing? Aaron Meurer