From unknown Sat Jun 21 10:16:47 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#26560 <26560@debbugs.gnu.org> To: bug#26560 <26560@debbugs.gnu.org> Subject: Status: [PATCH] build: emacs: Install only a subset of files. Reply-To: bug#26560 <26560@debbugs.gnu.org> Date: Sat, 21 Jun 2025 17:16:47 +0000 retitle 26560 [PATCH] build: emacs: Install only a subset of files. reassign 26560 guix-patches submitter 26560 Arun Isaac severity 26560 normal tag 26560 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 19 03:48:55 2017 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? = From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 19 03:57:23 2017 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. = From unknown Sat Jun 21 10:16:47 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 17 May 2017 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator