Hi, Eli,

Thanks for your help. I will follow the emacs coding standard in the future.


------------------ 原始邮件 ------------------
发件人: "Eli Zaretskii"<eliz@gnu.org>;
发送时间: 2020年4月13日(星期一) 晚上9:10
收件人: "Albert"<georgealbert@qq.com>;
抄送: "emacs-devel"<emacs-devel@gnu.org>;
主题: Re: [PATCH] Add IME status change support on windows natively

> From: "Albert" <georgealbert@qq.com>
> Cc: "emacs-devel" <emacs-devel@gnu.org>
> Date: Mon, 13 Apr 2020 18:02:17 +0800
>
> I modified the code processing WM_EMACS_IME_STATUS,  no need to get status of IME, just change IME
> status by the argument. If the user want to get status of IME to control IME status, he can write some lisp to
> do it.
>
> and I modifed w32-get-ime-open-status(), get hwnd from FRAME_W32_WINDOW (SELECTED_FRAME
> ()).

Thanks, I pushed the changes with a few modifications and cleanups.

Please in the future accompany your contributions with suitable commit
log messages, as described in the CONTRIBUTE file.  I did this for you
this time; please see the style I used and try to use it in your
future contributions.