syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.7k stars 4.9k forks source link

evil-pasted fails with "Symbol’s value as variable is void" #13356

Closed mkleehammer closed 4 years ago

mkleehammer commented 4 years ago

Description :octocat:

evil-pasted (v i P) no longer works. Writes "evil-pasted: Symbol’s value as variable is void: &rest" to the message area.

This started happening a couple of weeks ago, and unfortunately I can't say whether it was after a Spacemacs develop update or a package update.

Reproduction guide :beetle:

Observed behaviour: :eyes: :broken_heart:

Writes "evil-pasted: Symbol’s value as variable is void: &rest" to the message area and does not select the pasted text.

Expected behaviour: :heart: :smile:

It should select the pasted text.

System Info :computer:

Backtrace :paw_prints:

There is no stack trace.

smile13241324 commented 4 years ago

@mkleehammer It seems I cannot reproduce your issue, here is my test:

Here is my system config, can you retry with emacs 26.3 and the latest package version?

System Info :computer:

mkleehammer commented 4 years ago

Thanks. It might be related to Emacs 27. I reverted back to 26.3 due to other issues and it isn't happening.