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?
|
|
|
I use EmacsW32, it works great. See its EmacsWiki page for details. To me, the biggest advantage is that:
And concerning XEmacs, according to this post by Steve Yegge:
EDIT: I now use regular GNU Emacs 23. 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! |
|||||||||||
|
|
Note that GNU Emacs for Windows comes with two executables to start Emacs: "emacs.exe" and "runemacs.exe". The former keeps a DOS-Prompt window in the background, while the latter does not, so when if you choose that distribution and want to create a shortcut, be sure to launch "runemacs.exe". Carl |
|||||
|
|
Easiest way to find where the user init file is:
Easiest way to open it is (in the scratch buffer):
and hit C-j to eval |
|||
|
|
|
Well, I personally really like what I have been using since I started with Emacs, which is GNU Emacs. It looks like it is built for windows too. That link also answers your .emacs file question. Here is a place you can download it. You should probably get version 22.2 (the latest). If this is your first time, I hope you enjoy it! I know I absolutely love emacs! |
|||
|
|
|
See http://www.gnu.org/software/emacs/windows/ntemacs.html. Section 2.1 describes where to get it, and section 3.5 describes where the .emacs file goes (by default, in your home directory, as specified by the HOME environment variable). |
|||
|
|
|
I run it under cygwin. That also gives me a Unix-ish environment for shelling out commands with meta-! |
|||
|
|
|
I've run both GNU emacs and Xemacs on windows. I used to use it as my primary editor, email client etc, but not it's "just" an editor. When I recently reinstalled to Vista I installed the latest GNU version. It works fine. So does Xemacs, but it does look like GNU have got their sh*t together so Xemacs isn't as compelling anymore. |
|||
|
|
|
I suggest you to use development version of GNU Emacs 23, which is pretty stable and to be released relatively soon. You can get weekly binary builds from the link below. |
|||||
|
|
I have a portable version with .emacs configure ready, which setup org mode, I-do, etc. It also included org sample file. I think that is a better start point for new comers. Basically run with runemacs.bat and everything is ready. |
||||
|
|
|
I use a vanilla version of emacs. In my experience, this is very stable, simple, does everything I need, and doesn't add a bunch of bloat that I don't need. The .emacs file can be placed in C:\Users\YourName if the HOME environment variable is set. This is a great way to handle it because it works on a user basis and mimics emacs behavior on Linux. You can download the zip from any gnu software repository mirror in the emacs/windows folder. You want the file that is named emacs-xx.x-bin-i386.zip. There are some great instructions for configuring emacs for windows here. Basically, "installation" boils down to:
|
||||
|
|
|
When forced to use Windows, I ... Download "Emacs for windows", and save it in some directory (henceforth referred to as EMACS_SOMEWHERE) Drop a .cmd file in "Startup" to map, "My Documents" to H: drive with subst, or if "My Documents" resides on a remote server, I use the "Map Network Drive" thing in Explorer to have "My Documents" named H:. Then I create an environment variable named HOME in Windows and give it the name of "H:". Now I can drop my .emacs file in "My Documents" and it will be read by emacs when it launches. Then I create the H:\bin directory. Then I add "H:\bin" to my Windows "Path" environment variable. Then I create a H:\bin\emacs.cmd file. It contains one line:
This is a fair bit of work, but it will enable me to run the one and same emacs from either a windows command prompt or from a cygwin command prompt, provided that /cygdrive/h/bin is added to my cygwin PATH variable. Haven't used this setup for a while but as I recall, when I call the emacs.cmd with a new file over and over, they all end up being buffers in the one and same emacs session. |
|||
|
|
To access the .emacs file for your profile the easiest way is to open up emacs. Then do C-x C-, type in ~USERNAME/.emacs (or you can use init.el or one of the other flavours). Type your stuff into the file and C-x C-s (I think) to save it. The actual file is located (in Windows XP) in c:\Documents and Settings\USERNAME.emacs.d(whatever you named the file), or the equivalent spelling/location on your system. |
|||
|
|
|
You can download GNU Emacs NT from here direct. It works fine in windows, make sure you create a shortcut to the runemacs.exe file rather than the emacs.exe file so it doesn't show a command prompt before opening! XEmacs is less stable than GNU Emacs, and a lot of extensions are specifically written for GNU. I would recommend GNU > X. You can place the .emacs file in the root of the drive it's installed on. Not sure whether you can add it elsewhere too... |
|||
|
|
|
Im using emacs32, I only have one problem with it really: |
|||
|
|
|
If You Mean Emacs as Latex Editor for Windows 7.
|
|||
|
|