From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: vertical scrollbar error on MS Windows Date: Wed, 28 Feb 2007 16:45:30 -0500 Message-ID: References: <001401c7554e$bbd42100$2446fe91@j4f3n1> <009401c75611$3782cbe0$351b90d4@j4f3n1> <002c01c75aa4$875cf0e0$8144fe91@j4f3n1> <030c01c75b73$9ee4a620$8144fe91@j4f3n1> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1172699155 22921 80.91.229.12 (28 Feb 2007 21:45:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Feb 2007 21:45:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: "grischka" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 28 22:45:47 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HMWcN-00080M-01 for ged-emacs-devel@m.gmane.org; Wed, 28 Feb 2007 22:45:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMWcN-0007B0-Pg for ged-emacs-devel@m.gmane.org; Wed, 28 Feb 2007 16:45:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HMWcA-000767-IZ for emacs-devel@gnu.org; Wed, 28 Feb 2007 16:45:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HMWc8-00071X-Gv for emacs-devel@gnu.org; Wed, 28 Feb 2007 16:45:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMWc8-00070U-2r for emacs-devel@gnu.org; Wed, 28 Feb 2007 16:45:32 -0500 Original-Received: from tomts10.bellnexxia.net ([209.226.175.54] helo=tomts10-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HMWc7-0006JC-KQ for emacs-devel@gnu.org; Wed, 28 Feb 2007 16:45:31 -0500 Original-Received: from pastel.home ([70.55.146.57]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070228214530.HUUQ1723.tomts10-srv.bellnexxia.net@pastel.home> for ; Wed, 28 Feb 2007 16:45:30 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 5B6478116; Wed, 28 Feb 2007 16:45:30 -0500 (EST) In-Reply-To: <030c01c75b73$9ee4a620$8144fe91@j4f3n1> (grischka's message of "Wed\, 28 Feb 2007 20\:45\:09 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux) X-detected-kernel: Solaris 8 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:67072 Archived-At: > Other than that I'm still curious to see all that work with > the intuitive Xaw features added on the scrollbar from the > other OS. Just to make things clear: I have not talked about any of the user-level features of the Xaw scrollbar in this thread. I only referred to Xaw w.r.t its programmer-level behavior: it is the only toolkit I know which does not hide from the program the fact that the user is attempting to move the thumb off the end, thus making it possible for the program to let the thumb slide off the end (while also making it possible to disallow it). Stefan