From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Trey Jackson" Newsgroups: gmane.emacs.devel Subject: Re: comint.el enhancement request Date: Fri, 13 Jun 2008 08:19:41 -0700 Message-ID: <198e25e10806130819o64653a3eva7c355e775f506a6@mail.gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1613_3240008.1213370381460" X-Trace: ger.gmane.org 1213370415 13664 80.91.229.12 (13 Jun 2008 15:20:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Jun 2008 15:20:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 13 17:20:58 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 1K7B5F-0003qh-PJ for ged-emacs-devel@m.gmane.org; Fri, 13 Jun 2008 17:20:58 +0200 Original-Received: from localhost ([127.0.0.1]:60174 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7B4R-00070Y-Ru for ged-emacs-devel@m.gmane.org; Fri, 13 Jun 2008 11:20:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K7B4N-000702-Fb for emacs-devel@gnu.org; Fri, 13 Jun 2008 11:20:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K7B4M-0006yt-0c for emacs-devel@gnu.org; Fri, 13 Jun 2008 11:20:03 -0400 Original-Received: from [199.232.76.173] (port=56619 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7B4L-0006yq-PB for emacs-devel@gnu.org; Fri, 13 Jun 2008 11:20:01 -0400 Original-Received: from wf-out-1314.google.com ([209.85.200.174]:31121) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K7B4L-0006wd-GK for emacs-devel@gnu.org; Fri, 13 Jun 2008 11:20:01 -0400 Original-Received: by wf-out-1314.google.com with SMTP id 28so4256114wfc.24 for ; Fri, 13 Jun 2008 08:20:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=aoMdLPS44/hfHjytekno0QQJnMoa2cq1xasA9zi3e1Y=; b=vJIy+dP5rkGBcZX7pA+MQlhQL6VoO8839H65LGflG68AZXyWeWGLHJ6oRvWqDclsSv Ru+b4T8EKLYpe7d3FeqBgu8WrJm8mWk5Zw0ROecz7WeOCYo/Nnrzrp+jR9nLpFLdsXcq GQeG9m2A7J1mfL5CHv76jqjaINbiMuMlJmY40= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=qdRXdP56oaXq+0GWqsP5YvI1F1pvlEbkXN9AfZNkMb7A/lG/UpeXHMSc33Ycolq004 ePeG/M/r8FcnQ6A58OGYkKA4IvyrJ8h4Apo0n+PaAfZgDj3PBtvNjxGGewYqYHrU0z+f c1AVvn12AovR0jM4dIFaJ0nEs10OzrCFDcAkc= Original-Received: by 10.142.194.4 with SMTP id r4mr1100028wff.292.1213370381467; Fri, 13 Jun 2008 08:19:41 -0700 (PDT) Original-Received: by 10.143.187.8 with HTTP; Fri, 13 Jun 2008 08:19:41 -0700 (PDT) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:99113 Archived-At: ------=_Part_1613_3240008.1213370381460 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Yes, 22.1 I believe (am not brave enough to run off CVS). thanks, TJ On Fri, Jun 13, 2008 at 8:00 AM, Stefan Monnier wrote: > > 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 > -- Trey Jackson bigfaceworm@gmail.com "Like any truly useful program, `hello' contains a built-in mail reader." -- GNU's Bulletin, July 1996 ------=_Part_1613_3240008.1213370381460 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Yes, 22.1 I believe (am not brave enough to run off CVS).

thanks,

TJ

On Fri, Jun 13, 2008 at 8:00 AM, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
> 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



--
Trey Jackson
bigfaceworm@gmail.com
"Like any truly useful program, `hello' contains a built-in mail reader."
-- GNU's Bulletin, July 1996
------=_Part_1613_3240008.1213370381460--