From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cytyj-0003d7-Ql for guix-patches@gnu.org; Fri, 14 Apr 2017 01:41:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cytyg-0002DZ-LS for guix-patches@gnu.org; Fri, 14 Apr 2017 01:41:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48141) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cytyg-0002Cw-H7 for guix-patches@gnu.org; Fri, 14 Apr 2017 01:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cytyg-0004vd-91 for guix-patches@gnu.org; Fri, 14 Apr 2017 01:41:02 -0400 Subject: bug#26454: [PATCH 2/2] gnu: add emacs-exwm Resent-Message-ID: Message-Id: <6b36bad3.ADsAAHMvNIAAAAAAAAAAAAO0QTIAAAACwQwAAAAAAAW9WABY8GDC@mailjet.com> MIME-Version: 1.0 From: Arun Isaac Date: Fri, 14 Apr 2017 11:10:07 +0530 In-reply-to: <87efww9fyw.fsf@gnu.org> References: <20170411225803.2420-1-tumashu@163.com> <20170411225803.2420-2-tumashu@163.com> <87inm9sdcs.fsf@gmail.com> <60b3e50e.AEEAJadpHi4AAAAAAAAAAAO0QTIAAAACwQwAAAAAAAW9WABY7oh5@mailjet.com> <67fed3f6.1a3b.15b64e00dfd.Coremail.tumashu@163.com> <87efww9fyw.fsf@gnu.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26454@debbugs.gnu.org Ludovic Courtès writes: > Arun Isaac skribis: > >> Also, could one of the Guix maintainers comment on the following? >> >> emacs-xelb (https://github.com/ch11ng/xelb) provides a Makefile to >> generate source code from xml files in xcb-proto. However, this source >> code is already pre-generated and included in the upstream git >> repository. Should we regenerate this code from xcb-proto afresh? > > It would be nice, yes. I suppose the tool to generate this is in their > repo? Yes, el_client.el in the xelb repository does this. @Feng Shu: In your new patch, could you add a phase for generating this code from the xcb-proto xml files as well? Thanks!