CJSPELL

Install

Download cjspell-0.1.zip. Extract it, and you will find three important files:

  1. cjspell.el: install it to your site-lisp;
  2. wordchk.exe: install to your PATH. You can also build the wordchk.exe from wordchk.c.
  3. 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.