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: Gtk-Emacs on OS-X and W32/64? Date: Tue, 12 Jun 2012 17:54:29 +0200 Message-ID: <9CAADC43-0065-4247-9A72-DF46A1012AEE@swipnet.se> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1339516492 32386 80.91.229.3 (12 Jun 2012 15:54:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 12 Jun 2012 15:54:52 +0000 (UTC) Cc: "emacs-devel@gnu.org" To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 12 17:54:51 2012 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 1SeTQc-0004Up-Ms for ged-emacs-devel@m.gmane.org; Tue, 12 Jun 2012 17:54:46 +0200 Original-Received: from localhost ([::1]:58938 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeTQc-0000jL-LS for ged-emacs-devel@m.gmane.org; Tue, 12 Jun 2012 11:54:46 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50485) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeTQV-0000iF-Ks for emacs-devel@gnu.org; Tue, 12 Jun 2012 11:54:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SeTQQ-0006Ur-IG for emacs-devel@gnu.org; Tue, 12 Jun 2012 11:54:39 -0400 Original-Received: from mailout.melmac.se ([62.20.26.67]:54731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeTQQ-0006Tw-AJ for emacs-devel@gnu.org; Tue, 12 Jun 2012 11:54:34 -0400 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 4564B9EF6 for ; Tue, 12 Jun 2012 17:54:32 +0200 (CEST) Original-Received: (qmail 12217 invoked by uid 89); 12 Jun 2012 15:50:10 -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; 12 Jun 2012 15:50:10 -0000 Original-Received: from anon-175-217.vpn.ipredator.se (anon-175-217.vpn.ipredator.se [93.182.175.217]) by coolsville.localdomain (Postfix) with ESMTPSA id 9B6CB7FA06C; Tue, 12 Jun 2012 17:54:31 +0200 (CEST) In-Reply-To: X-Mailer: Apple Mail (2.1278) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:150912 Archived-At: Hello. 12 jun 2012 kl. 16:44 skrev joakim@verona.se: > Jan Dj=E4rv writes: >=20 >> Hello.=20 >>=20 >> I assume you want Gtk with a backend which is not X11? >>=20 >> This is not possible as the event handling for Gtk in Emacs is the = X11 event code.=20 >=20 > Okay, so the event handling code would then need to somehow be ported = to > a gtk event loop, which I presume is a massive undertaking.=20 >=20 "Massive" is an overstatement, it has at some point in time been made = for the NS and w32-port, so it is not unheard of. I suspect it will have to be made sometime in the future, as we employ = some (either already, or soon to be unsupported) tricks to make it work. Jan D.