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

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

bug#43422: closed ([PATCH] gnu: Add emacs-eshell-syntax-highlighting.)


From: GNU bug Tracking System
Subject: bug#43422: closed ([PATCH] gnu: Add emacs-eshell-syntax-highlighting.)
Date: Wed, 16 Sep 2020 20:08:02 +0000

Your message dated Wed, 16 Sep 2020 22:07:24 +0200
with message-id <87imcd1o5f.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#43422] [PATCH] gnu: Add 
emacs-eshell-syntax-highlighting.
has caused the debbugs.gnu.org bug report #43422,
regarding [PATCH] gnu: Add emacs-eshell-syntax-highlighting.
to be marked as done.

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


-- 
43422: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43422
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-eshell-syntax-highlighting. Date: Tue, 15 Sep 2020 08:57:34 -0400
From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/emacs-xyz.scm (emacs-eshell-syntax-highlighting): 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 46af73456b..238ee15ef2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16924,6 +16924,26 @@ visiting the bookmark, a new @code{eshell} session 
will be opened in the
 appropriate directory if no @code{eshell} session is active.")
     (license license:gpl3+)))
 
+(define-public emacs-eshell-syntax-highlighting
+  (package
+    (name "emacs-eshell-syntax-highlighting")
+    (version "0.2")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url 
"https://github.com/akreisher/eshell-syntax-highlighting";)
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0id27874wsb5y169030x8g1ldpa1mnskv1s2j3ygqiyh5fvpfash"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/akreisher/eshell-syntax-highlighting";)
+    (synopsis "Adds syntax highlighting to @code{eshell}")
+    (description "This package highlights user commands at the @code{eshell}
+interactive prompt to provide feedback on the validity of commands and 
syntax.")
+    (license license:gpl3+)))
+
 (define-public emacs-eshell-z
   (package
     (name "emacs-eshell-z")
-- 
2.28.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#43422] [PATCH] gnu: Add emacs-eshell-syntax-highlighting. Date: Wed, 16 Sep 2020 22:07:24 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hello,

Morgan.J.Smith@outlook.com writes:

> * gnu/packages/emacs-xyz.scm (emacs-eshell-syntax-highlighting): New
> variable.

Thank you.

I tweaked indentation a bit, replaced @code{eshell} with Eshell, and
applied your patch.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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