GNU bug report logs - #26560
[PATCH] build: emacs: Install only a subset of files.

Previous Next

Package: guix-patches;

Reported by: Arun Isaac <arunisaac <at> systemreboot.net>

Date: Wed, 19 Apr 2017 07:49:02 UTC

Severity: normal

Tags: patch

Done: Arun Isaac <arunisaac <at> systemreboot.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Arun Isaac <arunisaac <at> systemreboot.net>
Subject: bug#26560: closed (Re: bug#26560: [PATCH] build: emacs: Install
 only a subset of files.)
Date: Wed, 19 Apr 2017 07:58:02 +0000
[Message part 1 (text/plain, inline)]
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 <at> debbugs.gnu.org.

-- 
26560: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26560
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: 26560-done <at> 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
Sorry, I accidentally sent this mail to guix-patches <at> gnu.org instead of
26559 <at> debbugs.gnu.org. Closing this.

[Message part 3 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: guix-patches <at> gnu.org
Subject: Re: [PATCH] build: emacs: Install only a subset of files.
Date: Wed, 19 Apr 2017 13:18:35 +0530
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?



This bug report was last modified 8 years and 36 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.