<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi developers,<br>
        I'm tring to add some &lt;Input Method Engine&gt;
    support/compatibility for evil-mode recently.<br>
        Now I'm having trouble with advising the <big><font
        face="monospace">evil-find-char (evil-find-char &amp;optional
        COUNT CHAR)</font></big>.<br>
    <br>
        I want to automatically switch to an IME when typing _f_ in
    normal-mode, and switch back to English after entring the CHAR.  To
    do so, I add a before-advice to <big><font face="monospace">evil-find-char</font></big>,
    but finding that the advice will actually work after entering the
    CHAR.<br>
    <br>
        Is there any mechanism which would enable me to exec some code
    right after typing f ? Redefine the function and kbd macro are no
    good if there is a better way.<br>
                                                                       
                                                        <br>
                                                                       
                                                    Regards<br>
  </body>
</html>