[Macemacsjp-users 1703] 新しいATOKに対応させてみました

Back to archive index

Tsukasa OMOTO henry****@gmail*****
2011年 11月 28日 (月) 23:15:58 JST


初めまして。

inline_patchを新しいATOKに対応させてみました。
レビューよろしくお願いします。
(git format-patch形式ですみません・・・)

From: Tsukasa OMOTO <henry****@gmail*****>
Date: Mon, 28 Nov 2011 22:57:06 +0900
Subject: [PATCH] Support newer ATOK

---
 lisp/term/ns-win.el |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index fa5bf71..058f626 100644
--- a/lisp/term/ns-win.el
+++ b/lisp/term/ns-win.el
@@ -1525,6 +1525,46 @@ the operating system.")
      (title . "半英")
      (cursor-color)
      (cursor-type))
+    ("com.justsystems.inputmethod.atok23.Roman"
+     (title . "A")
+     (cursor-color)
+     (cursor-type))
+    ("com.justsystems.inputmethod.atok23.Japanese"
+     (title . "あ")
+     (cursor-color)
+     (cursor-type))
+    ("com.justsystems.inputmethod.atok23.Japanese.Katakana"
+     (title . "ア")
+     (cursor-color)
+     (cursor-type))
+    ("com.justsystems.inputmethod.atok23.Japanese.FullWidthRoman"
+     (title . "英")
+     (cursor-color)
+     (cursor-type))
+    ("com.justsystems.inputmethod.atok23.Japanese.HalfWidthEiji"
+     (title . "半英")
+     (cursor-color)
+     (cursor-type))
+    ("com.justsystems.inputmethod.atok24.Roman"
+     (title . "A")
+     (cursor-color)
+     (cursor-type))
+    ("com.justsystems.inputmethod.atok24.Japanese"
+     (title . "あ")
+     (cursor-color)
+     (cursor-type))
+    ("com.justsystems.inputmethod.atok24.Japanese.Katakana"
+     (title . "ア")
+     (cursor-color)
+     (cursor-type))
+    ("com.justsystems.inputmethod.atok24.Japanese.FullWidthRoman"
+     (title . "英")
+     (cursor-color)
+     (cursor-type))
+    ("com.justsystems.inputmethod.atok24.Japanese.HalfWidthEiji"
+     (title . "半英")
+     (cursor-color)
+     (cursor-type))
     )
   "Alist of Mac script code vs parameters for input method on MacOSX.")

-- 1.7.5.4

-- 
 Tsukasa OMOTO <henry****@gmail*****>




Macemacsjp-users メーリングリストの案内
Back to archive index