emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56964: closed ([PATCH] gnu: Add emacs-buffer-env.)


From: GNU bug Tracking System
Subject: bug#56964: closed ([PATCH] gnu: Add emacs-buffer-env.)
Date: Thu, 25 Aug 2022 11:49:02 +0000

Your message dated Thu, 25 Aug 2022 13:48:18 +0200
with message-id <87bks8sfwd.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#56964] [PATCH] gnu: Add emacs-buffer-env.
has caused the debbugs.gnu.org bug report #56964,
regarding [PATCH] gnu: Add emacs-buffer-env.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
56964: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56964
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-buffer-env. Date: Wed, 3 Aug 2022 20:37:42 -0400
From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/emacs-xyz.scm (emacs-buffer-env): New variable.
---
 gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7a060783f8..a9c1869474 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29431,6 +29431,26 @@ (define-public emacs-boxquote
 example code.")
     (license license:gpl3+)))
 
+(define-public emacs-buffer-env
+  (package
+    (name "emacs-buffer-env")
+    (version "0.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://elpa.gnu.org/packages/buffer-env-";
+                                  version ".tar"))
+              (sha256
+               (base32
+                "0y8ik87dqldhn6q631zp2ln9z5byqgm9icrvr4xrdx6g8mr9c56z"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-compat))
+    (home-page "https://github.com/astoff/buffer-env";)
+    (synopsis "Create buffer-local process environments")
+    (description "Create buffer-local environments using scripts similar to
+direnv.  This allows Emacs to call the correct version of external programs
+such as linters, compilers, and language servers on a per-project basis.")
+    (license license:gpl3+)))
+
 (define-public emacs-buffer-move
   (package
     (name "emacs-buffer-move")
-- 
2.37.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#56964] [PATCH] gnu: Add emacs-buffer-env. Date: Thu, 25 Aug 2022 13:48:18 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hello,

Morgan.J.Smith@outlook.com writes:

> From: Morgan Smith <Morgan.J.Smith@outlook.com>
>
> * gnu/packages/emacs-xyz.scm (emacs-buffer-env): New variable.

Applied with the following change. Thank you.

> +    (description "Create buffer-local environments using scripts similar to
> +direnv.  This allows Emacs to call the correct version of external programs
> +such as linters, compilers, and language servers on a per-project basis.")
> +    (license license:gpl3+)))

I sligthly changed the description so it would start with a complete sentence.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]