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.
I hope this doesn'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's a matter of parsing vim syntax. And I don't know what lex/yacc tool emacs lisp uses. Tim On Wed, Sep 14, 2011 at 10:39 AM, Alan Schmitt < [email protected]> wrote: > On 14 sept. 2011, at 15:18, Michael Markert wrote: > > > On 14 Sep 2011, Alan Schmitt wrote: > > > >> On 14 sept. 2011, at 12:08, Michael Markert wrote: > >> > >>> Aquamacs could be a cause for this but I have no experience with > >>> it. color themes are most probably not interfering as they do little > >>> more than assigning faces themselves. > >> > >> Thanks for the reply. I'm still investigating. What's strange is that > >> when I do a "(set-cursor-color "red")", the cursor becomes red for a > >> couple seconds, then takes back its previous color. > >> > >> I've searched all my init files for anything related to "cursor", and > >> I don't find anything. > >> > >> I did another experience though: if I don't load evil, then the cursor > >> color change sticks. So I'm wondering if this might not be an evil > >> related issue. > > > > Can it be that you don't set `evil-default-cursor' to your function and > > do something else? > > > > That way evil resets the cursor to `evil-{emacs,normal,...}-state-cursor' > > or `evil-default-cursor'. > > > > So please post your related config. > > I managed to make it work by manually setting the colors (using the > suggested functions): > > ;; Cursor colors > (setq evil-emacs-state-cursor '("sienna" box)) > (setq evil-insert-state-cursor '("dark orange" bar)) > (setq evil-visual-state-cursor '("black" hollow)) > > What I was not able was to use the generic code you sent. But I'm happy > with this version. > > Thanks, > > Alan > _______________________________________________ > implementations-list mailing list > [email protected] > https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list >
_______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
