From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: "Eric Lindblad" Newsgroups: gmane.emacs.devel Subject: Elisp 9P? Date: Wed, 19 Dec 2018 00:28:21 +0100 Message-ID: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 X-Trace: blaine.gmane.org 1545177914 22742 195.159.176.226 (19 Dec 2018 00:05:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 19 Dec 2018 00:05:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 19 01:05:10 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZPMJ-0005iO-6H for ged-emacs-devel@m.gmane.org; Wed, 19 Dec 2018 01:05:07 +0100 Original-Received: from localhost ([::1]:56997 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZPOP-000869-US for ged-emacs-devel@m.gmane.org; Tue, 18 Dec 2018 19:07:17 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZOnB-0002NK-Rg for emacs-devel@gnu.org; Tue, 18 Dec 2018 18:28:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZOn7-0005g6-Kg for emacs-devel@gnu.org; Tue, 18 Dec 2018 18:28:49 -0500 Original-Received: from mout.gmx.net ([212.227.17.22]:40829) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gZOn7-0005Nh-5w for emacs-devel@gnu.org; Tue, 18 Dec 2018 18:28:45 -0500 Original-Received: from [96.72.114.93] ([96.72.114.93]) by web-mail.gmx.net (3c-app-mailcom-bs06.server.lan [172.19.170.174]) (via HTTP); Wed, 19 Dec 2018 00:28:21 +0100 Importance: normal Sensitivity: Normal X-Priority: 3 X-Provags-ID: V03:K1:PvCXgGaYCpKx97M8m5OByGhOaC5aSK+md/gKNCMhlmxdVKmBbzkEE8ACVWs8elL8rpEh3 1x/nJtNI4Y4c6/1KJLegDMkURZWgG4Yp3BqLKOYHVOO/y/DZOp4JfScKRuv/KGr7s2wPw2LoxmnE Y70qYWDq9k2lipJJx24SqXEpQAN3w+juL34GP/CvTzNGnncJn1Ln2XL6REmSKBxHOo1phFAnlot+ e5k+n81xXdQPwm58kvvy+scFpfaY+x4drRd9NG/+2Cm6YGcktQs71Cjt/E16GQFAH3xg2SjUuzBt Ic= X-UI-Out-Filterresults: notjunk:1;V03:K0:y8bQr0yawSk=:TkE/+CXP0Ys8LUS0h+qFDp wNTgqZQKmwKNnzdyK/iCHaha+K+vUUOv+RQ0jJPkYRj15EtQXILdcfmpyTHWez2vj54hMJWZC VC61qpSO9v2PaqGJ50uFq1fWJbDFCQnGTdXICnRqnk3yUFqWP4E14DXfFOVW1WTvZuTe7eVAy Mkaatlj9lR455/q0ChpFFatKQBMo137lCYmDvXVZeaN6SlH71s7aVtBqfEYRqSqpdvpNdVlXH zXc9TlKnwvl1Sa/IBgcajjqIHOY0AVSzu9jTC7oksRiUDeorpd319MHWYAAlJBPVgfFikKMch fjHnwmSCKAFAj3++9eceGPlqV4j/A+UaFWbX+20uo+XXrKhkpqEQ2RIWmRRr+nX+faIP/xuxm oywu5noGga69bskALZINwb2l2wsSU6jQBciyrqLsQwtBmr+XohNdO3YhIdQaJ3Ap3w+/je4jM ONiCWmQpT8tcgXlb85BtbTMp4KfEtljbVacDQvIaCE9ibYiUBL52GkL/fL2kv6CwVq0e3ggVv ZG14jauWBM6ykGjmujFYtrSRTNOEzdpliuHNxtGO7Jh7UprYE/Ste2H46dVuOMAEC8hzDVGn+ uYYTxgk2Olr+k= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 212.227.17.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:231913 Archived-At:
Do you think GNU Emacs users would be interested in using 9P protocol from within the editor, implying an Emacs Lisp 9P Client/Server might be authored?

http://9p.cat-v.org/implementations
 
The 9p.scm (client) hyperlink in the above URL is dead, and it has a new home at the below URL.
 
http://nurmi-labs.blogspot.com/p/9p-scheme.html
 
Maybe other GNU Emacs users have another opinion to that of R. Stallman's (circa 2017) response which is reproduced below.  
 
"It makes no sense to put this feature into Emacs, which is the wrong place for it.  The right place for it is in the kernel (Linux or the Hurd), so that all the application programs will be able to use it."