ido

Emacs ido-style shell

Is there a command line shell or shell customization that supports emacs-style ido find file? In emacs, I can navigate to a directory extremely quickly using C-x C-f and (ido-mode t). Ideally, I'm looking for a solution that can be used outside of emacs. Though I'd be open for a way to quickly change directories within an eshell buffe...

ido freezes when a non-existent file match is entered

Sometimes when I enter a non-existent file match in ido, by mistake, it freezes.... is there an option I can turn off.... it works really well the rest of the time. ...

Is there any ECB (or other)-enhanced find file mojo?

Can I use ECB (or some other project aware thing, like eproject, ibuffer, etc.) to enhance emacs's find-file goodness? Imagine this scenario: I have several projects/directories specified in my ecb-source-path, let's call them Project1 and Project2, and they look like so: Project1 foo.c bar.c Project2 foo.c baz.c I'd like to...