Skip to content

Conversation

@daanturo
Copy link
Contributor

@daanturo daanturo commented Mar 15, 2021

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 .

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").
@coveralls
Copy link

coveralls commented Mar 15, 2021

Coverage Status

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot type " " in eval-expression's prompt when using edebug

3 participants