1446476ec8
Originally were in user config directory git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13558 a95241bf-73f2-0310-859d-f6bbb57e9c96
77 lines
3.2 KiB
Plaintext
77 lines
3.2 KiB
Plaintext
;; Copyright 1992 NEC Corporation, Tokyo, Japan.
|
||
;;
|
||
;; Permission to use, copy, modify, distribute and sell this software
|
||
;; and its documentation for any purpose is hereby granted without
|
||
;; fee, provided that the above copyright notice appear in all copies
|
||
;; and that both that copyright notice and this permission notice
|
||
;; appear in supporting documentation, and that the name of NEC
|
||
;; Corporation not be used in advertising or publicity pertaining to
|
||
;; distribution of the software without specific, written prior
|
||
;; permission. NEC Corporation makes no representations about the
|
||
;; suitability of this software for any purpose. It is provided "as
|
||
;; is" without express or implied warranty.
|
||
;;
|
||
;; NEC CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||
;; INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
|
||
;; NO EVENT SHALL NEC CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||
;; CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
|
||
;; USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
||
;; OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||
;; PERFORMANCE OF THIS SOFTWARE.
|
||
|
||
;; $Id: 1.2.canna,v 1.6 1996/10/25 05:22:50 kon Exp $
|
||
|
||
;; default binding for romaji-kana translation table and dictionaries.
|
||
|
||
(setq romkana-table "default.cbp")
|
||
|
||
(use-dictionary
|
||
"iroha"
|
||
"fuzokugo"
|
||
"hojomwd"
|
||
"hojoswd"
|
||
:bushu "bushu"
|
||
:user "user"
|
||
)
|
||
|
||
;; setting for compatibility with Canna version 1.2
|
||
|
||
(let ((mode 'yomi-mode))
|
||
(set-key mode "\C-i" 'base-rotate-forward)
|
||
(set-key mode "\C-o" 'base-rotate-backward)
|
||
)
|
||
|
||
(set-mode-display 'alpha-mode "")
|
||
(set-mode-display 'empty-mode " [あ]")
|
||
(set-mode-display 'hex-mode " [16進]")
|
||
(set-mode-display 'bushu-mode " [部首]")
|
||
(set-mode-display 'henkan-nyuuryoku-mode " [あ]")
|
||
(set-mode-display 'zen-hira-kakutei-mode "確[あ]")
|
||
(set-mode-display 'zen-kata-kakutei-mode "確[ア]")
|
||
(set-mode-display 'han-kata-kakutei-mode "確[ア]")
|
||
(set-mode-display 'zen-alpha-kakutei-mode "確[a]")
|
||
(set-mode-display 'han-alpha-kakutei-mode "確[a]")
|
||
(set-mode-display 'kigou-mode " [記号]")
|
||
|
||
(set-mode-display 'yes-no-mode " [質問]")
|
||
(set-mode-display 'extend-mode " [拡張]")
|
||
(set-mode-display 'russian-mode " [ロ]")
|
||
(set-mode-display 'greek-mode " [ギ]")
|
||
(set-mode-display 'line-mode " [罫線]")
|
||
(set-mode-display 'changing-server-mode " [変更]")
|
||
(set-mode-display 'henkan-method-mode " [変換]")
|
||
(set-mode-display 'delete-dic-mode " [削除]")
|
||
(set-mode-display 'touroku-mode " [登録]")
|
||
(set-mode-display 'touroku-hinshi-mode " [品詞]")
|
||
(set-mode-display 'touroku-dic-mode " [辞書]")
|
||
(set-mode-display 'quoted-insert-mode " [q]")
|
||
(set-mode-display 'bubun-muhenkan-mode " [編集]")
|
||
(set-mode-display 'zen-kata-henkan-mode " [ア]")
|
||
(set-mode-display 'han-kata-henkan-mode " [ア]")
|
||
(set-mode-display 'zen-alpha-henkan-mode " [a]")
|
||
(set-mode-display 'han-alpha-henkan-mode " [a]")
|
||
(set-mode-display 'mount-dic-mode " [辞書]")
|
||
(set-mode-display 'mojishu-mode " [字種]")
|
||
(set-mode-display 'tankouho-mode " [漢字]")
|
||
(set-mode-display 'ichiran-mode " [一覧]")
|