Taiichi Hashimoto
taiic****@mac*****
2011年 12月 2日 (金) 01:02:23 JST
おもとさん 橋本です. 返事が遅くなってすみません. パッチ拝見しました.大丈夫だと思います. ありがとうございます. 来週ぐらいには取り込めると思います. 希望ですが... - taiichi On 2011/11/28, at 23:15, Tsukasa OMOTO wrote: > 初めまして。 > > 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 mailing list > Macem****@lists***** > http://lists.sourceforge.jp/mailman/listinfo/macemacsjp-users