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: Tue, 02 Nov 2004 23:39:42 +0100 Message-ID: <41880CAE.2000906@swipnet.se> References: <87wtx45rag.fsf_-_@tapsellferrier.co.uk> 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 1099435236 17273 80.91.229.6 (2 Nov 2004 22:40:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Nov 2004 22:40:36 +0000 (UTC) Cc: Nic Ferrier , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 02 23:40:26 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 1CP7KE-0001B9-00 for ; Tue, 02 Nov 2004 23:40:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CP7SI-0003yM-JC for ged-emacs-devel@m.gmane.org; Tue, 02 Nov 2004 17:48:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CP7S8-0003wx-Nx for emacs-devel@gnu.org; Tue, 02 Nov 2004 17:48:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CP7S7-0003w9-Ko for emacs-devel@gnu.org; Tue, 02 Nov 2004 17:48:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CP7S7-0003w1-GU for emacs-devel@gnu.org; Tue, 02 Nov 2004 17:48:35 -0500 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CP7Jj-00042M-TH; Tue, 02 Nov 2004 17:39:56 -0500 Original-Received: from coolsville.localdomain ([83.226.180.220] [83.226.180.220]) by mxfep02.bredband.com with ESMTP id <20041102223954.ZAL44.mxfep02.bredband.com@coolsville.localdomain>; Tue, 2 Nov 2004 23:39: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:29344 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29344 David Kastrup wrote: > Nic Ferrier writes: > > >>I started to use GTK emacs a few months ago... Life was a bit busy so >>I forgot to say "the GTK port of Emacs is brilliant!" >> >>So I'm going to say it now: >> >>The GTK port of Emacs is brilliant. >> >>Well done to everybody involved in hacking it. > > > Well, I am missing an option to use Athena style scrollbars. > Actually, this is more a GTK shortcoming (that you can't just > configure Athena behavior for all GTK apps), but if I at least have > the option to override this at compile time of my most important > application, it would be a good consolation. You can at least use Emacs native scroll bars with GTK now (a minor bug prevented that previously). Jan D.