-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evil-mc error #5115
Comments
I have the same problem. |
If someone have the time to track it down with |
I found that evil-mc doesn't work if I firstly update to 0.105.9 and then rollback to 0.105.8. |
If you haven't updated the packages in your installation on 0.105.8, that's probably because there was some upstream changes that require adaptation on our side, i.e. not related to Spacemacs version but to evil-mc version. Can you check this by looking at the version of evil-mc on both installation? You can check the folder name |
The version of evil-mc is "20160205.1742" on 0.105.9, and "20151230.842" on 0.105.8. Finally, after checking all evil-* packages, I found the key is "evil" package. |
@yea107 Nice find. Here is the backtrace for information:
|
i am also getting this same error. |
I should use it more often, for now the few cases where I use |
@syl20bnr my first thought on reading your comment was "WTH is iedit?" I think often folk coming from other editors (subl+atom for me) have trouble translating some of the advanced editing procedures they're used to to this new, rich, layered environment, just because they don't know the right search terms. I might try to draft some documentation as a blog post to translate some of the advanced stuff from subl to Spacemacs. Maybe a translation table between idiomatic ways of accomplishing editing tasks in different editor families. |
fwiw: I can't reproduce with current develop head e061b13 + updated packages, osx with emacs carbon 24.5.1. I have a lot fewer layers though, so maybe it's an interaction with another layer. I have |
@edrex My thoughts exactly, I've come from subl and I was like iedit, evil-mc, mulitple-cursors, wait what, how do I use any of that, is there any common consensus? Then while reading the spacemacs docs for the fourth time I've stumbled upon the the iedit bindings, tried it out and it seems to kind of replace the subllme's C-d. |
@codedmart The bug seems to have been corrected upstream. If it is the case for you after updating the packages, you may consider closing the issue :-) |
@StreakyCobra Seems to be working now. Thanks! |
Description
evil-mc is causing an error
Reproduction guide
viw
andCTRL-n
to mark other wordsUp arrow
Observed behaviour:
Only current cursor moves or follows command. There is an error to the effect of
evil-mc Failed to execute all evil-forward-char with error: Wrong type argument: number-or-marker-p, nil
Expected behaviour:
All selected cursors should follow commands.
System Info
Backtrace
The text was updated successfully, but these errors were encountered: