[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Back to emacsclient/server
From: |
Ted Zlatanov |
Subject: |
Re: Back to emacsclient/server |
Date: |
Mon, 23 Oct 2006 17:00:24 +0100 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) |
This may seem like an offbeat suggestion, but I think Emacs could
behave like a SSH daemon for emacsclient/server interactions..
Consider the advantages:
(assuming OpenSSH would be the starting point)
- it's not difficult to do, and the protocol is fairly standard
- authentication and automation can be handled with SSH keys
- the client can be a plain SSH client
- encryption is free (and can be disabled, but on by default)
- Emacs doesn't have to be updated if the SSL libraries change
- there will be less "standalone" code in Emacs and perhaps less code overall
- debugging, using, and understanding the mechanism would be easier
I realize this is not a trivial project, but I also think it would
benefit Emacs greatly.
Ted
- Back to emacsclient/server, Juanma Barranquero, 2006/10/23
- Re: Back to emacsclient/server, Jason Rumney, 2006/10/23
- Re: Back to emacsclient/server,
Ted Zlatanov <=
- Re: Back to emacsclient/server, Eli Zaretskii, 2006/10/23
- Re: Back to emacsclient/server, Ted Zlatanov, 2006/10/23
- Re: Back to emacsclient/server, Eli Zaretskii, 2006/10/24
- Re: Back to emacsclient/server, Ted Zlatanov, 2006/10/24
- Re: Back to emacsclient/server, Eli Zaretskii, 2006/10/24
- Re: Back to emacsclient/server, Ted Zlatanov, 2006/10/24
- Re: Back to emacsclient/server, Stefan Monnier, 2006/10/24
- Re: Back to emacsclient/server, Ted Zlatanov, 2006/10/25
- Re: Back to emacsclient/server, Michael Olson, 2006/10/25
- Re: Back to emacsclient/server, David Kastrup, 2006/10/25