unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#34836] [PATCH] Add emacs-eshell-z
@ 2019-03-12 23:24 Brian Leung
  2019-03-16 10:39 ` bug#34836: " Oleg Pykhalov
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Leung @ 2019-03-12 23:24 UTC (permalink / raw)
  To: 34836


[-- Attachment #1.1: Type: text/plain, Size: 14 bytes --]

See attached.

[-- Attachment #1.2: Type: text/html, Size: 39 bytes --]

[-- Attachment #2: 0001-gnu-Add-emacs-eshell-z.patch --]
[-- Type: text/x-patch, Size: 1591 bytes --]

From bfeb6cf84d71124766f8c58b275bb372849b79f3 Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Wed, 13 Mar 2019 00:23:25 +0100
Subject: [PATCH] gnu: Add emacs-eshell-z.

---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d3b2fc8ec6..f1eb78cb44 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11199,6 +11199,29 @@ 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-z
+  (package
+    (name "emacs-eshell-z")
+    (version "0.3.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/xuchunyang/eshell-z")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "1aac4m814jgxwpz7lbyx5r4z5dmawp4sk7pwbx0zqpnbcsaq5wwc"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/xuchunyang/eshell-z")
+    (synopsis "Quick navigation to frequently visited directories")
+    (description
+     "This package is a port of @code{z}, and keeps track of visited directories
+and commands invoked within them in order to enable navigation via input of
+matching regexps.")
+    (license license:gpl3+)))
+
 (define-public emacs-esh-autosuggest
   (package
     (name "emacs-esh-autosuggest")
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#34836: [PATCH] Add emacs-eshell-z
  2019-03-12 23:24 [bug#34836] [PATCH] Add emacs-eshell-z Brian Leung
@ 2019-03-16 10:39 ` Oleg Pykhalov
  0 siblings, 0 replies; 2+ messages in thread
From: Oleg Pykhalov @ 2019-03-16 10:39 UTC (permalink / raw)
  To: Brian Leung; +Cc: 34836-done

[-- Attachment #1: Type: text/plain, Size: 91 bytes --]

Hello Brian,

Pushed as d82bd2034884c5037065c48d5eefe0acd2768e30 to master.

Thanks,
Oleg.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-16 10:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-12 23:24 [bug#34836] [PATCH] Add emacs-eshell-z Brian Leung
2019-03-16 10:39 ` bug#34836: " Oleg Pykhalov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).