Re: [9fans] git and (p9p) acme

2012-04-26 Thread Mathieu Lonjaret
I've just retried on the machine where I had the problem and it now just works. No need even for awd indeed. I'll try and reproduce the behavior, but I just don't see what I may have done different the previous times... thanks, Mathieu On Thu, Apr 26, 2012 at 5:32 AM, Russ Cox wrote: > On Wed, A

Re: [9fans] Summary of acme chords

2012-04-26 Thread Akshat Kumar
Shouldn't the top one be: Select->Cut->Paste ? The "Cut" does the snarfing. There is no way (that I know) to simply "Snarf" with a mouse. Moreover, I feel that the top two should be joined a the "Select" vertex, like in the original. This is a great representation. On Wed, Apr 25, 2012 at 6:08

[9fans] using Sam idioms with Acme [SAC] Edit

2012-04-26 Thread Jason Catena
Rob DeHart wrote: > Jack Norton wrote: > > Now, the sam language quick reference card that one 9fan composed long > > ago... THAT is a great little thing to have handy. I printed it out but > > removed the file so I don't have a link handy. > > http://plan9.bell-labs.com/sources/contrib/steve/do

Re: [9fans] Octopus viewer?

2012-04-26 Thread Francisco J Ballesteros
Yes, I think this requires a modified mouse driver that reports if the user is idle according to mouse usage or not. Not a big deal if you are not running a context hierarchy in /who /what ... You just just comment out that service. On Apr 26, 2012, at 3:28 PM, kokam...@hera.eonet.ne.jp wrote:

Re: [9fans] Octopus viewer?

2012-04-26 Thread kokamoto
Just a report: I just got success to make Octopus system here. Octopus server (the PC): running on Ubuntu 11.10 Octopus terminal: running on plan9front well, Octopus is somewhat difficult to setup the system above. I still have some problem, such as: idle: can't get Plan9 idle. However, it now s

Re: [9fans] Summary of acme chords

2012-04-26 Thread david jeannot
On 26 April 2012 11:48, Martin Kühl wrote: > > On Thu, Apr 26, 2012 at 00:15, david jeannot wrote: > > A bit off topic, but if some OS X users need a > > mouse only for Acme, here is a patch to use Acme > > without a mouse: > > > >           http://codereview.appspot.com/6115053 > > Or you could

Re: [9fans] Summary of acme chords

2012-04-26 Thread dexen deVries
On Thursday 26 of April 2012 11:48:59 Martin Kühl wrote: > Or you could just use the trackpad and p9p mouse emulation: > - select text, keep the trackpad "button" pressed > - hit option to cut > - hit command to paste > > It works surprisingly well. if your touchpad detects two- and three-finger

Re: [9fans] Summary of acme chords

2012-04-26 Thread Martin Kühl
On Thu, Apr 26, 2012 at 00:15, david jeannot wrote: > A bit off topic, but if some OS X users need a > mouse only for Acme, here is a patch to use Acme > without a mouse: > >           http://codereview.appspot.com/6115053 Or you could just use the trackpad and p9p mouse emulation: - select text,

Re: [9fans] Summary of acme chords

2012-04-26 Thread Peter A. Cejchan
.TS box, tab(:); l | l l l l. :b1 left:b2 middle:b3 right:cancel _ select:x::: execute::x::b3 right search:::x:b2 middle _ cut:first:second::b3 right snarf:first:second:third paste:first::second:b2 middle .TE On Thu, Apr 26, 2012 at 10:44 AM, Christian Neukirchen < chneukirc...@gmail.com> wrote:

Re: [9fans] Summary of acme chords

2012-04-26 Thread Christian Neukirchen
s...@9front.org writes: >> https://docs.google.com/open?id=0B1QVUS-qAuuienlTMHdRYkFzSHM > > Could this be presented in a format accessible to Plan 9 users? .TS box, tab(:); l | l l l l. :b1 left:b2 middle:b3 right:cancel _ select executeb2 right searchb2 middle _ cut:first:second::b3 righ

Re: [9fans] git and (p9p) acme

2012-04-26 Thread dexen deVries
On Wednesday 25 of April 2012 23:35:59 Mathieu Lonjaret wrote: > So, are you saying E just works out of the box for you as the $EDITOR > for git/hg? > Or did you have to tweak a few things like what Aram and Dexen describe? worked out-of-box; I only add plumbing for PHP stuff -- and start plumber

Re: [9fans] git and (p9p) acme

2012-04-26 Thread Rob Pike
set -x -rob