[Anything][1]! It's a kind of Quicksilver / Launchy / slickedit / Ubiquity tool inside Emacs.

Out of the box it allows you to type a word or regex and presents you lists of matching:

* buffers (defaulting to the previous buffer, allowing you to switch back & forth between two buffers)
* files from the current directory
* recent files
* emacs functions / commands
* info pages
* man pages

And it's easily extensible, you can easily add Google suggestions, or grep / find / [mdfind][2] tools (most of them being allready there).

With Anything, I don't need `iswitchb` anymore, and I rarely use `(ido-)find-file`, since most of the time the files I want to open are already in the recent files list or the current directory list. 

It changed the way I use Emacs!


  [1]: http://www.emacswiki.org/cgi-bin/wiki/Anything
  [2]: http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/mdfind.1.html