[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: canna



上林さんすみません。間違って個人宛に送ってしまいました。
気を取り直して……

Mon, Jun 02, 2003 at 09:53:50PM +0900
Masao Uebayashi wrote:

> TODO:
> 
> 	* canna-server-bin -> canna-bin
> 	* DESCR に書いてある使い方は MESSAGE に
> 	* その他 DESCR の wording 見直し
> 	* RCD スクリプト

1. 以前,ここに MESSAGE として出したもの
2. 現在の DESCR へのパッチ

の両方をとりあえずこの ML に送ります。参考になれば幸いです。
偶然ですが 1. がサーバーの面を,2. がクライアントの面を
カバーしてますね。妥当な内容かどうかはともかく。

高水

1.
You may want to follow the steps below to have canna start automatically
at boot:

	1. cp ${PREFIX}/etc/rc.d/canna /etc/rc.d/
	2. add the following line to /etc/rc.conf

		canna=YES	canna_flags="-u daemon"

canna_flags="-u daemon" is not required, but recommended. Note that our
Canna package no longer uses setuid to make the server run as user "daemon",
owing to the implementation of -u option (3.6 and above). See cannaserver(1M).

Also note that by default cannaserver(1M) no longer allows connections through
tcp port 5680. You need to specify -inet option explicitly for this purpose.

2.
Index: DESCR
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/inputmethod/canna/DESCR,v
retrieving revision 1.1
diff -u -r1.1 DESCR
--- DESCR	2003/05/31 07:24:38	1.1
+++ DESCR	2003/06/06 14:42:56
@@ -1,13 +1,19 @@
 Canna is a Kana-Kanji conversion server.
-Support Mule (Multi-lingal extention Emacs), kinput2 X11 input method,
+
+It supports Mule (Multi-lingual Emacs), kinput2 X11 input method,
 cannum front end and some others.
 
-  To use from Mule (CANNA version), in .emacs file:
+To use it from Mule (CANNA version), add the following lines to
+your .emacs file:
 
      (if (and (boundp 'CANNA) CANNA) ; Is it CANNA MULE?
         (progn
          (load-library "canna")
          (canna) ))
+
+Then press `C-o' to begin kana-kanji conversion. See `info' and/or
+documents for more details.
 
-  Then kana-kanji conversion begin to `C-o' key.  Show more detail
-Info, and/or documents.
+Please note that the example above is about pkgsrc/editors/mule,
+not the current version(s) of emacs including pkgsrc/editors/emacs.
+In the latter case you still can use Canna via kinput2.