Thanks, <span style="font-family:arial,sans-serif;font-size:13px">Michael Markert</span>! That&#39;s what I want!<div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Nov 25, 2012 at 7:00 PM,  <span dir="ltr">&lt;<a href="mailto:implementations-list-request@lists.ourproject.org" target="_blank">implementations-list-request@lists.ourproject.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send implementations-list mailing list submissions to<br>
        <a href="mailto:implementations-list@lists.ourproject.org">implementations-list@lists.ourproject.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list" target="_blank">https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list</a><br>
<br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:implementations-list-request@lists.ourproject.org">implementations-list-request@lists.ourproject.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:implementations-list-owner@lists.ourproject.org">implementations-list-owner@lists.ourproject.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of implementations-list digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: implementations-list Digest, Vol 49, Issue 11<br>
      (Michael Markert)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sun, 25 Nov 2012 05:37:20 +0100<br>
From: Michael Markert &lt;<a href="mailto:markert.michael@googlemail.com">markert.michael@googlemail.com</a>&gt;<br>
Subject: Re: implementations-list Digest, Vol 49, Issue 11<br>
To: vi/Vim emulation in Emacs<br>
        &lt;<a href="mailto:implementations-list@lists.ourproject.org">implementations-list@lists.ourproject.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:87624uxpq7.fsf@googlemail.com">87624uxpq7.fsf@googlemail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
On Sun, Nov 25 2012 (05:02), lv yiwang &lt;<a href="mailto:lvyiwang.com@gmail.com">lvyiwang.com@gmail.com</a>&gt; wrote:<br>
<br>
&gt; (global-unset-key &quot;\C-o&quot;)<br>
&gt; (global-set-key &quot;\C-o&quot; &#39;evil-execute-in-normal-state)<br>
&gt; The above setting has a lot of bugs ~ And I don&#39;t know why ~ So, I<br>
&gt; write the code bellow:<br>
<br>
[22 lines snipped]<br>
<br>
Let me get this straight: You want to set C-o to<br>
`evil-execute-in-normal-state` in emacs-state?<br>
<br>
This should do it:<br>
<br>
    (define-key evil-emacs-state-map (kbd &quot;C-o&quot;) &#39;evil-execute-in-normal-state)<br>
<br>
Michael<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: not available<br>
Type: application/pgp-signature<br>
Size: 835 bytes<br>
Desc: not available<br>
Url : <a href="https://lists.ourproject.org/pipermail/implementations-list/attachments/20121125/b06bd881/attachment-0001.pgp" target="_blank">https://lists.ourproject.org/pipermail/implementations-list/attachments/20121125/b06bd881/attachment-0001.pgp</a><br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
implementations-list mailing list<br>
<a href="mailto:implementations-list@lists.ourproject.org">implementations-list@lists.ourproject.org</a><br>
<a href="https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list" target="_blank">https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list</a><br>
<br>
<br>
End of implementations-list Digest, Vol 49, Issue 13<br>
****************************************************<br>
</blockquote></div><br></div>