emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#26560: closed ([PATCH] build: emacs: Install only


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26560: closed ([PATCH] build: emacs: Install only a subset of files.)
Date: Wed, 19 Apr 2017 07:58:02 +0000

Your message dated Wed, 19 Apr 2017 13:27:14 +0530
with message-id <address@hidden>
and subject line Re: bug#26560: [PATCH] build: emacs: Install only a subset of 
files.
has caused the debbugs.gnu.org bug report #26560,
regarding [PATCH] build: emacs: Install only a subset of files.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26560: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26560
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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?



--- End Message ---
--- Begin Message --- 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 address@hidden instead of
address@hidden Closing this.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]