From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: GTK emacs (and access to GTK) Date: Wed, 03 Nov 2004 00:17:08 +0100 Message-ID: <41881574.9090800@swipnet.se> References: <87wtx45rag.fsf_-_@tapsellferrier.co.uk> <41880CAE.2000906@swipnet.se> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1099437530 22691 80.91.229.6 (2 Nov 2004 23:18:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Nov 2004 23:18:50 +0000 (UTC) Cc: Nic Ferrier , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 03 00:18:46 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CP7vK-0003lk-00 for ; Wed, 03 Nov 2004 00:18:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CP83O-0000N5-Ph for ged-emacs-devel@m.gmane.org; Tue, 02 Nov 2004 18:27:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CP83I-0000Mw-IY for emacs-devel@gnu.org; Tue, 02 Nov 2004 18:27:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CP83I-0000Mk-5Q for emacs-devel@gnu.org; Tue, 02 Nov 2004 18:27:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CP83I-0000Mh-2t for emacs-devel@gnu.org; Tue, 02 Nov 2004 18:27:00 -0500 Original-Received: from [195.54.107.70] (helo=mxfep01.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CP7uV-0001jw-Gm; Tue, 02 Nov 2004 18:17:55 -0500 Original-Received: from coolsville.localdomain ([83.226.180.220] [83.226.180.220]) by mxfep01.bredband.com with ESMTP id <20041102231754.BEFQ4883.mxfep01.bredband.com@coolsville.localdomain>; Wed, 3 Nov 2004 00:17:54 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040916 X-Accept-Language: en-us, en Original-To: David Kastrup In-Reply-To: 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: main.gmane.org gmane.emacs.devel:29347 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29347 David Kastrup wrote: >>You can at least use Emacs native scroll bars with GTK now (a minor >>bug prevented that previously). > > > Do you happen to know whether they have the three-button Athena > semantics (left/right buttons scroll up/down by equal amounts > proportional to click position, middle button "teleports")? Yes they do, AFAIK the sematics are identical, they even use the same mouse pointer shapes. I have not used native or Athena scroll bars much, but as for sematics, I can't tell the difference. Jan D.