From unknown Sat Aug 16 12:44:14 2025 X-Loop: help-debbugs@gnu.org Subject: bug#26560: [PATCH] build: emacs: Install only a subset of files. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 19 Apr 2017 07:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 26560 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 26560@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.149258813517930 (code B ref -1); Wed, 19 Apr 2017 07:49:02 +0000 Received: (at submit) by debbugs.gnu.org; 19 Apr 2017 07:48:55 +0000 Received: from localhost ([127.0.0.1]:55467 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d0kMB-0004f7-6E for submit@debbugs.gnu.org; Wed, 19 Apr 2017 03:48:55 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47232) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d0kMA-0004et-16 for submit@debbugs.gnu.org; Wed, 19 Apr 2017 03:48:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0kM4-0002tU-3H for submit@debbugs.gnu.org; Wed, 19 Apr 2017 03:48:48 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:34454) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d0kM3-0002tJ-Vr for submit@debbugs.gnu.org; Wed, 19 Apr 2017 03:48:48 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0kM2-0002WP-IZ for guix-patches@gnu.org; Wed, 19 Apr 2017 03:48:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0kLz-0002st-Eu for guix-patches@gnu.org; Wed, 19 Apr 2017 03:48:46 -0400 Received: from o165.p9.mailjet.com ([87.253.234.165]:54874) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d0kLz-0002sh-5m for guix-patches@gnu.org; Wed, 19 Apr 2017 03:48:43 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:in-reply-to: references:x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=Bo62DQ3ezgTIYrlbDtJSxORl+gw=; b=lfIX5DhHLbCj6IzKsotFsGVwYMRBpt6YTNZbaMIkZ5N417nurQJsKBWmP Q3LujMGXYWBf5FIdMX3Dyux0i4ewNEk/v138FAVkMQt3r2LhLxhSYfUccydP Uvra0Qt4bVqp85hemP4X9H5C4uXwbl0tqygjK9kHSomasbLHNE7Xz8= Message-Id: MIME-Version: 1.0 From: Arun Isaac Date: Wed, 19 Apr 2017 13:18:35 +0530 In-reply-to: <20170419073525.2357-1-arunisaac@systemreboot.net> References: <20170419073525.2357-1-arunisaac@systemreboot.net> X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEAAJOblEA0AAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABY9xZYiQZ3aY_zTDuWqIoCEIng7AAFgUc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) This is a work in progress patch for the discussion at https://lists.gnu.org/archive/html/guix-devel/2017-04/msg00274.html All feedback welcome! Arun Isaac writes: > + (include ''(".*.el$" ".*.el.in$" "^dir$" > + ".*.info$" ".*.texi$" ".*.texinfo$" > + "doc/dir" "doc/*.info$" "doc/*.texi$" "= doc/*.texinfo$")) > + (exclude ''("^.dir-locals.el$" "^test.el$" "^tests= .el$" ".*-test.el$" ".*-tests.el$")) I've copied all this from MELPA's default :files property described at https://github.com/melpa/melpa . I have no idea what the rationale for some of these regexes are. Currently, include and exclude are a list of regexes that file names are matched against. Should this be combined into one big regex? Would it be a good idea to add a third keyword argument, say #:documentation, that will select info documentation files and install them separately in some other directory? = From unknown Sat Aug 16 12:44:14 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Arun Isaac Subject: bug#26560: closed (Re: bug#26560: [PATCH] build: emacs: Install only a subset of files.) Message-ID: References: X-Gnu-PR-Message: they-closed 26560 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 26560@debbugs.gnu.org Date: Wed, 19 Apr 2017 07:58:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1492588682-18775-1" This is a multi-part message in MIME format... ------------=_1492588682-18775-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #26560: [PATCH] build: emacs: Install only a subset of files. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 26560@debbugs.gnu.org. --=20 26560: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D26560 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1492588682-18775-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 26560-done) by debbugs.gnu.org; 19 Apr 2017 07:57:23 +0000 Received: from localhost ([127.0.0.1]:55477 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d0kUN-0004rz-9e for submit@debbugs.gnu.org; Wed, 19 Apr 2017 03:57:23 -0400 Received: from o175.p8.mailjet.com ([87.253.233.175]:52416) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d0kUK-0004rq-Qg for 26560-done@debbugs.gnu.org; Wed, 19 Apr 2017 03:57:21 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:in-reply-to: references:x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=7lGkThlJW7jnkmfxzuiYbyKNwgc=; b=a+wu5IEna08O7Q2K+2zVzjCml2uh8WuAXgGbU/RH7JlJsNteF4stRg+A4 Ryap2bYIRGbanySu9fgiP4oVBXnu76gIkat6StidcOWlENfQLw0P+Cj/ZUuT HXivfvBEKa5kVu4bl7wn0D3KbuXJdiV7hoqS7zPbaanQWA0qY2qfZ0= Message-Id: MIME-Version: 1.0 From: Arun Isaac To: 26560-done@debbugs.gnu.org Subject: Re: bug#26560: [PATCH] build: emacs: Install only a subset of files. Date: Wed, 19 Apr 2017 13:27:14 +0530 In-reply-to: References: <20170419073525.2357-1-arunisaac@systemreboot.net> X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEAAJOb9gi4AAAAAAAAAAAO2CvIAAAACwQwAAAAAAAW9WABY9xhfTy_2FFx5Twyvi0K69cSqggAFgUc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 26560-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.8 (--) Sorry, I accidentally sent this mail to guix-patches@gnu.org instead of 26559@debbugs.gnu.org. Closing this. = ------------=_1492588682-18775-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 19 Apr 2017 07:48:55 +0000 Received: from localhost ([127.0.0.1]:55467 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d0kMB-0004f7-6E for submit@debbugs.gnu.org; Wed, 19 Apr 2017 03:48:55 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47232) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d0kMA-0004et-16 for submit@debbugs.gnu.org; Wed, 19 Apr 2017 03:48:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0kM4-0002tU-3H for submit@debbugs.gnu.org; Wed, 19 Apr 2017 03:48:48 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:34454) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d0kM3-0002tJ-Vr for submit@debbugs.gnu.org; Wed, 19 Apr 2017 03:48:48 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0kM2-0002WP-IZ for guix-patches@gnu.org; Wed, 19 Apr 2017 03:48:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0kLz-0002st-Eu for guix-patches@gnu.org; Wed, 19 Apr 2017 03:48:46 -0400 Received: from o165.p9.mailjet.com ([87.253.234.165]:54874) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d0kLz-0002sh-5m for guix-patches@gnu.org; Wed, 19 Apr 2017 03:48:43 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:in-reply-to: references:x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=Bo62DQ3ezgTIYrlbDtJSxORl+gw=; b=lfIX5DhHLbCj6IzKsotFsGVwYMRBpt6YTNZbaMIkZ5N417nurQJsKBWmP Q3LujMGXYWBf5FIdMX3Dyux0i4ewNEk/v138FAVkMQt3r2LhLxhSYfUccydP Uvra0Qt4bVqp85hemP4X9H5C4uXwbl0tqygjK9kHSomasbLHNE7Xz8= Message-Id: MIME-Version: 1.0 From: Arun Isaac To: guix-patches@gnu.org Subject: Re: [PATCH] build: emacs: Install only a subset of files. Date: Wed, 19 Apr 2017 13:18:35 +0530 In-reply-to: <20170419073525.2357-1-arunisaac@systemreboot.net> References: <20170419073525.2357-1-arunisaac@systemreboot.net> X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEAAJOblEA0AAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABY9xZYiQZ3aY_zTDuWqIoCEIng7AAFgUc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) This is a work in progress patch for the discussion at https://lists.gnu.org/archive/html/guix-devel/2017-04/msg00274.html All feedback welcome! Arun Isaac writes: > + (include ''(".*.el$" ".*.el.in$" "^dir$" > + ".*.info$" ".*.texi$" ".*.texinfo$" > + "doc/dir" "doc/*.info$" "doc/*.texi$" "= doc/*.texinfo$")) > + (exclude ''("^.dir-locals.el$" "^test.el$" "^tests= .el$" ".*-test.el$" ".*-tests.el$")) I've copied all this from MELPA's default :files property described at https://github.com/melpa/melpa . I have no idea what the rationale for some of these regexes are. Currently, include and exclude are a list of regexes that file names are matched against. Should this be combined into one big regex? Would it be a good idea to add a third keyword argument, say #:documentation, that will select info documentation files and install them separately in some other directory? = ------------=_1492588682-18775-1--