Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syohex/tc
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/syohex/tc
- Owner: syohex
- Created: 2014-04-05T05:38:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T03:50:06.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T06:08:20.122Z (about 2 months ago)
- Language: Emacs Lisp
- Size: 2.8 MB
- Stars: 0
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tc: Japanese direct input method environment for emacs
========================================================This repository provides tc(T-code input environment for emacs).
tc enables you to input Japanese characters with T-code or TUT-code.T-code is a Japanese input method that does NOT use Kana-to-Kanji conversion.
You can input Kanji characters directly in the same way of inputting Hiragana.
TUT-code is one of the T-code alternatives.## install方法
init.elに
(require 'package)
(add-to-list 'package-archives
'("melpa" . "http://melpa.milkbox.net/packages/") t)
(package-initialize)を追加します。
上記のelispをevalした後でM-x package-install
tcを実行します。package-installが終わったら
M-x tcode-install
を実行してください。
tcの設定file作成場所についてなどが問われますがすべて
defaultで問題ありません。最後にinit.elに
`(require 'tc-setup)`
の1行を追加し、emacsをrestartしてください。
restart後は
`M-x toggle-input-method`
を実行し、用いるinput-methodにT-codeを選択してください。### Ubuntu Linuxでの注意事項
Ubuntu Linuxでuim-tcodeをご利用の方は /etc/emacs/site-start.d/50t-code.el の内容をすべてコメントアウトしてください。
## tcの利用方法
https://github.com/kanchoku/tc/blob/master/doc/manual.pdf?raw=true のpdfをご覧ください