You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying (the excellent) Emacs-libvterm (Vterm) https://github.com/akermu/emacs-libvterm
I wonder if it would be possible to run the OCaml REPL (e.g. with 'tuareg-eval-buffer')
in a "vterm" buffer instead of the current "*OCaml*" buffer.
Thank you.
The text was updated successfully, but these errors were encountered:
I wouldn't mind adding support for REPLs in other kinds of buffers than comint.
Those REPL buffers would likely not enjoy any special Tuareg-specific support (like code highlighting and completion), but we could still offer limited ways to interact with them from Tuareg mode buffers.
My impression is that it can be done without many changes (as suggested by @jeongsoolee09).
I don't expect working on this myself, but... patches welcome.
Tuareg 2.2.0 - Emacs 28.0 - OCaml 4.10.0
Trying (the excellent) Emacs-libvterm (Vterm) https://github.com/akermu/emacs-libvterm
I wonder if it would be possible to run the OCaml REPL (e.g. with 'tuareg-eval-buffer')
in a "vterm" buffer instead of the current "*OCaml*" buffer.
Thank you.
The text was updated successfully, but these errors were encountered: