9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Acme button 1 working like button 3
@ 2013-03-18 22:56 Patrick Higgins
  2013-03-19  7:19 ` Ruslan Khusnullin
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Patrick Higgins @ 2013-03-18 22:56 UTC (permalink / raw)
  To: 9fans

I am trying out Acme after watching rsc's tour at http://research.swtch.com/acme

So far I have been liking it, but I just hit an issue: mouse button 1
now acts the same as button 3. It was working normally just a few
minutes ago. Other X windows including xev still work normally.

I would appreciate some help in understanding/resolving this.

Thanks!

--Patrick



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [9fans] Acme button 1 working like button 3
  2013-03-18 22:56 [9fans] Acme button 1 working like button 3 Patrick Higgins
@ 2013-03-19  7:19 ` Ruslan Khusnullin
  2013-03-19  8:52 ` dexen deVries
  2013-04-10 11:52 ` Alexander Sychev
  2 siblings, 0 replies; 16+ messages in thread
From: Ruslan Khusnullin @ 2013-03-19  7:19 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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
<patrick.allen.higgins@gmail.com> wrote:
> I am trying out Acme after watching rsc's tour at http://research.swtch.com/acme
>
> So far I have been liking it, but I just hit an issue: mouse button 1
> now acts the same as button 3. It was working normally just a few
> minutes ago. Other X windows including xev still work normally.
>
> I would appreciate some help in understanding/resolving this.
>
> Thanks!
>
> --Patrick
>



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [9fans] Acme button 1 working like button 3
  2013-03-18 22:56 [9fans] Acme button 1 working like button 3 Patrick Higgins
  2013-03-19  7:19 ` Ruslan Khusnullin
@ 2013-03-19  8:52 ` dexen deVries
  2013-03-19  8:58   ` Peter A. Cejchan
  2013-03-19  9:44   ` Ruslan Khusnullin
  2013-04-10 11:52 ` Alexander Sychev
  2 siblings, 2 replies; 16+ messages in thread
From: dexen deVries @ 2013-03-19  8:52 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Monday 18 of March 2013 16:56:00 Patrick Higgins wrote:
> I am trying out Acme after watching rsc's tour at
> http://research.swtch.com/acme
> 
> So far I have been liking it, but I just hit an issue: mouse button 1
> now acts the same as button 3. It was working normally just a few
> minutes ago. Other X windows including xev still work normally.
> 
> I would appreciate some help in understanding/resolving this.


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 been suffering from randomly stuck Ctrl or Alt in recent X.org or 
KDE.


-- 
dexen deVries

[[[↓][→]]]




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [9fans] Acme button 1 working like button 3
  2013-03-19  8:52 ` dexen deVries
@ 2013-03-19  8:58   ` Peter A. Cejchan
  2013-03-19  9:44   ` Ruslan Khusnullin
  1 sibling, 0 replies; 16+ messages in thread
From: Peter A. Cejchan @ 2013-03-19  8:58 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 988 bytes --]

Use native Plan9 ;-)))
++pac
[sorry for being cheeky]


On Tue, Mar 19, 2013 at 9:52 AM, dexen deVries <dexen.devries@gmail.com>wrote:

> On Monday 18 of March 2013 16:56:00 Patrick Higgins wrote:
> > I am trying out Acme after watching rsc's tour at
> > http://research.swtch.com/acme
> >
> > So far I have been liking it, but I just hit an issue: mouse button 1
> > now acts the same as button 3. It was working normally just a few
> > minutes ago. Other X windows including xev still work normally.
> >
> > I would appreciate some help in understanding/resolving this.
>
>
> 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 been suffering from randomly stuck Ctrl or Alt in recent X.org
> or
> KDE.
>
>
> --
> dexen deVries
>
> [[[↓][→]]]
>
>
>

