abo-abo / lispy

Short and sweet LISP editing
http://oremacs.com/lispy/
1.2k stars 132 forks source link

lispy.el (lispy-alt-multiline): Fix bug #528

Closed zaeph closed 4 years ago

zaeph commented 4 years ago

lispy-alt-multiline cannot be called when print-circle is t (traceback mentions a bad transform). Setting print-circle to nil in the command’s environment fixes the problem.

Fixes #527.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 63.746% when pulling 64bfecb8c0277648ce5e1c5d28c74db417fdaf62 on Zaeph:fix-multiline-print-circle into b07ab5d8374c75bd1401b320fda17486325bc96d on abo-abo:master.

zaeph commented 4 years ago

Whoops, sorry, I'd forgotten a word in the commit-msg.

abo-abo commented 4 years ago

Thanks.