abo-abo / lispy

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

Fix space key in edebug-eval-expression with lispy-mode on. #579

Open daanturo opened 3 years ago

daanturo commented 3 years ago

When typing in edebug-eval-expression with lispy-mode on (lispy-mode was enabled for eval-expression), "SPC" key is always forwarded to edebug-step-mode, making it hard to type " " without quote-insert ("C-q").

Fix by checking lispy--edebug-commandp after knowing edebug-active is t.

Fixes #613 .

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.04%) to 62.73% when pulling fd5a9b3991637840520410514cb19f7451373b2b on daanturo:space-in-M-;-while-edebug into 38a7df4cbb16cfe3d62dc8ea98b50e2d9a572e58 on abo-abo:master.