emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

comint.el enhancement request


From: Trey Jackson
Subject: comint.el enhancement request
Date: Thu, 12 Jun 2008 11:01:22 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.1 (gnu/linux)

All,

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


I can provide a patch if desired.


TJ

-- 
Trey Jackson
address@hidden

Paul's Law: You can't fall off the floor.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]