Skip to content

Instantly share code, notes, and snippets.

@henry0312
Created August 27, 2012 10:04
Show Gist options
  • Save henry0312/3487084 to your computer and use it in GitHub Desktop.
Save henry0312/3487084 to your computer and use it in GitHub Desktop.
Add support of ATOK 2012 to inline_patch
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index 360397a..fb8e50a 100644
--- a/lisp/term/ns-win.el
+++ b/lisp/term/ns-win.el
@@ -1233,6 +1233,26 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
(title . "半英")
(cursor-color)
(cursor-type))
+ ("com.justsystems.inputmethod.atok25.Roman"
+ (title . "A")
+ (cursor-color)
+ (cursor-type))
+ ("com.justsystems.inputmethod.atok25.Japanese"
+ (title . "あ")
+ (cursor-color)
+ (cursor-type))
+ ("com.justsystems.inputmethod.atok25.Japanese.Katakana"
+ (title . "ア")
+ (cursor-color)
+ (cursor-type))
+ ("com.justsystems.inputmethod.atok25.Japanese.FullWidthRoman"
+ (title . "英")
+ (cursor-color)
+ (cursor-type))
+ ("com.justsystems.inputmethod.atok25.Japanese.HalfWidthEiji"
+ (title . "半英")
+ (cursor-color)
+ (cursor-type))
)
"Alist of Mac script code vs parameters for input method on MacOSX.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment