#### README: README file of prime-el
#### $Id: README,v 1.3 2003/06/06 14:49:54 komatsu Exp $
####
#### Copyright (C) 2003 Hiroyuki Komatsu <komatsu@taiyaki.org>
####     All rights reserved.
####     This is free software with ABSOLUTELY NO WARRANTY.
####
#### You can redistribute it and/or modify it under the terms of 
#### the GNU General Public License version 2.

---- WHAT IS PRIME-EL? -------------------------------------
prime-el is an emacs client for PRIME which is Japanese PRedictive
Input Method Editor.
For more detail, please see the following web page.

    http://taiyaki.org/prime/

---- HOW TO INSTALL ----------------------------------------

% ./configure
% make
% make install
% make install-etc (If you need)

"make install-etc" command overwrites ${prime-configdir}/Custom_prime-el.el
You might not need run this command for subsequent installation.

---- HOW TO SETUP ------------------------------------------

Please add the following line to your '.emacs'.

  (require 'init-prime)

If you have specified '--with-prime-el-initfile', the value 'init-prime'
changes to your specified value sans the extension.
