You are not logged in.
I've been finding myself doing an increasing amount of remote programming, either on a server or in a VM. Here's what I want to do: I have an SSH connection open to my remote machine and I have a emacs daemon and client running on my local machine. When I'm terminal-ing around on the remote machine I see a file that needs editing. I know I can go back in to Emacs and use Tramp to login again and open up the remote file. But it would be nicer if I could just run a command in my remote terminal that would somehow call out to the local emacsclient instance and have it open the file for editing. Is there a simple or standard way to do this? I wouldn't mind running a shell inside emacs but I haven't a shell implementation that is as feature-complete as an actual terminal.
Thanks.
The Bytebaker -- Computer science is not a science and it's not about computers
Check out my open source software at Github
Offline
@Basu: Sorry to disappoint you, but here is likely neither a standard nor a simple way to accomplish this.
Offline
Hmm I was afraid of that. Maybe I'll just stick to running remote dired in Emacs and opening files from there. BTW is there a specific in-Emacs terminal emulator someone really like? I tried shell-mode but it seems like it doesn't do tab-completion.
The Bytebaker -- Computer science is not a science and it's not about computers
Check out my open source software at Github
Offline
try ansi-term
Offline
Could you use sshfs? Not exactly what you are looking to do, but may work.
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline