1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00
Files
guix/gnu/packages
Leo Prikler 1b3fa123ea gnu: emacs-telega: Properly install alists.
Am Donnerstag, den 05.12.2019, 12:46 -0600 schrieb Brett Gilio:
> That is why I made the note about eventually replacing the
> installation of that directory to use the system usually used by
> `emacs-build-system` because I figure this would cause less issues in
> the future if for some reason the emacs site-lisp directory structure
> were to change again.
>
> --8<---------------cut here---------------start------------->8---
> ;; TODO: Replace with `#:include' method used by
> ;; emacs-build-system.
> --8<---------------cut here---------------end--------------->8---
>
> But I don't think it is a pressing issue to do it so cleanly.
> Or maybe it is. Idk.
Perhaps you're right, but as far as I can see the Emacs build system
does not yet tell us how to proceed with data.  It also has a unique
way of handling documentation, first putting it into site-lisp before
moving it to share/info where it should belong.

> > I still don't feel comfortable with data being at the top of site-
> > lisp,
> > though.  Perhaps something similar to emacs-yasnippet-snippets,
> > where
> > you store the data in share/emacs/telega-data would be more
> > appropriate.
>
> I was ACTUALLY going to do it this way originally, but I was really
> uncertain of it so I just sent the patch as is. I like the idea more,
> so
> I am going to revise the patch. Otherwise, once I get this revision
> in
> everything should be good to go. I'll also substitute the functions
> to
> reflect that changed path.
>
> [...]
>
> Alright, carry on! Patch will be available soon.
Looking at your revised patch, I still feel a bit uneasy about putting
data into the load-path.  I therefore proprose a revised revised (R^2,
if you will) patch, which I've attached to this message.

Regards,
Leo

From 59918d4a486c453463e6c59487047177f3b54205 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Thu, 5 Dec 2019 13:51:14 -0600
Subject: [PATCH 3/3] gnu: emacs-telega: Install telega-data to site-lisp.

* gnu/packages/emacs-xyz.scm (emacs-telega)[arguments]: This commit revises a
  previous patch and gives the source etc/ directory a unique installation pth
  in the site-lisp directory stucture.

Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
Signed-off-by: Brett Gilio <brettg@posteo.net>
2019-12-06 16:28:24 -06:00
..
2019-12-06 06:52:36 +01:00
2019-12-04 18:56:31 +01:00
2019-11-20 20:48:50 -05:00
2019-10-20 14:00:12 +02:00
2019-12-01 21:24:20 +01:00
2019-10-14 23:13:24 -05:00
2019-11-24 13:32:58 +01:00
2019-11-15 20:11:35 +01:00
2019-09-30 09:49:34 +02:00
2019-11-25 14:08:31 +02:00
2019-11-22 22:46:54 +01:00
2019-12-01 00:49:13 +01:00
2019-12-01 00:49:12 +01:00
2019-10-08 21:23:05 +02:00
2019-08-22 00:25:40 +02:00
2019-12-03 21:50:04 +01:00
2019-11-20 20:48:50 -05:00
2019-12-04 20:12:41 +01:00
2019-09-24 20:12:55 +02:00
2019-11-15 19:09:13 +01:00
2019-12-06 06:52:36 +01:00
2019-10-01 18:11:25 +02:00
2019-10-15 23:48:11 +03:00
2019-12-06 21:39:25 +01:00
2019-11-15 20:11:35 +01:00
2019-08-26 10:47:12 +02:00
2019-12-04 20:12:41 +01:00
2019-09-23 09:38:50 +03:00
2019-10-04 12:21:45 +03:00
2019-12-01 00:49:15 +01:00
2019-11-23 18:55:46 -08:00
2019-11-28 12:30:41 +02:00
2019-10-28 11:49:51 +01:00
2019-08-18 12:20:53 +02:00
2019-12-04 20:12:41 +01:00
2019-12-01 00:49:16 +01:00
2019-11-11 11:00:33 +02:00
2019-11-16 23:10:24 +02:00
2019-12-05 16:54:59 +01:00
2019-12-01 22:04:52 +01:00
2019-09-23 17:58:32 +02:00
2019-11-13 21:12:38 +02:00
2019-10-10 19:01:03 -04:00
2019-11-21 22:44:15 +01:00
2019-11-19 10:51:53 +01:00
2019-10-18 12:02:52 +02:00
2019-11-03 18:27:21 +01:00
2019-12-04 20:12:41 +01:00
2019-08-22 17:59:30 +02:00
2019-11-09 21:07:10 +02:00
2019-11-10 00:32:22 +01:00
2019-10-14 18:25:31 +02:00
2019-10-18 18:18:27 +02:00
2019-10-27 12:55:52 +02:00
2019-12-06 19:38:56 +01:00
2019-10-27 00:49:25 +02:00
2019-11-10 00:32:23 +01:00
2019-11-27 13:34:22 +01:00
2019-12-04 20:12:41 +01:00
2019-10-08 23:07:09 +02:00
2019-10-30 05:21:04 +01:00
2019-11-27 21:58:45 -05:00
2019-12-04 23:10:21 +01:00
2019-10-14 19:38:44 +02:00
2019-11-21 10:38:42 -06:00
2019-11-20 20:48:52 -05:00
2019-12-06 15:48:20 -06:00
2019-12-04 21:26:50 +01:00
2019-11-29 23:53:54 +01:00
2019-09-04 22:18:07 +02:00
2019-12-04 20:12:41 +01:00
2019-10-21 00:33:43 +02:00
2019-12-03 01:52:45 +01:00
2019-10-30 04:28:58 +01:00
2019-11-22 00:22:10 +01:00
2019-12-05 14:29:45 -05:00
2019-11-11 06:46:33 +01:00
2019-10-06 04:46:53 +02:00
2019-12-04 23:10:21 +01:00
2019-11-22 00:22:10 +01:00
2019-11-20 10:02:48 +02:00
2019-12-06 22:56:02 +01:00
2019-11-25 14:33:27 +01:00
2019-12-04 18:16:08 +01:00
2019-11-11 04:50:29 +01:00
2019-12-04 10:20:28 -05:00
2019-12-04 23:10:21 +01:00
2019-11-29 23:53:55 +01:00
2019-12-01 00:49:13 +01:00
2019-12-03 01:52:45 +01:00
2019-10-08 21:23:04 +02:00
2019-09-17 13:29:03 +08:00
2019-11-15 17:52:45 +01:00
2019-12-01 00:49:16 +01:00
2019-11-28 00:38:25 +01:00
2019-11-30 22:14:11 +01:00
2019-09-05 00:21:41 +02:00
2019-11-29 21:58:37 +01:00
2019-12-01 21:17:37 +01:00
2019-10-14 17:14:45 +02:00
2019-11-20 00:16:51 +01:00
2019-10-22 16:58:29 +02:00
2019-12-06 19:38:56 +01:00
2019-12-05 16:54:59 +01:00
2019-11-20 00:16:51 +01:00
2019-11-09 10:33:46 -06:00
2019-11-12 03:33:06 +01:00
2019-10-12 15:18:26 +02:00
2019-08-29 19:15:14 +02:00
2019-11-03 00:16:16 +01:00
2019-10-21 00:26:14 +02:00
2019-11-13 12:49:21 +02:00
2019-12-06 20:09:15 +01:00
2019-11-03 03:52:23 +01:00
2019-10-02 20:57:46 +03:00
2019-11-28 00:38:25 +01:00
2019-11-03 00:51:58 +01:00
2019-11-24 09:31:26 +03:00
2019-11-22 22:53:39 +01:00
2019-11-15 20:11:35 +01:00
2019-08-14 22:25:30 +02:00
2019-09-09 21:53:26 +08:00
2019-11-29 15:04:47 +01:00
2019-10-10 20:09:56 +02:00
2019-10-13 18:35:59 +02:00
2019-12-01 13:37:16 +01:00
2019-11-30 22:15:01 +01:00
2019-11-28 00:38:25 +01:00
2019-12-04 08:33:31 -05:00
2019-10-15 22:35:25 -05:00
2019-10-28 20:39:31 +01:00
2019-11-10 01:58:17 +01:00
2019-09-23 13:15:17 -07:00
2019-12-04 21:26:56 +01:00
2019-10-08 19:24:34 +02:00
2019-11-06 22:18:02 +01:00
2019-09-08 13:53:26 +03:00
2019-11-05 19:51:06 +05:30
2019-12-03 01:52:46 +01:00
2019-12-03 01:52:46 +01:00
2019-10-13 23:04:06 +02:00
2019-12-03 01:52:44 +01:00
2019-12-04 20:12:41 +01:00