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

Back to archive index

Tsukasa OMOTO henry****@gmail*****
2012年 1月 12日 (木) 14:30:42 JST


橋本さん

大元(OMOTO)です。
久しぶりにリポジトリを覗いてみました。
パッチが取り込まれたらしいのですが、確認出来ません・・・。

メールの送信履歴を見ると、自分のパッチはemacs-inline.patchを当てたあとに
あてるパッチになってましたね。

もう一度作り直した方がよろしいでしょうか?

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

(11/12/02 1:02), Taiichi Hashimoto wrote:
> おもとさん
> 
> 橋本です.
> 
> 返事が遅くなってすみません.
> パッチ拝見しました.大丈夫だと思います.
> ありがとうございます.
> 
> 来週ぐらいには取り込めると思います.
> 希望ですが...
> 
> - 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
> 
> _______________________________________________
> Macemacsjp-users mailing list
> Macem****@lists*****
> http://lists.sourceforge.jp/mailman/listinfo/macemacsjp-users




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