bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#13003: Ido wide-find-file fixes


From: Eyal Lotem
Subject: bug#13003: Ido wide-find-file fixes
Date: Mon, 26 Nov 2012 17:48:58 +0200

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

Attachment: 0001-ido.el-Wide-find-file-should-ignore-files-like-the-r.patch
Description: Binary data

Attachment: 0002-ido.el-wide-find-file-Use-iname-rather-than-name-if-.patch
Description: Binary data


reply via email to

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