1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/japanese/emacs20-dl-canna/pkg-descr
Jun Kuriyama 8dd0162faa Dynamic loading module input method `Canna' on Emacs.
PR:		ports/8832
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1999-01-11 14:19:17 +00:00

16 lines
403 B
Plaintext

Input method module `Canna' for Emacs with dynamic loading enhancement.
This is an input method module Canna for Emacs.
To use Canna, put in your $HOME/.emacs as follows:
(load "canna")
(canna)
This dynamic loading module sources and emacs20 dynamic loading patch
is placed on the following URL:
ftp://ftp.jaist.ac.jp/pub/GNU/elisp/emacs-20-dl/
--- Porting by shige <shige@kuis.kyoto-u.ac.jp>.