0
|
1 .\"
|
|
2 .\" $Id: ximrc.man,v 1.1.1.1 2000/01/16 05:07:58 ura Exp $
|
|
3 .\"
|
|
4
|
|
5 .\" FreeWnn is a network-extensible Kana-to-Kanji conversion system.
|
|
6 .\" This file is part of FreeWnn.
|
|
7 .\"
|
|
8 .\" Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999
|
|
9 .\" Copyright 1991 by Massachusetts Institute of Technology
|
|
10 .\"
|
|
11 .\" Author: OMRON SOFTWARE Co., Ltd. <freewnn@rd.kyoto.omronsoft.co.jp>
|
|
12 .\"
|
|
13 .\" This program is free software; you can redistribute it and/or modify
|
|
14 .\" it under the terms of the GNU General Public License as published by
|
|
15 .\" the Free Software Foundation; either version 2, or (at your option)
|
|
16 .\" any later version.
|
|
17 .\"
|
|
18 .\" This program is distributed in the hope that it will be useful,
|
|
19 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
20 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
21 .\" GNU General Public License for more details.
|
|
22 .\"
|
|
23 .\" You should have received a copy of the GNU General Public License
|
|
24 .\" along with GNU Emacs; see the file COPYING. If not, write to the
|
|
25 .\" Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
26 .\"
|
|
27 .\" Commentary:
|
|
28 .\"
|
|
29 .\" Change log:
|
|
30 .\"
|
|
31 .\" Last modified date: 8,Feb.1999
|
|
32 .\"
|
|
33
|
|
34 .TH XIMRC 4 "Release 5" "X Version 11"
|
|
35 .SH 名称
|
|
36 ximrc \- Xウィンドウ・インプットマネージャー(xwnmo(1X))用
|
|
37 環境設定ファイル
|
|
38 .SH 形式
|
|
39 .B /usr/local/lib/wnn/ximrc (デフォルト)
|
|
40 .SH 解説
|
|
41 \fIXimrc\fP ファイルは、\fIxwnmo\fP の環境を設定するファイルです。
|
|
42 ユーザごとに異なった設定が可能です。
|
|
43 同じエントリがある場合は、後のものが優先されます。
|
|
44 セミコロン (;) で始まる行は、コメント行です。
|
|
45 .PP
|
|
46 \fIXwnmo\fP は、以下の順序でこのファイルをサーチします。
|
|
47 .TP 8
|
|
48 1. リソース "ximrcName" で指定されたもの
|
|
49 .br
|
|
50 2. $HOME/.ximrc
|
|
51 .br
|
|
52 3. /usr/local/lib/wnn/ximrc (デフォルト)
|
|
53 .PP
|
|
54 この設定ファイルで記述できるものは、以下の通りです。
|
|
55 それらが設定されない場合は、デフォルトが使用されます。
|
|
56 .TP 8
|
|
57 .B setuumrc <\fIランゲージ名\fP> <\fIuumrcファイル名 \fP>
|
|
58 それぞれの言語ごとに、\fIxwnmo\fP が参照する \fIuumrc\fP ファイルを指定します。
|
|
59 デフォルトしては、 "@LIBDIR/@LANG/uumrc" です。
|
|
60 です。
|
|
61 .TP 8
|
|
62 .B preloadrkfile <\fIランゲージ名\fP>
|
|
63 あらかじめ起動時にオートマトンテーブルをロードしておく言語を指定します。
|
|
64 デフォルトでは、Root-mode の言語のオートマトンテーブルだけがロードされます。
|
|
65 .TP 8
|
|
66 .B setbackspacechar <\fIbackspace_char\fP>
|
|
67 バックワードのコードを指定します。
|
|
68 デフォルトでは、コンソールのERASEコードをコピーします。コンソールがオープン
|
|
69 できない場合は、0xff です。
|
|
70 .SH サンプル
|
|
71 setuumrc ja_JP /usr/demos/ja_JP/uumrc
|
|
72 .br
|
|
73 setuumrc zh_CN /usr/demos/zh_CN/uumrc
|
|
74 .br
|
|
75 preloadrkfile ja_JP
|
|
76 .br
|
|
77 preloadrkfile zh_CN
|
|
78 .br
|
|
79 setbackspacechar ^H
|
|
80 .SH 関連項目
|
|
81 xwnmo(1X), ximconf(4X)
|
|
82 .SH COPYRIGHT
|
|
83 Copyright 1991 by OMRON Corporation
|
|
84 .br
|
|
85 Copyright 1991 by Massachusetts Institute of Technology
|
|
86 .SH AUTHOR
|
|
87 Seiji Kuwari (OMRON Corporation)
|