From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: From: "marius a. eriksen" Date: Fri, 26 Oct 2012 10:51:58 -0700 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [9fans] Using Acme Remotely Topicbox-Message-UUID: cb0bd852-ead7-11e9-9d60-3106f5b1d025 You can also use devdrawserver: https://github.com/mariusaeriksen/devdrawserver Which acts as a devdraw proxy between two machines. See also: http://9fans.net/archive/2012/04/207 marius. On Fri, Oct 26, 2012 at 9:57 AM, erik quanstrom wrote: >> Unfortunately acme doesn't have provisions for remote editing, however >> you can edit any file on any file system you happen to import into >> your namespace. >> >> If you wish to edit within Plan 9 natively, I'd look into one of the >> many options to connect to a remote system using a file system >> interface (http://www.plan9.bell-labs.com/wiki/plan9/Integration_with_other_OSs/index.html). >> >> If you are interested in using acme on other systems, rsc's plan9port >> (http://swtch.com/plan9port/) could be of some use to you. acme-sac >> (http://code.google.com/p/acme-sac/) is another possibility and >> provides support for Windows as well. > > sftpfs works great in a pinch with stuart's ssh2. > > - erik >