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

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

[debbugs-tracker] bug#33956: closed ([PATCH] gnu: Add emacs-tldr.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33956: closed ([PATCH] gnu: Add emacs-tldr.)
Date: Sun, 13 Jan 2019 22:25:02 +0000

Your message dated Sun, 13 Jan 2019 23:24:01 +0100
with message-id <address@hidden>
and subject line Re: [bug#33956] [PATCH] gnu: Add emacs-tldr.
has caused the debbugs.gnu.org bug report #33956,
regarding [PATCH] gnu: Add emacs-tldr.
to be marked as done.

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


-- 
33956: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33956
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-tldr. Date: Wed, 2 Jan 2019 17:03:32 +0100 User-agent: mu4e 1.0; emacs 26.1
* gnu/packages/emacs.scm (emacs-tldr): New variable.
---
 gnu/packages/emacs.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index ffb5a1518..58c6e718c 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -12961,3 +12961,25 @@ other frame parameters.")
       (description "Emacs major mode for editing Arduino sketches.")
       (home-page "https://github.com/bookest/arduino-mode";)
       (license license:gpl3+))))
+
+(define-public emacs-tldr
+  (let ((commit "398b197c8d2238628b07e1b32d0f373876279f4c"))
+    (package
+      (name "emacs-tldr")
+      (version (git-version "0" "0" commit))
+      (home-page "https://github.com/kuanyui/tldr.el";)
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url (string-append home-page ".git"))
+                      (commit commit)))
+                (sha256
+                 (base32
+                  "0iq7qlis6c6r2qkdpncrhh5vsihkhvy5x4y1y8cjb7zxkh62w33f"))
+                (file-name (git-file-name name version))))
+      (build-system emacs-build-system)
+      (synopsis "Simplified and community-driven man pages for emacs")
+      (description "@code{emacs-tldr} allows the user to access tldr pages
+from within emacs.  The @code{tldr} pages are a community effort to simplify
+the man pages with practical examples.")
+      (license license:wtfpl2))))
-- 
2.20.1

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#33956] [PATCH] gnu: Add emacs-tldr. Date: Sun, 13 Jan 2019 23:24:01 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Gabriel Hondet <address@hidden> skribis:

> * gnu/packages/emacs.scm (emacs-tldr): New variable.

Applied, thanks!

Ludo'.


--- End Message ---

reply via email to

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