I'm wondering if it's possible to have a terminal windows running emacs talk to each other (running in a server environment)
For example:
- Open an instance of emacs in one terminal window.
- Open up a second terminal window to connect to the first one and display an output buffer (eg,
*Messages*
) - Any action on the first terminal will be outputted on the second terminal