unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* trivial patch for `ido.el'
@ 2005-08-21 12:12 Paul Pogonyshev
  2005-08-21 20:47 ` Kim F. Storm
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Pogonyshev @ 2005-08-21 12:12 UTC (permalink / raw)


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  <pogonyshev@gmx.net>

	* 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-08-21 21:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-21 12:12 trivial patch for `ido.el' Paul Pogonyshev
2005-08-21 20:47 ` Kim F. Storm
2005-08-21 20:58   ` Paul Pogonyshev
2005-08-21 21:27     ` Kim F. Storm

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).