blob: 165811f633d4140e1f44612ffec25ba85c1954f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
* jp-oleo-1.6
Japanized Spreadsheet program, oleo.
This ports collection use japanized patch by Kuniaki HAYASHIDA.
* documentation in Japanese is:
${PREFIX}/share/doc/oleo/ja_JP.EUC/USING.eucJP
useally /usr/local/share/doc/oleo/ja_JP.EUC/USING.eucJP
* Known PROBLEMS
o enviroment variable LANG is set to C under X11 client mode:
(cf)
setenv LANG C
setenv DISPLAY localhost:0.0
when start oleo, X11 is too heavy load to operate X clients.
---- please use under.... -----
o set enviroment variable LANG ja_JP.EUC
or
o non window client mode(unset DISPLAY variable)
* Tips
Oleo default editing mode is like Emacs(Ctrl-h is call
help mode).
If you want to use Ctrl-h and BS key to delete-char,
set to $HOME/.oleorc as below:
bind-key generic-main backward-delete-char ^H
* Related URL
http://www.hh.iij4u.or.jp/%7Ehayasida/oleo/
** Acknowledgements to this ports file **
Special thanks to:
Kuniaki HAYASHIDA<hh.iij4u.or.jp>
Takeshi MUTOH <mutoh@sentinel.info.nara-k.ac.jp>
---
Yoshiro MIHIRA
(sanpei@yy.cs.keio.ac.jp)
|