meow-edit / meow

Yet another modal editing on Emacs / 猫态编辑
GNU General Public License v3.0
1.07k stars 128 forks source link

meow-block breaks when using lambda shortcuts from cl-punch. #524

Open jgarte opened 5 months ago

jgarte commented 5 months ago

meow-block breaks when using lambda shortcuts from cl-punch.

(mapcar ^(* 2 _) '(1 2 3 4 5))

I executed meow-block on the first left parenthesis character above.

WDYT

https://github.com/windymelt/cl-punch

DogLooksGood commented 5 months ago

image

I tried to put the cursor on ^, and execute meow-block. The above screenshot shows the result. I guess we need more details.