ffevotte / isend-mode.el

Interactively send parts of an Emacs buffer to an interpreter
77 stars 17 forks source link

Add support for eat destination buffers #20

Open PhDyellow opened 1 year ago

PhDyellow commented 1 year ago

The eat terminal emulator is an emacs terminal emulator. It is written in pure elisp for portability, but is much faster than other emacs terminals written in elisp. Vterm is faster, but not by a large margin.

This PR adds isend-mode support for eat terminal buffers. Tested with eat version 0.6 and emacs 30.0.50.

isend-mode has some well-made infrastructure, this change was pretty simple to implement.

PhDyellow commented 1 year ago

Now respects "Bracketed paste" mode.