emacs-devel
[Top][All Lists]
Advanced

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

trivial patch for `ido.el'


From: Paul Pogonyshev
Subject: trivial patch for `ido.el'
Date: Sun, 21 Aug 2005 15:12:44 +0300
User-agent: KMail/1.4.3

Does anybody mind this simple change?  I have directory named `~/cvs'
(in lowercase) and I don't like `ido' ignoring it.


2005-08-21  Paul Pogonyshev  <address@hidden>

        * ido.el (ido-ignore-item-p): Bind `case-fold-search' to
        `ido-case-fold' locally.



--- ido.el      21 Aug 2005 15:11:13 +0300      1.74
+++ ido.el      21 Aug 2005 15:11:57 +0300      
@@ -3366,7 +3366,8 @@ for first matching file."
   (or (member name ido-ignore-item-temp-list)
       (and
        ido-process-ignore-lists re-list
-       (let ((data       (match-data))
+       (let ((case-fold-search ido-case-fold)
+            (data       (match-data))
             (ext-list   (and ignore-ext ido-ignore-extensions
                              completion-ignored-extensions))
             ignorep nextstr





reply via email to

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