RE: debugging tree-edit #48
Replies: 2 comments 1 reply
-
Are you in tree state when calling this command (
Hmm, is
This is likely evil's normal state binding ( For integrating into your own modes you may be interested in this example These commands could definitely have better error messages to indicate what's going on here, thanks for bringing this to my attention! |
Beta Was this translation helpful? Give feedback.
-
Ok I can use evil-tree-state with Q and then > and then it says: nothing to slurp. the "if" block is marked, but it does not slurp the "bar" line. |
Beta Was this translation helpful? Give feedback.
-
Wow exwm crashed while writing this comment and trying to reproduce this, but I have to write it again basically what happens is I start with code like that:
with the Cursor at [X] using evil-tree-edit-slurp I get that error:
tree-edit-slurp: Wrong type argument: user-ptrp, nil
Also I get that:
user-error: Tree-edit does not support exwm-mode!
If I deactivate xah-fly-keys I can theoreticillay use ">" I think I have to press it 2 times with maybe ESC before then instead of slurping the second print statement into the if block, it moves the 1. print statement a tab / 4 spaces to the right.
Why does tree-edit not support exwm-mode? What has exwm to do with formating of text buffers?
Originally posted by @spiderbit in #40 (comment)
Beta Was this translation helpful? Give feedback.
All reactions