Skip to content

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

Open
daanturo wants to merge 2 commits into
abo-abo:masterfrom
daanturo:space-in-M-;-while-edebug
Open

Fix space key in edebug-eval-expression with lispy-mode on.#579
daanturo wants to merge 2 commits into
abo-abo:masterfrom
daanturo:space-in-M-;-while-edebug

Conversation

@daanturo

@daanturo daanturo commented Mar 15, 2021

Copy link
Copy Markdown
Contributor

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

coveralls commented Mar 15, 2021

Copy link
Copy Markdown

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