From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id EIdVBHDBVWIwBQAAgWs5BA (envelope-from ) for ; Tue, 12 Apr 2022 20:14:08 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id cGWXOG/BVWI3IQEAG6o9tA (envelope-from ) for ; Tue, 12 Apr 2022 20:14:07 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 7CEEEE9F0 for ; Tue, 12 Apr 2022 20:14:07 +0200 (CEST) Received: from localhost ([::1]:41116 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1neL1i-00065i-Ki for larch@yhetil.org; Tue, 12 Apr 2022 14:14:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51300) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1neL1e-00065S-Da for guix-patches@gnu.org; Tue, 12 Apr 2022 14:14:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55836) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1neL1e-0006r6-1j for guix-patches@gnu.org; Tue, 12 Apr 2022 14:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1neL1d-0005wW-UI for guix-patches@gnu.org; Tue, 12 Apr 2022 14:14:01 -0400 Subject: bug#38643: [PATCH] Add spacemacs package Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 12 Apr 2022 18:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 38643 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: zimoun Cc: 38643-done@debbugs.gnu.org, saffronsnail Mail-Followup-To: 38643@debbugs.gnu.org, ludo@gnu.org, saffronsnail@protonmail.com Received: via spool by 38643-done@debbugs.gnu.org id=D38643.164978718222759 (code D ref 38643); Tue, 12 Apr 2022 18:14:01 +0000 Received: (at 38643-done) by debbugs.gnu.org; 12 Apr 2022 18:13:02 +0000 Received: from localhost ([127.0.0.1]:49732 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1neL0g-0005v1-Gw for submit@debbugs.gnu.org; Tue, 12 Apr 2022 14:13:02 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57800) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1neL0f-0005uT-06 for 38643-done@debbugs.gnu.org; Tue, 12 Apr 2022 14:13:01 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45714) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1neL0Z-0006mB-PP; Tue, 12 Apr 2022 14:12:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=kMftAgX/X5FvJ193vfEyPlFC5KGqXHltzwAsmi8/Nr8=; b=mwqOhIhnrKUHH6Pieq6u TC1Qo+dDnvdMSl7Y2YRmB1YCobqL1UpNp+Fu6WVbMNoomhuXlcVXU3m1NSJqEMNaZz0YjCefUZyph bKDW9nY6jpxPCXzAY9XKGS1zh8RfWd/xmspB2rnR8G3CRCXzfS8eshccrDHn2ZRye6C5Hiy8oWxFy 3pBm4mFrAAYNLh16wtzP1fLlUhfkbymY5kEpdyQ5Wmh+DQH3bed2a8cjk2FmPYb70BAVmVLVvJPTY +3N4zhWtDle1/WlbKnnZw25nrCeVb1GbILgN0SYy6Z9+yotrjqvM+YJnVp8HVucyRZeL+1uLf0aFs kmGQVOVJIrqXHw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:54099 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1neL0Y-0004Fo-E2; Tue, 12 Apr 2022 14:12:54 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87y2vbq8oi.fsf@gnu.org> <867d7u37xg.fsf_-_@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 23 Germinal an 230 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 12 Apr 2022 20:12:51 +0200 In-Reply-To: <867d7u37xg.fsf_-_@gmail.com> (zimoun's message of "Tue, 12 Apr 2022 12:36:11 +0200") Message-ID: <87o816cgrg.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1649787247; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=kMftAgX/X5FvJ193vfEyPlFC5KGqXHltzwAsmi8/Nr8=; b=r2DWbL9YWd6Krh4IV6hDK6ViCKzF2HGHjPpmkzJsfNp3R5pfC5apEs2a0/KrWG12qWJDOb 78Gj2fPHvXnW8rGAIG2kR98ie+GE1VRivK9cjynJkLp6j4KFNjtnavx/GPzvcUb3Wh0+RC QmMDd4GqqLkFunL8Pw5BKkCaRnkQACDyCF1HUHOCR3awhu9tklEhtr6Dug6MhZfWWJNZ0e 7TIdeU4kG2WFgQ7N2c8LIJDV0Rbz9IJCn7meZaY+7vsNjufWykxqWrYBsLxTMexQgWqiSa 4QuwQlHssyb19zEIJwb1eU3D87omGsA0QCsPB8nL6E/5IHKSMfTGe3zqGO2W1w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1649787247; a=rsa-sha256; cv=none; b=gSKzVg2CU9wb7Nu3THVuT3OvqW/emX/CLrY/2WZEoXHxxnlm6+mIYfdSBdaPS6bjsaoK3L ZrZELn6pmHXsriDXamT2CPwrRduKN7mJ8bzx74iCSmdjgTaXHDKuoLdKhgoYlH1v77Z+VF erNQ53WfUZc7Rtsz8rtKcCq9poUA6lJWvya6PjFdm0JQg9XUQydzy+INsNElaooweSiEej Pr+tcP87U681/SntfwPa10TSw9TLhqFTb7P16vcl8RSQyoUKuaqiJvobEx57s+m6N3MYTL RKr3tqg00yctcTAE39od+lvOv71zsTR7ow/No/TZrVK49zzxlJfQWdey4eEaxw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=mwqOhIhn; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -5.06 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=mwqOhIhn; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 7CEEEE9F0 X-Spam-Score: -5.06 X-Migadu-Scanner: scn0.migadu.com X-TUID: BTUqZoHSWDBw Hi, zimoun skribis: > What is the next action? Is it worth to include it despite the fact > that: > > > Do I get it right that Spacemacs will try to fetch the > > packages it needs via pkg.el (ELPA)? > > > > Longer-term, it would be nice if it could fetch packages > > through Guix, using Emacs-Guix. Are you familiar with this > > part of Spacemacs? > > I agree that this should be the long-term plan, though I would > like to avoid the overhead of maintaining each individual ELPA > package separately. I have not `guix import`ed an ELPA package > before, but I know that for some other imports manual fixup is > needed. Do you know if this is the case for ELPA? If so, I would > prefer to work on a way to fix that than to manually maintain > dozens of packages. > > or do we drop it? Given that it hasn=E2=80=99t seen any activity, I believe we can close it f= or now. I=E2=80=99d love to see proper Spacemacs integration, but for that we= need saffronsnail or another Spacemacs-savvy person to champion it. Thanks, Ludo=E2=80=99.