From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: add `read-buffer-completion-ignore-case' ? Date: Sun, 08 Jun 2008 21:53:22 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212976415 6184 80.91.229.12 (9 Jun 2008 01:53:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Jun 2008 01:53:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: jpw@pobox.com (John Paul Wallington) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 09 03:54:18 2008 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 1K5WaP-0007TS-SA for ged-emacs-devel@m.gmane.org; Mon, 09 Jun 2008 03:54:18 +0200 Original-Received: from localhost ([127.0.0.1]:36895 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5WZc-00084E-R3 for ged-emacs-devel@m.gmane.org; Sun, 08 Jun 2008 21:53:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K5WZZ-000841-CV for emacs-devel@gnu.org; Sun, 08 Jun 2008 21:53:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5WZX-00083p-Su for emacs-devel@gnu.org; Sun, 08 Jun 2008 21:53:25 -0400 Original-Received: from [199.232.76.173] (port=45428 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5WZX-00083m-JI for emacs-devel@gnu.org; Sun, 08 Jun 2008 21:53:23 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:27083) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K5WZY-000404-9T for emacs-devel@gnu.org; Sun, 08 Jun 2008 21:53:24 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjICABcqTEjO+ISodGdsb2JhbACBVJA0ASebNQ X-IronPort-AV: E=Sophos;i="4.27,610,1204520400"; d="scan'208";a="22302124" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 08 Jun 2008 21:53:22 -0400 Original-Received: from pastel.home ([206.248.132.168]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id PHK05423; Sun, 08 Jun 2008 21:53:23 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 792928265; Sun, 8 Jun 2008 21:53:22 -0400 (EDT) In-Reply-To: (John Paul Wallington's message of "Sun, 08 Jun 2008 22:28:30 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:98751 Archived-At: > Is it okay to install the following change? I don't think we need yet-another configuration variable for that. We should just reuse read-file-name-completion-ignore-case. Stefan