[-- Attachment #2: Type: text/html, Size: 1725 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [9fans] Acme button 1 working like button 3
  2013-03-19  8:52 ` dexen deVries
  2013-03-19  8:58   ` Peter A. Cejchan
@ 2013-03-19  9:44   ` Ruslan Khusnullin
  2013-03-19 18:59     ` Patrick Higgins
  1 sibling, 1 reply; 16+ messages in thread
From: Ruslan Khusnullin @ 2013-03-19  9:44 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Tue, Mar 19, 2013 at 12:52 PM, dexen deVries <dexen.devries@gmail.com> 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 been suffering from randomly stuck Ctrl or Alt in recent X.org or
> KDE.
Looks like I suffer from this too. Just a minute ago I was unable to
change position in file (in window). Fixed only after pressing and
releasing Alt button. Don't think it's related to KDE because I'm
using wmii.



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [9fans] Acme button 1 working like button 3
  2013-03-19  9:44   ` Ruslan Khusnullin
@ 2013-03-19 18:59     ` Patrick Higgins
  2013-03-20 14:09       ` Rudolf Sykora
  0 siblings, 1 reply; 16+ messages in thread
From: Patrick Higgins @ 2013-03-19 18:59 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Yes, that was it. My alt key had gotten stuck.

On Tue, Mar 19, 2013 at 3:44 AM, Ruslan Khusnullin
<ruslan.khusnullin@gmail.com> wrote:
> On Tue, Mar 19, 2013 at 12:52 PM, dexen deVries <dexen.devries@gmail.com> 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 been suffering from randomly stuck Ctrl or Alt in recent X.org or
>> KDE.
> Looks like I suffer from this too. Just a minute ago I was unable to
> change position in file (in window). Fixed only after pressing and
> releasing Alt button. Don't think it's related to KDE because I'm
> using wmii.
>



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [9fans] Acme button 1 working like button 3
  2013-03-19 18:59     ` Patrick Higgins
@ 2013-03-20 14:09       ` Rudolf Sykora
  2013-03-20 15:32         ` Ruslan Khusnullin
  0 siblings, 1 reply; 16+ messages in thread
From: Rudolf Sykora @ 2013-03-20 14:09 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello

On 19 March 2013 19:59, Patrick Higgins <patrick.allen.higgins@gmail.com> wrote:
> Yes, that was it. My alt key had gotten stuck.

so what must I do to circumvent the problem?
I reckon I should issue some hg command to put some files (from
65969f85ee6c revision?), presumably just src/cmd/devdraw/x11-srv.c,
into the working directory, and then recompile (mk) some subtree of
p9p. What are the relevant commands, please?

Thank you!
Ruda



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [9fans] Acme button 1 working like button 3
  2013-03-20 14:09       ` Rudolf Sykora
@ 2013-03-20 15:32         ` Ruslan Khusnullin
  2013-03-20 17:07           ` Rudolf Sykora
  0 siblings, 1 reply; 16+ messages in thread
From: Ruslan Khusnullin @ 2013-03-20 15:32 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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://bitbucket.org/rsc/plan9port plan9

Or if you want just to checkout the revision in existing tree:
cd /usr/local/plan9
hg checkout -r e9cdfa957952


On Wed, Mar 20, 2013 at 6:09 PM, Rudolf Sykora <rudolf.sykora@gmail.com> wrote:
> Hello
>
> On 19 March 2013 19:59, Patrick Higgins <patrick.allen.higgins@gmail.com> wrote:
>> Yes, that was it. My alt key had gotten stuck.
>
> so what must I do to circumvent the problem?
> I reckon I should issue some hg command to put some files (from
> 65969f85ee6c revision?), presumably just src/cmd/devdraw/x11-srv.c,
> into the working directory, and then recompile (mk) some subtree of
> p9p. What are the relevant commands, please?
>
> Thank you!
> Ruda
>



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [9fans] Acme button 1 working like button 3
  2013-03-20 15:32         ` Ruslan Khusnullin
@ 2013-03-20 17:07           ` Rudolf Sykora
  0 siblings, 0 replies; 16+ messages in thread
From: Rudolf Sykora @ 2013-03-20 17:07 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello,

On 20 March 2013 16:32, Ruslan Khusnullin <ruslan.khusnullin@gmail.com> wrote:
> 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://bitbucket.org/rsc/plan9port plan9
>
> Or if you want just to checkout the revision in existing tree:
> cd /usr/local/plan9
> hg checkout -r e9cdfa957952
>

thanks. This worked.
I thought something like hg revert -r <rev> <file>, followed by some
restricted rebuild
could be sufficient, but this is probably easier.

Thanks!
Ruda



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [9fans] Acme button 1 working like button 3
  2013-03-18 22:56 [9fans] Acme button 1 working like button 3 Patrick Higgins
  2013-03-19  7:19 ` Ruslan Khusnullin
  2013-03-19  8:52 ` dexen deVries
@ 2013-04-10 11:52 ` Alexander Sychev
  2013-04-10 13:28   ` lucio
  2013-04-10 13:29   ` andrey mirtchovski
  2 siblings, 2 replies; 16+ messages in thread
From: Alexander Sychev @ 2013-04-10 11:52 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs; +Cc: plan9port-dev

[-- Attachment #1: Type: text/plain, Size: 1046 bytes --]

Hi,
I made a variant of a fix of the problem some time ago.
https://codereview.appspot.com/7818049/
It seems Russ is very busy and can't review my changes, so the patch can be
applied by hands.


On Tue, Mar 19, 2013 at 2:56 AM, Patrick Higgins <
patrick.allen.higgins@gmail.com> wrote:

> I am trying out Acme after watching rsc's tour at
> http://research.swtch.com/acme
>
> So far I have been liking it, but I just hit an issue: mouse button 1
> now acts the same as button 3. It was working normally just a few
> minutes ago. Other X windows including xev still work normally.
>
> I would appreciate some help in understanding/resolving this.
>
> Thanks!
>
> --Patrick
>
>


--
Best regards,
  santucco

--

---
You received this message because you are subscribed to the Google Groups "plan9port-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plan9port-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



[-- Attachment #2: Type: text/html, Size: 1776 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [9fans] Acme button 1 working like button 3
  2013-04-10 11:52 ` Alexander Sychev
@ 2013-04-10 13:28   ` lucio
  2013-04-10 13:29   ` andrey mirtchovski
  1 sibling, 0 replies; 16+ messages in thread
From: lucio @ 2013-04-10 13:28 UTC (permalink / raw)
  To: 9fans

> It seems Russ is very busy

Russ's had a baby.

++L




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [9fans] Acme button 1 working like button 3
  2013-04-10 11:52 ` Alexander Sychev
  2013-04-10 13:28   ` lucio
@ 2013-04-10 13:29   ` andrey mirtchovski
  2013-04-10 14:00     ` erik quanstrom
                       ` (2 more replies)
  1 sibling, 3 replies; 16+ messages in thread
From: andrey mirtchovski @ 2013-04-10 13:29 UTC (permalink / raw)
  To: santucco; +Cc: Fans of the OS Plan 9 from Bell Labs, plan9port-dev

Russ and his wife had a baby, I think he's busy changing diapers
(there was an announcement on golang-dev that he'll be away for a
month).

:)

--

---
You received this message because you are subscribed to the Google Groups "plan9port-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plan9port-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [9fans] Acme button 1 working like button 3
  2013-04-10 13:29   ` andrey mirtchovski
@ 2013-04-10 14:00     ` erik quanstrom
  2013-04-10 19:42       ` arnold
  2013-04-10 16:58     ` Skip Tavakkolian
  2013-04-10 18:03     ` Alexander Sychev
  2 siblings, 1 reply; 16+ messages in thread
From: erik quanstrom @ 2013-04-10 14:00 UTC (permalink / raw)
  To: 9fans

On Wed Apr 10 09:30:33 EDT 2013, mirtchovski@gmail.com wrote:
> Russ and his wife had a baby, I think he's busy changing diapers
> (there was an announcement on golang-dev that he'll be away for a
> month).

a baby is proof that no matter how obsessive a coder you are,
you can get even less sleep and not code a wink.

- erik



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [9fans] Acme button 1 working like button 3
  2013-04-10 13:29   ` andrey mirtchovski
  2013-04-10 14:00     ` erik quanstrom
@ 2013-04-10 16:58     ` Skip Tavakkolian
  2013-04-10 18:03     ` Alexander Sychev
  2 siblings, 0 replies; 16+ messages in thread
From: Skip Tavakkolian @ 2013-04-10 16:58 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 286 bytes --]

On Wed, Apr 10, 2013 at 6:29 AM, andrey mirtchovski
<mirtchovski@gmail.com>wrote:

> Russ and his wife had a baby, I think he's busy changing diapers
>

inspecting stack dumps? :)


> (there was an announcement on golang-dev that he'll be away for a
> month).
>
> :)
>
>

[-- Attachment #2: Type: text/html, Size: 759 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [9fans] Acme button 1 working like button 3
  2013-04-10 13:29   ` andrey mirtchovski
  2013-04-10 14:00     ` erik quanstrom
  2013-04-10 16:58     ` Skip Tavakkolian
@ 2013-04-10 18:03     ` Alexander Sychev
  2 siblings, 0 replies; 16+ messages in thread
From: Alexander Sychev @ 2013-04-10 18:03 UTC (permalink / raw)
  To: andrey mirtchovski; +Cc: Fans of the OS Plan 9 from Bell Labs, plan9port-dev

[-- Attachment #1: Type: text/plain, Size: 653 bytes --]

Children are not for a month, children are forever :-)


On Wed, Apr 10, 2013 at 5:29 PM, andrey mirtchovski
<mirtchovski@gmail.com>wrote:

> Russ and his wife had a baby, I think he's busy changing diapers
> (there was an announcement on golang-dev that he'll be away for a
> month).
>
> :)
>



--
Best regards,
  santucco

--

---
You received this message because you are subscribed to the Google Groups "plan9port-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plan9port-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



[-- Attachment #2: Type: text/html, Size: 1146 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [9fans] Acme button 1 working like button 3
  2013-04-10 14:00     ` erik quanstrom
@ 2013-04-10 19:42       ` arnold
  0 siblings, 0 replies; 16+ messages in thread
From: arnold @ 2013-04-10 19:42 UTC (permalink / raw)
  To: 9fans


> On Wed Apr 10 09:30:33 EDT 2013, mirtchovski@gmail.com wrote:
> > Russ and his wife had a baby, I think he's busy changing diapers
> > (there was an announcement on golang-dev that he'll be away for a
> > month).

erik quanstrom <quanstro@quanstro.net> wrote:
> a baby is proof that no matter how obsessive a coder you are,
> you can get even less sleep and not code a wink.
>
> - erik

And be in an even more elevated state of happiness.

Arnold



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2013-04-10 19:42 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-18 22:56 [9fans] Acme button 1 working like button 3 Patrick Higgins
2013-03-19  7:19 ` Ruslan Khusnullin
2013-03-19  8:52 ` dexen deVries
2013-03-19  8:58   ` Peter A. Cejchan
2013-03-19  9:44   ` Ruslan Khusnullin
2013-03-19 18:59     ` Patrick Higgins
2013-03-20 14:09       ` Rudolf Sykora
2013-03-20 15:32         ` Ruslan Khusnullin
2013-03-20 17:07           ` Rudolf Sykora
2013-04-10 11:52 ` Alexander Sychev
2013-04-10 13:28   ` lucio
2013-04-10 13:29   ` andrey mirtchovski
2013-04-10 14:00     ` erik quanstrom
2013-04-10 19:42       ` arnold
2013-04-10 16:58     ` Skip Tavakkolian
2013-04-10 18:03     ` Alexander Sychev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).