From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id KHs+D8Wo5l4FSQAA0tVLHw (envelope-from ) for ; Sun, 14 Jun 2020 22:46:29 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id CJsaC8Wo5l6OLgAA1q6Kng (envelope-from ) for ; Sun, 14 Jun 2020 22:46:29 +0000 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 9D43E9400E1 for ; Sun, 14 Jun 2020 22:46:28 +0000 (UTC) Received: from localhost ([::1]:34146 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jkbOT-00062L-OA for larch@yhetil.org; Sun, 14 Jun 2020 18:46:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58206) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jkbOM-00062E-C3 for help-guix@gnu.org; Sun, 14 Jun 2020 18:46:18 -0400 Received: from mail-pf1-x42d.google.com ([2607:f8b0:4864:20::42d]:36592) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jkbOK-0004oP-Rr for help-guix@gnu.org; Sun, 14 Jun 2020 18:46:18 -0400 Received: by mail-pf1-x42d.google.com with SMTP id x22so6991573pfn.3 for ; Sun, 14 Jun 2020 15:46:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-transfer-encoding; bh=PCchDtlBYBFgZNet+C94VzqBWitd4wLpoKijGUGVl98=; b=g5rRpwmUfrS4Y77wI8VEr6E7yxw4XdgHcEWZ3U5OJxHuwevk5L/lmfaMAuUBCMDmmD iZXtzMPRd9Cd0ZVENRNSdKPxEUNu8PB+INDlx/imsWVDrS5tcGuXza8/y6cyiruwx8ai WDAdjwtVTjE4frI9xNSNxSyNJkyIYNdN1aVj48rlQqPYGQz8R+21yxvoS13+hhK/37AI b6VQmcjLZ2FjgQE7dObEU67EEqL32DpNK3MDDpanNC813LZFC84VaSBFqiget9cFdVLZ VdEXnUILPvTDInT2fIRtfMKnOANDeKNHXC0WbGHQ6IMM6gJ25weMoRZzn9SY0av1XQUM S6YA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version:content-transfer-encoding; bh=PCchDtlBYBFgZNet+C94VzqBWitd4wLpoKijGUGVl98=; b=fg7Y5cwMZmhbhwE/oWxfPd33UyB0STf/ySFc2fabvbWFq/Kw+IPNhKIWcaBWYYGYSI JH0zuR6FrMtnsE62Zs4lzKo+Tc50MTajLVh7HrhSNGf+2hVhpT7r+VoosQT35ruNZ9ik 5KnXHz0F2NbWh+CTKjqChODSelWji2/E7TWTaYv2x6p7WeQX5bglDnifDwyPJGIyWtF/ 7+d5xVPPcVN+0ydlOXF9lnthpr39DzRPoVkDdSFA4pJhtTxF5wRybvzioeEoQeZaLZg0 InPe4vayOazOvlUgCZBEBXPNLG0jXy+jT44UG3+rVTemRyhwQan89WWkHf9zyflR2iBh g0PQ== X-Gm-Message-State: AOAM530ah0I+m609h9oR7OCngKTFec/t8C2tyYtMakQU6Sqtwd6nJgzQ xJCv92SzB30FTWof6hVUU2Q= X-Google-Smtp-Source: ABdhPJxvbsiUdmCPO9plKcwy3duO5WnE+1842cTK09FimGTQaxWBlmGeFg6b4FNBdIgSj2bwnX5O7g== X-Received: by 2002:a65:4807:: with SMTP id h7mr19640364pgs.123.1592174774676; Sun, 14 Jun 2020 15:46:14 -0700 (PDT) Received: from localhost (node-1w7jr9qqzayzqnit5wh171cm2.ipv6.telus.net. [2001:569:7a05:3a00::111a]) by smtp.gmail.com with ESMTPSA id m22sm12656012pfk.216.2020.06.14.15.46.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 14 Jun 2020 15:46:14 -0700 (PDT) From: Fredrik Salomonsson To: Ricardo Wurmus , Kyle Andrews Subject: Re: Guix completion in Emacs In-Reply-To: <87lfkpl34v.fsf@elephly.net> References: <871rmhe3ej.fsf@gmail.com> <87lfkpl34v.fsf@elephly.net> Date: Sun, 14 Jun 2020 15:46:13 -0700 Message-ID: <87wo49qn9m.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2607:f8b0:4864:20::42d; envelope-from=plattfot@gmail.com; helo=mail-pf1-x42d.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20161025 header.b=g5rRpwmU; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -1.71 X-TUID: QMiHBbdUpfF7 Hi, Ricardo Wurmus writes: > This works for me. > > $ guix describe > Generation 47 6=E6=9C=88 05 2020 23:22:46 (current) > guix ecab53c > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: ecab53c320b1584a08f811b17a92bd9a50a50ff3 > > $ readlink -f $(which emacs) > /gnu/store/vx8fzbwb4cw8dlh760y2336sd2pw0kvy-emacs-26.3/bin/emacs I'm getting the same error. On a foreign distro with emacs-next. $ guix describe Generation 7 jun 12 2020 17:14:42 (current) guix 9ae4bd0 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 9ae4bd0b77db21d3e352560511d974bcc15df5db $ readlink -f $(which emacs) /gnu/store/8z8wnqjy9frxpvpg7jzlj5v77yy20fhn-emacs-next-27.0.91-0.c36c5a3/bi= n/emacs --=20 s/Fred[re]+i[ck]+/Fredrik/g