Emacs in Windows

sverrejoh picture sverrejoh · Sep 3, 2008 · Viewed 63.5k times · Source

How do you run Emacs in Windows?

What is the best flavor of Emacs to use in Windows, and where can I download it? And where is the .emacs file located?

Answer

Sébastien RoccaSerra picture Sébastien RoccaSerra · Sep 3, 2008

I use EmacsW32, it works great. EDIT: I now use regular GNU Emacs 24, see below.

See its EmacsWiki page for details.

To me, the biggest advantage is that:

  • it has a version of emacsclient that starts the Emacs server if no server is running (open all your files in the same Emacs window)
  • it includes several useful packages such as Nxml
  • it has a Windows installer or you can build it from sources

And concerning XEmacs, according to this post by Steve Yegge:

To summarize, I've argued that XEmacs has a much lower market share, poorer performance, more bugs, much lower stability, and at this point probably fewer features than GNU Emacs. When you add it all up, it's the weaker candidate by a large margin.

EDIT: I now use regular GNU Emacs 24. It also contains Nxml, can be installed or built from sources, and with this wrapper, the Emacs server starts if no server is running. Cheers!