Currently, when you use alt-w to do a wide-find-file under current selected dir (which uses "find" under the hood), it incorrectly uses "-name" exclusively, even with case fold, which should use "-iname". Additionally, it does not filter the results of find like it filters other file results (according to the ignore filenames). Attached are two patches to fix the behavior. -- Eyal