CJSPELL
Install
Download cjspell-0.1.zip. Extract
it, and you will find three important files:
- cjspell.el: install it to your site-lisp;
- wordchk.exe: install to your PATH.
You can also build the wordchk.exe from wordchk.c.
- words: put in in your HOME.
How to Use
Add following lines to your .emacs initialization file:
(require 'cjspell)
To use it:
M-X cjspell-buffer
M-X cjspell-region
Future Work
This is a simple start point. More improvements will be considered.
Comments are highly welcome.