japanoise / emsys

ersatz-emacs text editor
MIT License
3 stars 2 forks source link

Improved buffer switching #25

Closed nicholascarroll closed 1 month ago

nicholascarroll commented 1 month ago

I have made some improvements to buffer switching in my fork:

If you are interested I will make a pull request

japanoise commented 1 month ago

Would definitely like to take a look!

nicholascarroll commented 1 month ago

OK I made the pull request.

nicholascarroll commented 1 month ago

Also C-x C-right ought also to be NEXT_BUFFER, but I wasn't able to figure out how to do that. I did include logic for it but it will only kick in if you also have the other change I recommended in Suggestion: Rethink Handling of Unknown Commands #20. But even then, while it works on MYSYS2, it still does not work on real Linux.