Yes, I agree with Tom. I tried viper and vimpulse, but evil is the first emacs / vim plugin that feels natural. Thanks for writing it. <div><br></div><div>I hope this doesn&#39;t make me sound hopelessly ignorant and lazy. But will there ever be a way to use an existing .vimrc file to configure evil? I know that&#39;s a matter of parsing vim syntax. And I don&#39;t know what lex/yacc tool emacs lisp uses. <br>

<div><br></div><div><br clear="all"><div>Tim </div>
<br><br><div class="gmail_quote">On Wed, Sep 14, 2011 at 10:39 AM, Alan Schmitt <span dir="ltr">&lt;<a href="mailto:alan.schmitt@polytechnique.org">alan.schmitt@polytechnique.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div><div></div><div class="h5">On 14 sept. 2011, at 15:18, Michael Markert wrote:<br>
<br>
&gt; On 14 Sep 2011, Alan Schmitt wrote:<br>
&gt;<br>
&gt;&gt; On 14 sept. 2011, at 12:08, Michael Markert wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Aquamacs could be a cause for this but I have no experience with<br>
&gt;&gt;&gt; it. color themes are most probably not interfering as they do little<br>
&gt;&gt;&gt; more than assigning faces themselves.<br>
&gt;&gt;<br>
&gt;&gt; Thanks for the reply. I&#39;m still investigating. What&#39;s strange is that<br>
&gt;&gt; when I do a &quot;(set-cursor-color &quot;red&quot;)&quot;, the cursor becomes red for a<br>
&gt;&gt; couple seconds, then takes back its previous color.<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ve searched all my init files for anything related to &quot;cursor&quot;, and<br>
&gt;&gt; I don&#39;t find anything.<br>
&gt;&gt;<br>
&gt;&gt; I did another experience though: if I don&#39;t load evil, then the cursor<br>
&gt;&gt; color change sticks. So I&#39;m wondering if this might not be an evil<br>
&gt;&gt; related issue.<br>
&gt;<br>
&gt; Can it be that you don&#39;t set `evil-default-cursor&#39; to your function and<br>
&gt; do something else?<br>
&gt;<br>
&gt; That way evil resets the cursor to `evil-{emacs,normal,...}-state-cursor&#39;<br>
&gt; or `evil-default-cursor&#39;.<br>
&gt;<br>
&gt; So please post your related config.<br>
<br>
</div></div>I managed to make it work by manually setting the colors (using the suggested functions):<br>
<br>
;; Cursor colors<br>
(setq evil-emacs-state-cursor &#39;(&quot;sienna&quot; box))<br>
(setq evil-insert-state-cursor &#39;(&quot;dark orange&quot; bar))<br>
(setq evil-visual-state-cursor &#39;(&quot;black&quot; hollow))<br>
<br>
What I was not able was to use the generic code you sent. But I&#39;m happy with this version.<br>
<br>
Thanks,<br>
<font color="#888888"><br>
Alan<br>
</font><div><div></div><div class="h5">_______________________________________________<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>
</div></div></blockquote></div><br></div></div>