eshrh

Results 75 comments of eshrh

Can you please clarify what you mean by insert/append being offset? I'd like to see this merged soon, and i have some time to work on it now.

Yeah, i'll write the documentation. Sorry i couldn't get it to work, i gave it a shot but couldn't figure out how to get it right without some big refactors

Doesn't that look right? the background is the same shade of brown...right?

I assume you read the docstring on the variable in emacs, which seems to be out of date. I've just fixed that. You can use any value in that list,...

hmm, how did you try out the code? when i run it to disable `lisp-interaction-mode` any new scratch buffer still lets me input. Maybe we can debug from there. The...

Check out the documentation on `meow-define-state`, you can also pass in your own keymap, as well as your own code that is run when the state is turned on and...

That must have been a nightmare to debug! I can reproduce this, but to be honest I have no clue why this would happen right now. I'll take a closer...

This feels like a similar startup edge case (where modes are activated in unexpected orders) to what was found in #317 :thinking:

@fbergroth you mentioned setting the variable to nil when the selection type changes. Where did you mean for this to be done? I added it in meow--cancel-selection and everything seems...

Why shouldn't we have direction with no selection? I think there should be direction in this case, specifically because it lets you reverse on an empty selection. Treating the position...