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

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

bug#38339: closed ([PATCH 1/2] gnu: Add emacs-shrink-path.)


From: GNU bug Tracking System
Subject: bug#38339: closed ([PATCH 1/2] gnu: Add emacs-shrink-path.)
Date: Mon, 02 Dec 2019 08:54:02 +0000

Your message dated Mon, 02 Dec 2019 10:10:34 +0100
with message-id <address@hidden>
and subject line Re: [bug#38339] [PATCH 2/2] gnu: Add emacs-doom-modeline.
has caused the debbugs.gnu.org bug report #38339,
regarding [PATCH 1/2] gnu: Add emacs-shrink-path.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38339: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38339
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: Add emacs-shrink-path. Date: Fri, 22 Nov 2019 22:00:23 -0600
>From 90879f02c521d479630cabe3ff754952e859efd6 Mon Sep 17 00:00:00 2001
From: Brett Gilio <address@hidden>
Date: Fri, 22 Nov 2019 21:50:54 -0600
Subject: [PATCH 1/2] gnu: Add emacs-shrink-path.

* gnu/packages/emacs-xyz.scm (emacs-shrink-path): New variable.
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0caf12a423..c280d44f39 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19943,3 +19943,28 @@ Google guidelines.")
       (description "Helm Fish Completion is a Helm interface for Emacs
 fish-completion.  It can be used in both Eshell and M-x shell.")
       (license license:gpl3+))))
+(define-public emacs-shrink-path
+  (package
+    (name "emacs-shrink-path")
+    (version "0.3.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://gitlab.com/bennya/shrink-path.el.git";)
+             (commit (string-append "v" version))))
+       (sha256
+        (base32
+         "0kx0c4syd7k6ff9j463bib32pz4wq0rzjlg6b0yqnymlzfr1mbki"))
+       (file-name (git-file-name name version))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-s" ,emacs-s)
+       ("emacs-dash" ,emacs-dash)
+       ("emacs-f" ,emacs-f)))
+    (home-page
+     "https://gitlab.com/bennya/shrink-path.el";)
+    (synopsis "Fish-style path truncation in emacs-lisp")
+    (description "Small utility functions that allow for fish-style
+trunctated directories in eshell and various modelines.")
+    (license license:gpl3+)))
-- 
2.24.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#38339] [PATCH 2/2] gnu: Add emacs-doom-modeline. Date: Mon, 02 Dec 2019 10:10:34 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Brett Gilio <address@hidden> skribis:

>>From 1ffd8682be2e9d11d54b26f2765464aab7a0b18e Mon Sep 17 00:00:00 2001
> From: Brett Gilio <address@hidden>
> Date: Fri, 22 Nov 2019 21:51:56 -0600
> Subject: [PATCH 2/2] gnu: Add emacs-doom-modeline.
>
> * gnu/packages/emacs-xyz.scm (emacs-doom-modeline): New variable.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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