網頁

2013年8月5日 星期一

emacs 簡繁轉換 -- 使用新同文堂python

需要環境

python2.7

請上官網下載安裝,並加入系統變數裡裡

unicad.el - emacs 識別編碼用

下載並安裝unicad.el

unicad-1.1.4.tar.gz
wget "http://unicad.googlecode.com/files/unicad-1.1.4.tar.gz"
tar -zxv -f unicad-1.1.4.tar.gz

在.emcac加入下面這兩行

(add-to-list 'load-path "/path/to/unicad_folder") ;這行要指定路徑
(require 'unicad)

安裝教學

git clone "https://github.com/monkey413/tongwen-emacs.git

在.emcac加入下面這兩行

(add-to-list 'load-path "/path/to/tongwen-emacs") ;這行要指定路徑
(require 'hanconvert)

使用教學

M-x hanconvert-to

沒有留言:

張貼留言