source: projects/specs/tags/6_0_REL/m/mozc/vine-default-mozc.el @ 2063

Revision 2063, 745 bytes checked in by iwaim, 14 years ago (diff)

mozc 0.13.499.102-1

Line 
1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2;;  -*- coding: utf-8-unix -*-
3;;  FSF Emacs 23 用 Vine Linux mozc 設定
4;;     <iwai@alib.jp>
5;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
7;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
8;; mozc の設定
9;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
10
11(if (or (equal emacs-ime "mozc-el")
12        (equal emacs-ime "mozc"))
13(progn
14  (require 'mozc)
15
16  (setq mozc-helper-program-name "/usr/libexec/mozc_emacs_helper")
17  (set-language-environment "Japanese")
18  (setq default-input-method "japanese-mozc")
19
20))
21
22(provide 'vine-default-mozc)
23
24;; Local Variables:
25;; mode: emacs-lisp
26;; End:
Note: See TracBrowser for help on using the repository browser.