From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: porting to Wayland Date: Thu, 13 Nov 2014 10:08:19 +0100 Message-ID: <54647503.9050607@swipnet.se> References: <87fvi6unfi.fsf-ueno@gnu.org> <53C24B44.3000304@swipnet.se> <54639270.2020609@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1415869734 19289 80.91.229.3 (13 Nov 2014 09:08:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Nov 2014 09:08:54 +0000 (UTC) Cc: Lars Magne Ingebrigtsen , emacs-devel@gnu.org To: Daiki Ueno Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 13 10:08:46 2014 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 1XoqOR-0002kL-P9 for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2014 10:08:43 +0100 Original-Received: from localhost ([::1]:58423 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoqOR-0007EE-6w for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2014 04:08:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoqO9-0007E9-SF for emacs-devel@gnu.org; Thu, 13 Nov 2014 04:08:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XoqO2-0007tG-2a for emacs-devel@gnu.org; Thu, 13 Nov 2014 04:08:25 -0500 Original-Received: from mailfe02.swip.net ([212.247.154.33]:38210 helo=swip.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoqO1-0007t5-SS; Thu, 13 Nov 2014 04:08:18 -0500 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe02.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 548901268; Thu, 13 Nov 2014 10:08:15 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 212.247.154.33 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:176882 Archived-At: Daiki Ueno skrev den 2014-11-13 02:58: > "Jan D." writes: > >>>> This is not a Wayland port, it is a Cairo port. It still uses X for >>>> events (mouse keyboard) as Cairo does not have any of that. >>>> Wayland would be a different beast. >>> >>> Right. So this is totally unrelated to what Daiki was experimenting >>> with? >>> >> >> I don't know what Daiki was experimenting with. > > The Cairo part is an overlap between those patches. I believe mine is > much less quality. The differences are: Yamamoto-san's patch adds > printing support using GTK+ print dialogs, and mine was trying to add > Wayland keyboard event handling. > > By the way, some of my friends are really interested in the Cairo based > printing support. Could you perhaps post an update of Yamamoto-san's > patch? I'm happy to test it. I haven't kept it up to date with trunk lately. I'll see if I can update it and then post it. Jan D.