Vterm: none that I can see
Eat: it's awesome, very good and fast and mouse input works out of the box
A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!
Vterm: none that I can see
Eat: it's awesome, very good and fast and mouse input works out of the box
That does not justify 5000 lines of code
My weakest computer can fit twenty million lines of codes on it.
I'd say if anything, the usefulness of eat would justify a lot more. Thankfully doing one thing well lends itself to brevity, and storage is cheap
If you have to compare with vterm, it doesn't. Vterm has more features, faster and less buggy.
Terminals are helpful?
It's not clear what you're interested in here. Why use a terminal in emacs as opposed to a separate program? Why these over eshell?...
Can you call external programs like GCC with eshell?
Yes? It's a shell
I have this funny anecdote.
A remote system I was working on has a malfunction: taskbar dead; windows blocked; super-key did’t activate anything. I had just a Emacs window open.
I ran eshell and then “shutdown -r now” and the system restarted.
Great moment with surprised colleagues :-) it was 2020
Why are people downvoting this question? OP seems legitimately confused.
So I can do terminal stuffs in Emacs, instead of having to open another terminal window
For me: To run commands such as brew.
I get your point. I messed with eshell for a while, then used vterm. In the end I just hard wired a swaywm key to a scratch terminal wihch toggles an alacritty instance. I can copy and paste in it fine : in short I find it easier to do "terminal shell things" in a "real terminal" but I can see why others prefer to stay inside emacs. Occasioanlly I'll use a terminal inside emacs via projectile as its quick to open a terminal at your current project location.
Use same keybinds as in other Emacs buffers to manipulate the text e.g. search, copy/paste, folding; matching theme; project context; etc.
I used both extensively but the both are faster than term or shell.
Vterm is the fastest and most correct about handling key events.
Maybe term will get similar improvement as vterm in the future. This is such a basic thing that most other IDEs also seem to support properly.
If you are a web developer, you will notice that modern toolchains tend to assume interactive terminal. Most of them can be run in compilation-mode
, but some do not function without interactivity. For example, you will probably need a terminal when scaffolding a project using a CLI.
Being able to do emacs stuff in my terminal and terminal stuff in my emacs while sharing the same kill ring and other similar kinds of state.
You mean "as opposed to using term.el" ?
Performance, mostly. (I'm still using term myself, but suspect I'll switch to eat at some point.)
I use M-x shell for most shell commands. This provides "infinite" scrollback, easy to grab output into the kill ring, etc. It's kind of like a temporary notebook (though easy enough to save). When I need a full terminal such as gdb -tui, I use a more traditional terminal emulator like gnome terminal.
None if you don't care for terminal emulation. You can use M-x shell and have a much better experience.