From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id KO9NLB9JRGPzfwAAbAwnHQ (envelope-from ) for ; Mon, 10 Oct 2022 18:32:31 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id mKQELR9JRGPAgQAAauVa8A (envelope-from ) for ; Mon, 10 Oct 2022 18:32:31 +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 3E6E79F31 for ; Mon, 10 Oct 2022 18:32:31 +0200 (CEST) Received: from localhost ([::1]:44564 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ohvhe-0002MK-EU for larch@yhetil.org; Mon, 10 Oct 2022 12:32:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49502) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohvcN-0005UW-IJ for guix-patches@gnu.org; Mon, 10 Oct 2022 12:27:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50595) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ohvcN-00013H-87 for guix-patches@gnu.org; Mon, 10 Oct 2022 12:27:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ohvcN-0001Jn-2u for guix-patches@gnu.org; Mon, 10 Oct 2022 12:27:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#58397] [PATCH 1/2] gnu: emacs-password-store: Refer directly to password-store. Resent-From: "(" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 10 Oct 2022 16:27:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58397 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: mail@nicolasgoaziou.fr, 58397@debbugs.gnu.org Cc: 58397-done@debbugs.gnu.org X-Debbugs-Original-To: "Nicolas Goaziou" , "( via Guix-patches via" Received: via spool by 58397-done@debbugs.gnu.org id=D58397.16654191864997 (code D ref 58397); Mon, 10 Oct 2022 16:27:03 +0000 Received: (at 58397-done) by debbugs.gnu.org; 10 Oct 2022 16:26:26 +0000 Received: from localhost ([127.0.0.1]:49669 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohvbm-0001IX-H7 for submit@debbugs.gnu.org; Mon, 10 Oct 2022 12:26:26 -0400 Received: from knopi.disroot.org ([178.21.23.139]:50200) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohvbk-0001IN-Ht for 58397-done@debbugs.gnu.org; Mon, 10 Oct 2022 12:26:25 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 286F84C97D; Mon, 10 Oct 2022 18:26:23 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with UTF8SMTP id lP8mqwLZtQPZ; Mon, 10 Oct 2022 18:26:22 +0200 (CEST) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1665419022; bh=wVmotDeOFP/2yTT3oGrS5aNO1PcZUq4Lxqz2NPGG0t0=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=Pu353L8RWyINCAMiWFdHV9khhTbyTw+b+hztpiUc1XeXlD5+Z6ZLL4E5+I9K4iLsB QRy1Fi+5SSV3cwGEOT0pKt2voboZ7c0vDNS97Wq7i7CvRhcg6XjBmpouguH5F886rF 4Hi2JE+dJ5Q1vkKistrShMQZz0uTZfUPqjgJIF/90rEsnPCbNXIETff8GSY2U437eZ seVRUWeCmRgiUNzPZCA+t1zhU8ux4VwNcxa9Ul4j99LDzcK36iNcDa4FzB2w+7rfVK qwdD8ZSnoEo6WywzNRM+h2nWiHqCcDPUHm32hQMUeMB1PEJCgKuoskOjsNAn6OCD6/ mpQLXsFXijDNQ== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 10 Oct 2022 17:23:41 +0100 Message-Id: References: <20221009165608.16412-1-paren@disroot.org> <20221009165749.16619-1-paren@disroot.org> <87czazvesm.fsf@nicolasgoaziou.fr> In-Reply-To: <87czazvesm.fsf@nicolasgoaziou.fr> 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" Reply-to: "\(" X-ACL-Warn: , "\( via Guix-patches" From: "\( via Guix-patches" via X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1665419551; h=from:from:sender:sender:reply-to: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-cc: 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=bDsjw8sQN8OHk1EF5VKBDHnLe8EyIs79pJeoZd6VEYY=; b=EMfC5jmnf4A4W2lKDOk+nTSUOLHJ//UooTXsdOLnGkO3w2ybT9tX+SvBs/vuRJ2CFZxkrU dYNHkUJ8SzLGhZ4opIZ0212aLqCm29IjRJF4RCvpMkZqUqGkMrFu1GJEfMvSMe9JYbaGAA 6ZZQLqx+PRGq6h1eJtkiNutc6BFIh0zn00QlS7u1E+QqhAGD5Eq2MBeYp+7bMNTqmer6tI Yg4n9Sw+9ov9oQgckM8YOfBnjjmK/YuueqO42CQrAsGz0hO+e8NDvLzu2PFJztQKGoY9dh TA9KfGgl/IWGMNaad1xda2Q8h8n5+h1O5IBY3T9NRnMNydz58ut81vJKwEPYTw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1665419551; a=rsa-sha256; cv=none; b=q4CNq/N3WdYrqgkPMcJS/dg27hYqDGg1ySazEw57b6CCSvQAZqW3dn8hhAUT/ECnRtR2vL SWuoYhp4CZ7CzxWXke6jnI26eEz/I94ksmKsiX2Yqf8ZHOOCgxL2wR0TUMQBmnm8xgTu6b /FPQpEdrMcjPCaD2b1iM2He3V098qIV8NuD0fiMbpD3kBM3YS3tlxDbBTBeipTEyhqR+h/ MWBYLH9eleVJjAUZqszEIjwIgATxdc3wT9oWo68ZlU8N+fiQ0H8nLQjLoIdXczAaBkpBkP FJStTv9KkXH/x8NZZelBb1GOfeaOOLEGkFdAFBp09KxwXWPVX0jDA7+NSokwNA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=Pu353L8R; 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: -2.39 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=Pu353L8R; 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: 3E6E79F31 X-Spam-Score: -2.39 X-Migadu-Scanner: scn1.migadu.com X-TUID: 6fHdX8B1sH/1 Hey Nicolas, On Mon Oct 10, 2022 at 5:12 PM BST, Nicolas Goaziou wrote: > Thank you. Applied with the following change. Thanks! :) > I used `emacs-substitute-variable' instead of substitute*. Ah, I didn't know that existed; thanks! I've never touched Emacs packaging before. -- (