From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Emacs Mac port Date: Fri, 19 Apr 2013 09:08:47 +0200 Message-ID: <98DF46C2-FB4B-4472-B21C-076558286968@swipnet.se> References: <83ip3p72mz.fsf@gnu.org> <83d2tw73h7.fsf@gnu.org> <8361zo6um1.fsf@gnu.org> <8338us6oz9.fsf@gnu.org> <838v4j55si.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1366355342 5151 80.91.229.3 (19 Apr 2013 07:09:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Apr 2013 07:09:02 +0000 (UTC) Cc: Eli Zaretskii , Stefan Monnier , "emacs-devel@gnu.org" To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 19 09:09:04 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UT5RP-0008KA-VK for ged-emacs-devel@m.gmane.org; Fri, 19 Apr 2013 09:09:04 +0200 Original-Received: from localhost ([::1]:55549 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UT5RP-0003yD-FI for ged-emacs-devel@m.gmane.org; Fri, 19 Apr 2013 03:09:03 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UT5RI-0003sm-DJ for emacs-devel@gnu.org; Fri, 19 Apr 2013 03:08:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UT5RG-0004ei-4R for emacs-devel@gnu.org; Fri, 19 Apr 2013 03:08:56 -0400 Original-Received: from mailout.melmac.se ([62.20.26.67]:64746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UT5RF-0004e4-Sk for emacs-devel@gnu.org; Fri, 19 Apr 2013 03:08:54 -0400 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id A79D195FA for ; Fri, 19 Apr 2013 09:08:48 +0200 (CEST) Original-Received: (qmail 11774 invoked by uid 89); 19 Apr 2013 07:08:01 -0000 Original-Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 19 Apr 2013 07:08:01 -0000 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 0A8997FA058; Fri, 19 Apr 2013 09:08:48 +0200 (CEST) In-Reply-To: X-Mailer: Apple Mail (2.1503) X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 62.20.26.67 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:159016 Archived-At: Hello. 19 apr 2013 kl. 05:58 skrev YAMAMOTO Mitsuharu = : > According to the document (*), (standard) drawing seems to be > eventually done via cairo on GTK+ 3. >=20 > *: = https://developer.gnome.org/gtk3/3.0/gtk-migrating-2-to-3.html#id1526151 >=20 > In GTK+ 3, the GDK drawing API (which closely mimics the X drawing > API, which is itself modeled after PostScript) has been removed. All > drawing in GTK+ 3 is done via cairo. Correct, but Emacs supports Gtk+ version 2.10 and upwards. Jan D.