Thanks for my best friend Ben Luo. He introduced a new IDE sublime for me and here are the resources:
Related Posts
emacs packages
(require 'package) ;; You might already have this line (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) (when (< emacs-major-version 24) ;; For important compatibility libraries like cl-lib (add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/")))…
用emacs發佈wordpress博客,詳細解說
這是我的第一篇(其實是第二篇啦,今天下午設置時,抑制不住興奮,當場就 發了一篇)用emacs發表的wordpress博客,到目前為止,我一點頭緒也沒有,大家和我一起慢慢來探索就是了。先說一下環境: Mac OS X version 10.6.5 GNU Emacs for Mac OS X version 23.2, http://emacsformacosx.com emacs 解壓後無需安裝,將app拖入applications運行即可,現在的環境變量如下: home: ~/ .emacs: ~/.emacs .emacs.d: ~/.emacs.d 我用的是英文版MAC OS,外掛FIT輸入法,目前emacs能夠打開中文文件名檔,也可以寫中文並存儲,唯一會出現亂碼的情況是m-x shell,而m-x dired則沒有問題,留待以後研究。 然後我參考了這篇文章,http://emacser.com/weblogger.htm,在這裡也順便介紹一下”emacs中文網”, 並且感謝一下vvoody(vvoody.org)。 要在emacs下發表wordpress,需要weblogger.el和xml-rpc.el,我從vvoody那裡下載了來,打了一個包,放在這裡。…
Traditional and Simplified Chinese convert under emacs
This is a complicated story, as you know I love traditional Chinese characters. Meanwhile, I write in traditional Chinese and the input method I selected Canji and also wrote the…