Re: [9fans] devdraw.c

2012-10-26 Thread cinap_lenrek
yep. thats a bug. good catch! -- cinap

[9fans] devdraw.c

2012-10-26 Thread Jeff Sickel
I've been tracking down why the latest devdraw.c that includes winname just wasn't being read by rio in my drawterm-cocoa port. What I found is that /dev/winname is created during the #i initialization but subsequently never found in drawgen() after the qid has been created from Qtopdir. The f

Re: [9fans] Using Acme Remotely

2012-10-26 Thread marius a. eriksen
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 fo

Re: [9fans] Using Acme Remotely

2012-10-26 Thread erik quanstrom
> 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

Re: [9fans] Using Acme Remotely

2012-10-26 Thread yy
On 26 October 2012 17:34, KevinK wrote: > I've used win to ssh into a remote machine, but this only seems to expose a > bash session and not all the functionality acme provides. Since it looks like you can access your files through ssh, I would suggest using sshfs to make the files available in

Re: [9fans] Using Acme Remotely

2012-10-26 Thread Steven Stallion
On Fri, Oct 26, 2012 at 8:34 AM, KevinK wrote: > Hi all, > > Very new plan9 user here--just installed plan 9 from user space yesterday. > Acme seems like a very interesting text editor, and I'd like to give it a > try. However, after searching around the documentation and watching the > ShowY

Re: [9fans] Using Acme Remotely

2012-10-26 Thread Aram Hăvărneanu
I run it remotely with the display on the local terminal via remote X. When the latency doesn't allow this I just use sam. Alternatively, you might want to mount the remote system locally via sshfs or alternative. -- Aram Hăvărneanu

[9fans] Using Acme Remotely

2012-10-26 Thread KevinK
Hi all, Very new plan9 user here--just installed plan 9 from user space yesterday. Acme seems like a very interesting text editor, and I'd like to give it a try. However, after searching around the documentation and watching the ShowYou tutorial that was posted on hacker news some time ago, I