The problem is still occurring even in the emacs that pops up to run the tests. But it's pretty odd. I edebugged evil-ret, I can see that it correctly moves point to the next line, but just after the function returns point moves right back to beginning the first line so the problem isn't evil-ret.
I was able to reproduce the problem by replacing step 4 with `M-x newline`. However this problem does not occur if I move to emacs-mode temporarily and hit return. Does evil-ret somehow change a global variable that `newline` depends on? -deech On Wed, Oct 31, 2012 at 3:54 AM, Frank Fischer <[email protected]> wrote: > On 2012-10-30, aditya siram <[email protected]> wrote: >> Just pulled, the problem is still occurring. > > It should not. Please start with `make emacs' from evil's source (and > do not forget to recompile after pulling). > > Frank > > > > _______________________________________________ > 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
