Benchmark-Perl-Formance-Cargo
view release on metacpan or search on metacpan
share/SpamAssassin/easy_ham/01126.d930bf33cb3a9468623c15fb4cc24542 view on Meta::CPAN
Received: from delta.cs.mu.OZ.AU (delta.coe.psu.ac.th [172.30.0.98]) by
ratree.psu.ac.th (8.11.6/8.11.6) with ESMTP id g8N9Np316223 for
<exmh-users@redhat.com>; Mon, 23 Sep 2002 16:23:56 +0700 (ICT)
Received: from munnari.OZ.AU (localhost [127.0.0.1]) by delta.cs.mu.OZ.AU
(8.11.6/8.11.6) with ESMTP id g8N9NX719043 for <exmh-users@redhat.com>;
Mon, 23 Sep 2002 16:23:47 +0700 (ICT)
From: Robert Elz <kre@munnari.OZ.AU>
To: exmh-users@spamassassin.taint.org
Subject: Re: bad focus/click behaviours
In-Reply-To: <200209230521.BAA11218@blackcomb.panasas.com>
References: <200209230521.BAA11218@blackcomb.panasas.com>
<20020915202900.F294C5D04@ptavv.es.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Message-Id: <19041.1032773013@munnari.OZ.AU>
X-Loop: exmh-users@spamassassin.taint.org
Sender: exmh-users-admin@spamassassin.taint.org
Errors-To: exmh-users-admin@spamassassin.taint.org
X-Beenthere: exmh-users@spamassassin.taint.org
X-Mailman-Version: 2.0.1
Precedence: bulk
Reply-To: exmh-users@spamassassin.taint.org
List-Help: <mailto:exmh-users-request@spamassassin.taint.org?subject=help>
List-Post: <mailto:exmh-users@spamassassin.taint.org>
List-Subscribe: <https://listman.spamassassin.taint.org/mailman/listinfo/exmh-users>,
<mailto:exmh-users-request@redhat.com?subject=subscribe>
List-Id: Discussion list for EXMH users <exmh-users.spamassassin.taint.org>
List-Unsubscribe: <https://listman.spamassassin.taint.org/mailman/listinfo/exmh-users>,
<mailto:exmh-users-request@redhat.com?subject=unsubscribe>
List-Archive: <https://listman.spamassassin.taint.org/mailman/private/exmh-users/>
Date: Mon, 23 Sep 2002 16:23:33 +0700
Date: Sun, 22 Sep 2002 22:21:49 -0700
From: Brent Welch <welch@panasas.com>
Message-ID: <200209230521.BAA11218@blackcomb.panasas.com>
| I would encourage folks to play with those 10 lines of code in
| Text_Selection and report what works well for them. We may come up
| with 8 lines that work for everyone, or perhaps introduce yet another
| setting that lets folks choose between a few useful models. Of course,
| that's an admission of policy failure, but I'm willing to do that.
I actually think you're looking in the wrong place. I, at least,
have almost no problems with the choice of what gets pasted, or
selected, that stuff (for me, if perhaps not users of some gnome variant,
which appraently has been fixed anyway) all seems to work just fine.
The problem is that a button 1 click clears the selection (PRIMARY)
where it shouldn't - the previous selection should only be cleared
when there's something else to replace it (even if the highlighting
of what is selected is removed). Try this in any other ramdom
application (from xterm to netscape) and see how it works. There
normally is *no* (mouse based) way to actually clear the primary
selection (that is, set it to be a null string).
Then, because of the "if I get asked for the selection value, I will
find something" behaviour, if you click (intending to set the insert
point, the way most other GUI's operate), and then paste, because the
PRIMARY is clear, but exmh still owns the selection, because nothing
else has taken it, it does and finds some other ramdom stuff, from
either the clipboard or cut buffer, which tends to be something that was
deleted back in the ancient past, and pastes that.
That behaviour, to me anyway, is the real issue.
Once that gets fixed, we can switch back to operating the normal
"select stuff, click at new insert point, paste" mode of operation
that almost everyone expects to work (whether the "select stuff"
is somewhere in one of the exmh windows, or elsewhere).
kre
ps: this message is from my experience as a exmh user only, I've never
really understood enough about X and selections to go gazing at that
part of the code and see how it all really operates.
_______________________________________________
Exmh-users mailing list
Exmh-users@redhat.com
https://listman.redhat.com/mailman/listinfo/exmh-users
( run in 0.743 second using v1.01-cache-2.11-cpan-364913b4093 )