Emacs Power: remote servers and shell commands
gregorygrubbs.com
Emacs Power: remote servers and shell commands
1–10 of 12 posts
Re: Emacs Power: remote servers and shell commands
#2Re: Emacs Power: remote servers and shell commands
#3In my experience, TRAMP is unbearably slow.
Just make tramp keep the connections alive longer and cache the password. And set backup directory to something local!
C-c C-s is still faster than using a shell in another console and scp/rsync.
Re: Emacs Power: remote servers and shell commands
#4I will also point out that eshell and ansi-term are much better shells for use inside emacs. I used ansi-term for a long time, but gradually weaned myself off bash and into eshell. Now I can write "shell commands" as (loop) invocations. :)
Re: Emacs Power: remote servers and shell commands
#5In my experience, TRAMP is unbearably slow.
Re: Emacs Power: remote servers and shell commands
#6I have never gotten TRAMP to work. I just use sshfs, which is much easier to use. ("sshfs user@host:~ my_home_at_host") I will also point out that eshell and ansi-term are much better shells for use inside emacs. I used ansi-term for a long time, but gradually weaned myself off bash and into eshell. Now I can write "shell commands" as (loop) invocations. :)
Re: Emacs Power: remote servers and shell commands
#7In my experience, TRAMP is unbearably slow.
Re: Emacs Power: remote servers and shell commands
#8In my experience, TRAMP is unbearably slow.
Re: Emacs Power: remote servers and shell commands
#9I have never gotten TRAMP to work. I just use sshfs, which is much easier to use. ("sshfs user@host:~ my_home_at_host") I will also point out that eshell and ansi-term are much better shells for use inside emacs. I used ansi-term for a long time, but gradually weaned myself off bash and into eshell. Now I can write "shell commands" as (loop) invocations. :)
That's strange. I never had problems with tramp!
sshfs just works better. (+1 for abstraction.)