First, download: Download Emacs-24.3-bin-i386.zip in emacs:http://mirrors.ustc.edu.cn/gnu/emacs/windows/. Unzip to the custom directory and double-click the Addpm.exe in the Bin folder to install.
1. Configure Home:
Method 1: Add home system environment variables, this has a big drawback, if the system also has a Java SDK installed, and so on, these software "can not find the north"
Method 2: Two is to add or modify the Hkey_local_machine\software\gnu\emacs\home=%emacs_dir% registry key, need to restart the system.
Method 3:
A, RunEmacs.exe start Emacs, in the Option menu, change the settings, such as cancel ignore case for Search, then click Save Options. Because Emacs does not generate the. Emacs configuration file and the. EMACS.D directory by default when it is started. The. Emacs directory generated by this step is still under c:\users\<username>\appdata\roaming.
B. Open the. Emacs configuration file with the modified content (load-file "D:/programming/emacs-24.3/.emacs").
C, copy the. emacs file into the d:/programming/emacs-24.3/. Open. Emacs and add the following configuration at the beginning:
(setenv "HOME" "d:/programming/emacs-24.3")
(setenv "PATH" "d:/programming/emacs-24.3")
;; Set the default file path
(setq default-directory "~/").
Now d:/opensource/emacs-24.3 has become the home of Emacs.
2. Learning
3.1 Simple point, you can refer to this post configuration: http://club.topsage.com/thread-2252500-1-1.html.
3.2 Have a higher pursuit, http://blog.csdn.net/redguardtoo/article/details/7222501.
Second, download vim:ftp://ftp.vim.org/pub/vim/pc/, select Vim74w32.zip,vim74rt.zip copy Paste to local.
windows8.1 Common Editor installation configuration (EMACS/VIM)