eshrh

Results 5 issues of eshrh

### Feature Description In my mind, null sinks and sources are really only useful when you want to discard the output of some nonoptional port. Also they might be deleted...

Feature Request

I'm starting to feel that the project has grown big and complex enough that maybe a test framework would be of use. It's much harder to make changes and refactor...

Consider the following: ``` aaaa aaaa aaaa | aaaa aaaa ``` where | is the cursor, on a blank new line. There is no good way to select the new...

Take 2 of fixing the issue where reversing doesn't work with no selection. Previous attempt: #216. Check the commit message for details. This idea was originally implemented in #272, the...

CI error: `` Error: You should depend on (emacs "30.1") if you need `which-key--create-buffer-and-show'.`` which-key was added to emacs 30. Relevant (?): - https://github.com/meow-edit/meow/blob/e5817f3b5ef82cbcf8a729af205191dc6b142282/meow-shims.el#L389-L408 - https://github.com/purcell/package-lint/issues/281 - https://github.com/purcell/package-lint/issues/125 - purcell...