From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42860) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1duLhp-0001ly-6N for guix-patches@gnu.org; Tue, 19 Sep 2017 12:49:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1duLhm-0006sZ-DW for guix-patches@gnu.org; Tue, 19 Sep 2017 12:49:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39824) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1duLhm-0006sM-9C for guix-patches@gnu.org; Tue, 19 Sep 2017 12:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1duLhl-000760-Vn for guix-patches@gnu.org; Tue, 19 Sep 2017 12:49:02 -0400 Subject: bug#28381: [PATCH] gnu: emacs-skewer-mode: Install html and js files. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Alex Kost References: <87wp5azpab.fsf@magnolia> <87bmmjsk4j.fsf@gmail.com> <87377ladp5.fsf@gmail.com> Date: Tue, 19 Sep 2017 19:48:12 +0300 In-Reply-To: <87377ladp5.fsf@gmail.com> (Oleg Pykhalov's message of "Sun, 17 Sep 2017 12:15:18 +0300") Message-ID: <87ingebpo3.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: Oleg Pykhalov Cc: 28381-done@debbugs.gnu.org Oleg Pykhalov (2017-09-17 12:15 +0300) wrote: > Hello Alex, > > Alex Kost writes: [...] >> I think it would be easier to use '#:include' instead of this phase, >> like this: >> >> (arguments '(#:include '("\\.el$" "\\.js$" "\\.html$"))) >> >> What do you think? If it is OK for you, could you please send an >> updated patch? > > Sure, it's better. Thanks for great suggestion. > >>>From 595a0e662d9e18f366870497555dee77ea22dae2 Mon Sep 17 00:00:00 2001 > From: Oleg Pykhalov > Date: Sun, 17 Sep 2017 12:08:11 +0300 > Subject: [PATCH] gnu: emacs-skewer-mode: Include html and js files. Great, thank you! Applied: http://git.savannah.gnu.org/cgit/guix.git/commit/?id=46f5ae0b35c14cd733fd34e46c675e33c6c15682 -- Alex