From unknown Fri Jun 20 07:13:16 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#46944 <46944@debbugs.gnu.org> To: bug#46944 <46944@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-envrc. Reply-To: bug#46944 <46944@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:13:16 +0000 retitle 46944 [PATCH] gnu: Add emacs-envrc. reassign 46944 guix-patches submitter 46944 Xinglu Chen severity 46944 normal tag 46944 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 05 07:33:31 2021 Received: (at submit) by debbugs.gnu.org; 5 Mar 2021 12:33:31 +0000 Received: from localhost ([127.0.0.1]:33123 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lI9e6-0007mU-PA for submit@debbugs.gnu.org; Fri, 05 Mar 2021 07:33:31 -0500 Received: from lists.gnu.org ([209.51.188.17]:50186) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lI9e5-0007mL-2D for submit@debbugs.gnu.org; Fri, 05 Mar 2021 07:33:29 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:44574) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lI9e4-0006zT-Rr for guix-patches@gnu.org; Fri, 05 Mar 2021 07:33:28 -0500 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:42846 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lI9e2-0002Yp-9J for guix-patches@gnu.org; Fri, 05 Mar 2021 07:33:28 -0500 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1614947601; bh=H1R0jkg/IcudGxo+vkO8op3HHVj2YbyLEtnEfRGQKGU=; h=From:To:Subject:Date; b=AvlIyRduq9TIqRe8fz5/JJD+mr+M0OVBS1TtZO0t7OgjzSEWD04tnKValwTolb7Ck dv9YSykYhP329vMO55J3k8nHRnqwQvJQ80g3eCZJlYTfIMJQQsBll5zmlItRSzc9Z1 2aarrlgKMcBzeAjUHmTfGNqxNvpRzyIelLaCEIZY= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-envrc. Message-Id: Date: Fri, 05 Mar 2021 13:33:10 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 11 X-Spam_score: 1.1 X-Spam_bar: + X-Spam_report: (1.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, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=0.001, PDS_OTHER_BAD_TLD=1.683, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/emacs-xyz.scm (emacs-envrc): New variable. --- gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 93dc4f86e9..e6dfe203a0 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -93,6 +93,7 @@ ;;; Copyright =C2=A9 2021 Alexandr Vityazev ;;; Copyright =C2=A9 2021 Yurii Kholodkov ;;; Copyright =C2=A9 2021 Alexey Abramov +;;; Copyright =C2=A9 2021 Xinglu Chen ;;; ;;; This file is part of GNU Guix. ;;; @@ -13615,6 +13616,31 @@ query them from the comfort of your editor.") (home-page "https://github.com/hrs/engine-mode") (license license:gpl3+))) =20 +(define-public emacs-envrc + (package + (name "emacs-envrc") + (version "0.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/purcell/envrc") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ssf9i6iym2rb530k2w5aj392qa73i6p5y0vwrs5qhkv9lagqq7p")))) + (build-system emacs-build-system) + (home-page "https://github.com/purcell/envrc") + (synopsis "Support for Direnv which operates buffer-locally") + (description "This is library which uses Direnv to set environment +variables on a per-buffer basis. This means that when you work across +multiple projects which have @file{.envrc} files, all processes launched f= rom +the buffers \"in\" those projects will be executed with the environment +variables specified in those files. This allows different versions of lin= ters +and other tools to be used in each project if desired.") + (license license:gpl3+))) + (define-public emacs-prop-menu (package (name "emacs-prop-menu") base-commit: c9d42d611c43e485fe39ef0adc2b032a4aec8fae --=20 2.30.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 05 11:27:04 2021 Received: (at 46944-done) by debbugs.gnu.org; 5 Mar 2021 16:27:04 +0000 Received: from localhost ([127.0.0.1]:35294 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lIDI7-0005i7-UL for submit@debbugs.gnu.org; Fri, 05 Mar 2021 11:27:04 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:47207) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lIDI5-0005hc-Vf for 46944-done@debbugs.gnu.org; Fri, 05 Mar 2021 11:27:02 -0500 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 391FC200008; Fri, 5 Mar 2021 16:26:54 +0000 (UTC) From: Nicolas Goaziou To: Xinglu Chen Subject: Re: [bug#46944] [PATCH] gnu: Add emacs-envrc. References: Date: Fri, 05 Mar 2021 17:26:54 +0100 In-Reply-To: (Xinglu Chen's message of "Fri, 05 Mar 2021 13:33:10 +0100") Message-ID: <87lfb1efch.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 46944-done Cc: 46944-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-envrc): New variable. Applied. Thank you! Regards, -- Nicolas Goaziou From unknown Fri Jun 20 07:13:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 03 Apr 2021 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator