windows8.1下常用編輯器安裝配置(emacs/vim)

來源:互聯網
上載者:User

標籤:blog   http   io   ar   java   for   檔案   art   c   

一、下載:在emacs:http://mirrors.ustc.edu.cn/gnu/emacs/windows/裡下載emacs-24.3-bin-i386.zip。解壓到自定目錄,雙擊bin檔案夾裡的addpm.exe進行安裝。

  1、配置HOME:

  方法1:添加HOME系統內容變數,這個有個很大的弊端,如果系統裡同時還安裝有java sdk等,這些軟體“找不到北的”

  方法2:二是添加或修改HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs\HOME=%emacs_dir% 登錄機碼,需要重啟系統。

  方法3:

    a、runEmacs.exe啟動emacs,在 Option 菜單中隨便更改一下設定,如 取消Ignore Case for Search,之後點 Save Options。因為預設情況下emacs不會在一啟動的時候就產生 .emacs 設定檔和 .emacs.d目錄的。這步產生的 .emacs 目錄還是在 C:\Users\<username>\AppData\Roaming 下。

    b、開啟.emacs 設定檔,修改內容為(load-file "D:/programming/emacs-24.3/.emacs")。

    c、拷貝 .emacs 檔案放到 D:/programming/emacs-24.3/ 裡。開啟.emacs,在開頭添加如下配置:
      (setenv "HOME" "D:/programming/emacs-24.3")
      (setenv "PATH" "D:/programming/emacs-24.3")
      ;;set the default file path
      (setq default-directory "~/")。

      現在 D:/OpenSource/emacs-24.3 成了emacs的 HOME了。

  2、學習

    3.1 簡單點的,可以參考這個文章配置:http://club.topsage.com/thread-2252500-1-1.html。

    3.2 有更高追求的,http://blog.csdn.net/redguardtoo/article/details/7222501

二、下載vim:ftp://ftp.vim.org/pub/vim/pc/,選擇vim74w32.zip,vim74rt.zip複製粘貼到本地。

windows8.1下常用編輯器安裝配置(emacs/vim)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.