9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Felipe Bichued" <bichued@gmail.com>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu>
Subject: Re: [9fans] video of an acme session
Date: Wed, 27 Feb 2008 21:13:10 -0300	[thread overview]
Message-ID: <d553b5590802271613j493931cdq3ab44b6a5d6adc66@mail.gmail.com> (raw)
In-Reply-To: <d553b5590802271608h2a038414j1e55f8061103de30@mail.gmail.com>

 just to be clear, i meant the t->what == Tag check.

On Wed, Feb 27, 2008 at 9:08 PM, Felipe Bichued <bichued@gmail.com> wrote:
> somehow, i was only able to reproduce the bug if i had some selected
>  text in the tag bar, and tried to click over it with the 3rd button.
>  i'm not sure if that's the intended behavior, but it seems that it was
>  triggered by the expand function in /sys/src/cmd/acme/look.c.
>
>         /* if in selection, choose selection */
>         e->jump = TRUE;
>         if(q1==q0 && t->q1>t->q0 && t->q0<=q0 && q0<=t->q1){
>                 q0 = t->q0;
>                 q1 = t->q1;
>                 if(t->what == Tag)
>                         e->jump = FALSE;
>         }
>
>  removing the if along with it's body fixes it for me.
>
>  regards.
>
>  felipe
>
>
>
>  On Wed, Feb 27, 2008 at 6:22 PM, Skip Tavakkolian <9nut@9netics.com> wrote:
>  > > There's something broken in that video.  The mouse doesn't move to the
>  >  > selection on a button 3 operation.
>  >
>  >  good eye. yes i noticed it and briefly discussed it with brucee last night. i'm looking
>  >  at it now.
>  >
>  >  i fixed the (lack of) redrawing in tippi window after a move or reshape but before
>  >  any mouse activity.
>  >
>  >
>


  reply	other threads:[~2008-02-28  0:13 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-27  9:49 Skip Tavakkolian
2008-02-27 10:14 ` Bruce Ellis
2008-02-27 10:22 ` Axel Belinfante
2008-02-27 10:32   ` Geoffrey Avila
2008-02-27 10:40     ` Skip Tavakkolian
2008-02-27 10:41     ` Uriel
2008-02-27 10:49       ` Bruce Ellis
2008-02-27 10:42   ` Skip Tavakkolian
2008-02-27 15:16     ` lejatorn
2008-02-27 15:24       ` Axel Belinfante
2008-02-27 16:22       ` Skip Tavakkolian
2008-02-27 20:26         ` Rob Pike
2008-02-27 21:22           ` Skip Tavakkolian
2008-02-28  0:08             ` Felipe Bichued
2008-02-28  0:13               ` Felipe Bichued [this message]
2008-02-28  1:58                 ` Skip Tavakkolian
2008-02-28  2:37                   ` Felipe Bichued
2008-02-28 16:25                     ` Jack Johnson
2008-02-28  1:45               ` Russ Cox
2008-02-28  2:08                 ` Skip Tavakkolian
2008-02-28 18:56           ` Skip Tavakkolian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d553b5590802271613j493931cdq3ab44b6a5d6adc66@mail.gmail.com \
    --to=bichued@gmail.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).