Thanks for my best friend Ben Luo. He introduced a new IDE sublime for me and here are the resources:
Related Posts
Chinese solution for emacs
Chinese solution for emacs ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ==================================================================================================== NTEmacs Chineselization Version: NTEmacs 21.1 Environment: cygwin, Windows 2000 SP2 =================================================================================================== 1. Check menu Options->Mule->Set Language Environment->Chinese->Chinese-GB Turn on Chinese mode 2. Click menu…
How to install/configure ispell for emacs under MacOS?
Install brew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" answer the current user’s password and install is automatically Install ispell brew install ispell --with-lang-en Configure the .emacs (setq ispell-program-name "/usr/local/bin/ispell") Use M-x…
Chinese canji5 IME for emacs
I was reading Ship of Theseus, the S. book, and suddenly realised that I need rewrite the canji5 IME for emacs. I borrowed wubi and canji3 for a while and…