I like emacsclient. This allows me to use one Emacs frame for all my edits, also when programs want to open an editor (i.e. export EDITOR=emacsclient).
export EDITOR=emacsclient
I would like it to work the same with virtual machines. I can use tramp to edit deleted files using Emacs in my single-frame installation, and it works very well, but that’s not enough. When I call git commitor sudoedit, I will have to use the terminal-based crappy editor that installs on the remote computer.
git commit
sudoedit
So, is there something like emacsclient that runs on multiple machines?
. ssh , , , emacsclient tramp ? script EDITOR, .
, TRAMP, . -, , , , /sudo: , TRAMP , , /sudo: . . tramp-default-proxies-alist.
tramp-default-proxies-alist
git commit . Emacs git, magit? TRAMP.
Source: https://habr.com/ru/post/1795473/More articles:C # parser calculation - stringLoading screens in games (providing animation does not stutter during the transition) - iphoneproblems with div breakdown - htmlHow to change Internet ShortCut.url file in C # and Windows 7 - c #Как создать "информативное" предпочтение - androidHow can I use the latest version of HttpComponents on Android? - javaEnter dates from Python groupby group - pythonWhy does my application crash when I add an insert row in my table view? - iosWhy does the application crash when I add a row to the table view? - iphoneRadioButton or CheckBox in AlertDialog - androidAll Articles