gabesoft / evil-mc

Multiple cursors implementation for evil-mode
MIT License
383 stars 35 forks source link

evil-shift-left: Wrong type argument: commandp, (keymap... #61

Open duianto opened 7 years ago

duianto commented 7 years ago

Description

With 2 or more unfrozen multiple cursors. If one starts the evil-shift-left or ...-right command by pressing the key binding: < (press S-,) or > (press S-.), and then cancels the command by pressing Esc or C-g. Then the messages buffer outputs 10's of thousands of characters. Here are the first 400:

evil-mc Failed to execute evil-shift-left with error: Wrong type argument: commandp, (keymap (keymap (60 . evil-line)) (keymap) (keymap "Auxiliary keymap for Operator-Pending state" (83 . evil-Surround-edit) (115 . evil-surround-edit)) (keymap (105 keymap (59 . evil-inner-elisp-comment) (74 . evil-indent-plus-i-indent-up-down) (73 . evil-indent-plus-i-indent-up) (105 . evil-indent-plus-i-indent)

System info

Emacs with the evil-mc package installed. or Spacemacs 0.200.9

System 1

Emacs 25.1.1 Windows 10

System 2 (Virtual box with Windows 10 as host)

Emacs 26.0.50 Ubuntu 16.10