From: Alex Kost <alezost@gmail.com>
To: Mathieu Lirzin <mthl@openmailbox.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 2/4] build: Produce 'guix-config' instead of using compile-time tricks.
Date: Thu, 13 Aug 2015 11:04:15 +0300 [thread overview]
Message-ID: <87h9o38vi8.fsf@gmail.com> (raw)
In-Reply-To: <87egjgz4pf.fsf@openmailbox.org> (Mathieu Lirzin's message of "Thu, 06 Aug 2015 19:50:36 +0200")
Mathieu Lirzin (2015-08-06 20:50 +0300) wrote:
> From 4ed6955bf3edf2b3979e47958412ad41d2bc191e Mon Sep 17 00:00:00 2001
> From: Mathieu Lirzin <mthl@openmailbox.org>
> Date: Thu, 6 Aug 2015 11:36:53 +0200
> Subject: [PATCH 1/3] build: Produce 'guix-config' instead of using
> compile-time tricks.
>
> * emacs/guix-config.el.in: New file.
> * emacs/guix-{init,profiles}.el.in: Rename to ...
> * emacs/guix-{init,profiles}.el: ... these. New files.
> Use 'guix-config'.
> * .gitignore, configure.ac: Adjust accordingly.
> ---
> .gitignore | 3 +--
> configure.ac | 3 +--
> emacs/guix-config.el.in | 31 +++++++++++++++++++++++
> emacs/guix-init.el | 19 ++++++++++++++
> emacs/guix-init.el.in | 19 --------------
> emacs/guix-profiles.el | 64 +++++++++++++++++++++++++++++++++++++++++++++++
> emacs/guix-profiles.el.in | 62 ---------------------------------------------
> 7 files changed, 116 insertions(+), 85 deletions(-)
> create mode 100644 emacs/guix-config.el.in
> create mode 100644 emacs/guix-init.el
> delete mode 100644 emacs/guix-init.el.in
> create mode 100644 emacs/guix-profiles.el
> delete mode 100644 emacs/guix-profiles.el.in
I forgot one thing. There is also "emacs.am" file, which should be
adjusted accordingly: i.e., to move "guix-init.el" and "guix-profiles.el"
into ELFILES and to add "guix-config.el" to nodist_lisp_DATA.
--
Alex
next prev parent reply other threads:[~2015-08-13 8:04 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-27 21:48 [PATCH 0/4] Emacs Interface build system Mathieu Lirzin
2015-07-27 21:48 ` [PATCH 1/4] build: Add more variables to (guix config) Mathieu Lirzin
2015-07-29 8:35 ` Alex Kost
2015-08-06 17:38 ` Mathieu Lirzin
2015-08-18 15:15 ` Ludovic Courtès
2015-08-25 21:14 ` Mathieu Lirzin
2015-07-27 21:48 ` [PATCH 2/4] build: Produce 'guix-config' instead of using compile-time tricks Mathieu Lirzin
2015-07-27 21:56 ` Mathieu Lirzin
2015-07-29 8:35 ` Alex Kost
2015-08-06 17:50 ` Mathieu Lirzin
2015-08-13 8:04 ` Alex Kost [this message]
2015-08-25 21:16 ` Mathieu Lirzin
2015-08-26 10:51 ` Alex Kost
2015-08-30 17:55 ` Mathieu Lirzin
2015-08-30 19:03 ` Alex Kost
2015-07-27 21:48 ` [PATCH 3/4] emacs: Move guix-guile-program to 'guix-config' Mathieu Lirzin
2015-07-29 8:36 ` Alex Kost
2015-08-06 17:55 ` Mathieu Lirzin
2015-08-07 7:21 ` Alex Kost
2015-08-25 21:18 ` Mathieu Lirzin
2015-08-30 17:32 ` Ludovic Courtès
2015-08-30 19:03 ` Alex Kost
2015-08-30 20:54 ` Mathieu Lirzin
2015-07-27 21:48 ` [PATCH 4/4] emacs: Use only one guix-load-path variable Mathieu Lirzin
2015-07-29 8:36 ` Alex Kost
2015-08-06 17:58 ` Mathieu Lirzin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87h9o38vi8.fsf@gmail.com \
--to=alezost@gmail.com \
--cc=guix-devel@gnu.org \
--cc=mthl@openmailbox.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.