Thanks, <span style="font-family:arial,sans-serif;font-size:13px">Michael Markert</span>! That'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"><<a href="mailto:implementations-list-request@lists.ourproject.org" target="_blank">implementations-list-request@lists.ourproject.org</a>></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 'help' 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 "Re: Contents of implementations-list digest..."<br>
<br>
<br>
Today'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 <<a href="mailto:markert.michael@googlemail.com">markert.michael@googlemail.com</a>><br>
Subject: Re: implementations-list Digest, Vol 49, Issue 11<br>
To: vi/Vim emulation in Emacs<br>
<<a href="mailto:implementations-list@lists.ourproject.org">implementations-list@lists.ourproject.org</a>><br>
Message-ID: <<a href="mailto:87624uxpq7.fsf@googlemail.com">87624uxpq7.fsf@googlemail.com</a>><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
On Sun, Nov 25 2012 (05:02), lv yiwang <<a href="mailto:lvyiwang.com@gmail.com">lvyiwang.com@gmail.com</a>> wrote:<br>
<br>
> (global-unset-key "\C-o")<br>
> (global-set-key "\C-o" 'evil-execute-in-normal-state)<br>
> The above setting has a lot of bugs ~ And I don't know why ~ So, I<br>
> 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 "C-o") '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>