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 NAME
|
|
36 ximrc \- Environment setting file of Input Manager of the X Window
|
|
37 System Version 11 (xwnmo(1X))
|
|
38 .SH SYNOPSIS
|
|
39 .B /usr/local/lib/wnn/ximrc (Default)
|
|
40 .SH DESCRIPTION
|
|
41 The \fIximrc\fP file sets up the environment for the \fIxwnmo\fP.
|
|
42 Individual settings can be specified for each user.
|
|
43 Duplicate entries will be overwritten.
|
|
44 Lines that start with a semicolon (;) are comments.
|
|
45 .PP
|
|
46 \fIXwnmo\fP will search this file as follows:
|
|
47 .TP 8
|
|
48 1. Resource "ximrcName"
|
|
49 .br
|
|
50 2. $HOME/.ximrc
|
|
51 .br
|
|
52 3. /usr/local/lib/wnn/ximrc (Default)
|
|
53 .PP
|
|
54 The following settings are specified in this file. Any setting which is not
|
|
55 specified will use the default value.
|
|
56 .TP 8
|
|
57 .B setuumrc <\fIlanguage_name\fP> <\fIuumrc_file_name\fP>
|
|
58 Specifies the \fIuumrc\fP file that \fIxwnmo\fP uses for uumrc each language.
|
|
59 The default is "@LIBDIR/@LANG/uumrc".
|
|
60 .TP 8
|
|
61 .B preloadrkfile <\fIlanguage_name\fP>
|
|
62 Specifies the language that automaton conversion pre-load.
|
|
63 In default, the language of Root-mode is loaded.
|
|
64 .TP 8
|
|
65 .B setbackspacechar <\fIbackspace_char\fP>
|
|
66 Specifies the character for back-space.
|
|
67 If it isn't set, \fIXwnmo\fP will get ERASE code of /dev/console.
|
|
68 If \fIxwnmo\fP couldn't open /dev/console, the default is 0xff.
|
|
69 .SH EXAMPLE
|
|
70 setuumrc ja_JP /usr/demos/ja_JP/uumrc
|
|
71 .br
|
|
72 setuumrc zh_CN /usr/demos/zh_CN/uumrc
|
|
73 .br
|
|
74 preloadrkfile ja_JP
|
|
75 .br
|
|
76 preloadrkfile zh_CN
|
|
77 .br
|
|
78 setbackspacechar ^H
|
|
79 .SH "SEE ALSO"
|
|
80 xwnmo(1X), ximconf(4X)
|
|
81 .SH COPYRIGHT
|
|
82 Copyright 1991 by OMRON Corporation
|
|
83 .br
|
|
84 Copyright 1991 by Massachusetts Institute of Technology
|
|
85 .SH AUTHOR
|
|
86 Seiji Kuwari (OMRON Corporation)
|