Other installation tips

Prime is a predictive text input method effectively used in Emacs.

相撲外:Installing Prime on the Universal

To install it, follow these steps, based on the Prime installation guide, originally found here.

This finishes the server installation. Now the emacs frontend must be installed. To install it, follow these steps, based on the Prime emacs frontend installation guide, originally found here.

Now, to finish the installation, modify you .emacs file, according to MELL installation guide, originally found here and the Prime emacs frontend installation guide, originally found here.

Add the following lines to your .emacs file:

;;; MELL (Emacs Lisp ライブラリ) (require 'init-mell) ;;; Suikyo (ローマ字ひらがな変換ライブラリ) (require 'init-suikyo) ;;; PRIME for Emacs (require 'init-prime) (setq prime-toggle-key "C-xC-j") (global-set-key prime-toggle-key 'japanese-prime)

Now restart emacs. After this, when you hit C-x C-j prime input will start and you can type predictivelly.

However, under cygwin, Prime still doesn't run.

For some reason emacs get stuck in busy mode, displaying the clock, after displaying the message:

Loading /home/shiroikuma/.prime/Custom_prime-el.el (source)...done


.