From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: GTK3 Emacs Date: Fri, 01 Jul 2011 08:42:17 +0200 Message-ID: References: <87k4c3oru2.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309503068 9043 80.91.229.12 (1 Jul 2011 06:51:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Jul 2011 06:51:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Antoine Levitt Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 01 08:51:05 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QcXZ8-0008Hf-N0 for ged-emacs-devel@m.gmane.org; Fri, 01 Jul 2011 08:51:02 +0200 Original-Received: from localhost ([::1]:42493 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcXZ7-0006cq-NB for ged-emacs-devel@m.gmane.org; Fri, 01 Jul 2011 02:51:01 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcXQr-0004i8-Fw for emacs-devel@gnu.org; Fri, 01 Jul 2011 02:42:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcXQq-0005qW-15 for emacs-devel@gnu.org; Fri, 01 Jul 2011 02:42:29 -0400 Original-Received: from m1.alltele.net ([85.30.0.4]:65110 helo=smtp.alltele.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcXQp-0005pD-FA for emacs-devel@gnu.org; Fri, 01 Jul 2011 02:42:27 -0400 Original-Received: from chopper ([87.96.210.139]) by smtp.alltele.net (IceWarp 10.3.1 RC1) with ESMTP (SSL) id KNR36417; Fri, 01 Jul 2011 08:42:17 +0200 In-Reply-To: <87k4c3oru2.fsf@gmail.com> (Antoine Levitt's message of "Fri, 01 Jul 2011 00:52:05 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-CTCH: RefID="str=0001.0A0B0204.4E0D6C4A.0030,ss=1,re=0.000,fgs=0"; Spam="Unknown"; VOD="Unknown" X-detected-operating-system: by eggs.gnu.org: Windows XP/2000 (RFC1323+, w+, tstamp-) X-Received-From: 85.30.0.4 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141316 Archived-At: Antoine Levitt writes: > 30/06/11 22:43, joakim@verona.se >> I noticed that is now possible to compile Emacs with GTK3. It looks >> pretty good! Thanks guys! > > Does it actually change anything? Just the looks AFAICT. However, GTK3 has many differences at the API level. I noticed this by trying to convert my xwidget branch to GTK3 and I had to make many changes in my code, so the overall effort to convert all of Emacs to GTK3 must have been big. As an aside, some of the changes in GTK3 are annoying. The method of clipping I employ in GTK2 no longer works for innstance. -- Joakim Verona