Emacs is the most advanced editor out there. It's not even an editor, but rather more like an editor construction kit that comes with a half-finished editor.
I use Emacs because there's no other editor in the world that allows me to
- work with so many languages and text formats
- adapt it so easily to new environments
- use it as a Lisp REPL, for exploratory programming
- so easily connect to external systems (even on remote servers) to evaluate expressions, such that I can test the code that I'm programming merely by highlighting it and hitting a key combination
- work on remote files, or ssh to a remote workstation and start emacs in the terminal, or connect to any number of revision control systems, or work in Windows, Mac, Linux or just about anything else; emacs sees no network or platform boundaries
- use the most comprehensive and powerful suite of text-editing functions in the world; emacs can literally draw with text
There is no comparison between Emacs and any Modern IDE in existence today. There are some things that an IDE is going to do better, like be pretty, provide better support for the mouse, and re-factor ridiculously verbose and inflexible computer programming languages that have to resort to lots of design-patterns. But a person that knows Emacs and Lisp well enough is going to be able to set up development environments that make him or her far more productive than the non-Emacs users. This is especially true when you're developing applications in new environments or paradigms. For example, I develop Perl and XQuery applications that run against a Mark Logic server. Of all the people I've ever encountered, I can develop those applications faster than anyone else. There is no IDE for developing Perl and XQuery applications that run against a native XML database, but Emacs has allowed me to quickly create an environment that will likely not exist in the form of an IDE for years.
The reason Emacs doesn't provide excellent mouse support (not as many tool bars, etc), is that using the mouse actually slows you down considerably. The reason Emacs's user interface looks archaic is that nothing works better when you get past a certain productivity point. To a newcomer, these attributes can seem off-putting. But you should see how I can arrange and navigate code on Emacs's screens.
Emacs makes you incredibly more productive, but it's not easy to learn. I've known people that used Emacs for 10 years before they really discovered what makes it different from the other editors. You have to go into Emacs with the understanding that if you don't learn a great deal of it, it's not going to help you; even a lame IDE will work better for you if you can't keep your hands off the mouse and you can't learn Lisp.
To be fair, I've also never met (or even read about) anyone who said that they were done learning Emacs. It's too vast. It has too many contributors. It's been around too long. The best anyone can do is to learn enough Emacs that their general productivity sees a real jump.
If you want to compare Emacs with anything, then compare it to Vim. Nothing else even comes close.