I posted a question about the mouse in 2013:
> From: Ruslan Khusnullin
> Subject: Logitech T400 mouse with Plan9 and Plan9port Acme
> Date: Mon, 25 Feb 2013 17:38:40 +0400
>
> Considering how difficult it is to find a new usb mouse with 3 real
> buttons I'm looking fo
Thanks to everyone, especially to Richard for the AMI and
instructions, I have successfully created Plan 9 instance on Amazon
EC2. I would share it, everybody is welcome.
I've reached one goal: having Plan 9 machine accessible from anywhere.
The second interesting part is to gain experience in adm
On Fri, May 24, 2013 at 5:22 PM, Richard Miller <9f...@hamnavoe.com> wrote:
> Why bother? Because you might learn something from the experience
> of doing it yourself. I think you can get still get free usage of
> an ec2 instance for a year, so it's not a costly experiment.
I have installed Plan
Hello, 9 fans!
If I wanted to play with native Plan 9 installation or demonstrate it
to someone, does anyone have a Plan 9 installed on a VPS or a Pi with
free guest access? It would be nice to be able to drawterm to it. I
remember there were discussions about creating Plan 9 instance on
Amazon EC
There is a bug already
https://bitbucket.org/rsc/plan9port/issue/124/patch-revision-3449-messes-with-keyboard-7
so we can wait for a fix in meantime.
For now you can make a clean clone of specific revision previous to the change:
cd /usr/local
rm -rf plan9
hg clone -r e9cdfa957952 https://bitbucke
On Tue, Mar 19, 2013 at 12:52 PM, dexen deVries wrote:
> there's been a recent commit in p9p
> (html)
> http://code.swtch.com/plan9port/commits/c1bd38a11c42d18b53ee5d6a6084eccb9728f2c2
> (raw)
> http://code.swtch.com/plan9port/commits/c1bd38a11c42d18b53ee5d6a6084eccb9728f2c2/raw/
>
>
> ...and i've
I'm not a profi in Acme internals but...
Could you try running `visibleclicks=1 acme`, click mouse buttons and
see how libdraw treats them?
On Tue, Mar 19, 2013 at 2:56 AM, Patrick Higgins
wrote:
> I am trying out Acme after watching rsc's tour at
> http://research.swtch.com/acme
>
> So far I h
On Mon, Feb 25, 2013 at 6:32 PM, Mark van Atten
wrote:
> On Monday, February 25, 2013 2:38:40 PM UTC+1, Ruslan Khusnullin wrote:
>
>> Considering how difficult it is to find a new usb mouse with 3 real buttons
>
> The HP DY651A is such a mouse and is still available, for exampl
On Mon, Feb 25, 2013 at 7:47 PM, Jeremy Jackins wrote:
> Off-topic, but..
>
> What works well for me (on a 2 button + scroll wheel mouse) is using my
> index finger for both buttons 1 and 2. So if I want to chord 1+2 I press 1,
> pressing near the rightmost edge of the button, then sort of roll my
Thank you all,
I've ended up with this wrapper:
; cat $home/bin/acme; echo EOF
#!/usr/bin/rc
NAMESPACE = `{mktemp -d}
plumber >/dev/null >[2=1]
#font = $PLAN9/font/lucm/unicode.9.font
font = '/mnt/font/Droid Sans Mono/11a/font'
exec $PLAN9/bin/acme -ab -f $font -F $font $*
EOF
it works fine now
10 matches
Mail list logo