From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Back to emacsclient/server Date: Tue, 24 Oct 2006 18:22:10 -0400 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1161728565 7559 80.91.229.2 (24 Oct 2006 22:22:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Oct 2006 22:22:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 25 00:22:41 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GcUfL-0001rf-3Q for ged-emacs-devel@m.gmane.org; Wed, 25 Oct 2006 00:22:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GcUfK-00020P-0z for ged-emacs-devel@m.gmane.org; Tue, 24 Oct 2006 18:22:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GcUf4-0001yL-IK for emacs-devel@gnu.org; Tue, 24 Oct 2006 18:22:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GcUf2-0001vn-Ah for emacs-devel@gnu.org; Tue, 24 Oct 2006 18:22:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GcUf2-0001vi-2e for emacs-devel@gnu.org; Tue, 24 Oct 2006 18:22:16 -0400 Original-Received: from [209.226.175.97] (helo=tomts40-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GcUf1-00015D-UY for emacs-devel@gnu.org; Tue, 24 Oct 2006 18:22:16 -0400 Original-Received: from pastel.home ([70.55.83.239]) by tomts40-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20061024222210.JEWQ24981.tomts40-srv.bellnexxia.net@pastel.home> for ; Tue, 24 Oct 2006 18:22:10 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 3B80A6C29B; Tue, 24 Oct 2006 18:22:10 -0400 (EDT) Original-To: Ted Zlatanov In-Reply-To: (Ted Zlatanov's message of "Tue\, 24 Oct 2006 20\:24\:51 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:61128 Archived-At: > I understand that it requires work. I doubt it's "much more" > considering there will be no client, and that the server will offer > limited functionality. If I'm the only one interested, however, I > will stop bothering people now. I think people might be interested in a patch, but otherwise it looks like a lot of work. After all, the OpenSSH daemon is not a twoliner, even though it also uses OpenSSL (AFAIK). Maybe you know that code better and can see how simple it can be. If so, great: show us the goods ;-) Stefan