windows8.1 Common Editor installation configuration (EMACS/VIM)

Source: Internet
Author: User

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)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.