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: comint.el enhancement request Date: Fri, 13 Jun 2008 11:00:38 -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 1213369347 9669 80.91.229.12 (13 Jun 2008 15:02:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Jun 2008 15:02:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Trey Jackson Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 13 17:03:06 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 1K7Anv-0005OC-UL for ged-emacs-devel@m.gmane.org; Fri, 13 Jun 2008 17:03:04 +0200 Original-Received: from localhost ([127.0.0.1]:47414 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7An8-00061T-AD for ged-emacs-devel@m.gmane.org; Fri, 13 Jun 2008 11:02:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K7Amc-0005SY-JI for emacs-devel@gnu.org; Fri, 13 Jun 2008 11:01:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K7Amb-0005R7-0k for emacs-devel@gnu.org; Fri, 13 Jun 2008 11:01:42 -0400 Original-Received: from [199.232.76.173] (port=34380 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7Ama-0005Qt-Rx for emacs-devel@gnu.org; Fri, 13 Jun 2008 11:01:40 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:47865) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K7Ama-0004FH-EQ for emacs-devel@gnu.org; Fri, 13 Jun 2008 11:01:40 -0400 Original-Received: from ceviche.home (vpn-132-204-232-131.acd.umontreal.ca [132.204.232.131]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id m5DF1ciu021523 for ; Fri, 13 Jun 2008 11:01:38 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 175B6B4087; Fri, 13 Jun 2008 11:00:38 -0400 (EDT) In-Reply-To: (Trey Jackson's message of "Thu, 12 Jun 2008 11:01:22 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered HAS_X_HELO=0, RV3037=0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:99105 Archived-At: > comint.el has 3 locations where it sets the completion-ignore-case like so: > (let* ((completion-ignore-case (memq system-type '(ms-dos windows-nt cygwin))) > As it appears the comint completion is used for filenames, I'd suggest > having the completion-ignore-case (optionally?) set to: > read-file-name-completion-ignore-case Looks like this has been changed in the trunk already a while ago. Were you looking at the Emacs-22 code, by any chance? Stefan