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

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

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


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26474: closed ([PATCH] gnu: Add emacs-cdlatex.)
Date: Fri, 14 Apr 2017 05:49:01 +0000

Your message dated Fri, 14 Apr 2017 11:18:33 +0530
with message-id <address@hidden>
and subject line Re: bug#26474: [PATCH] gnu: Add emacs-cdlatex.
has caused the debbugs.gnu.org bug report #26474,
regarding [PATCH] gnu: Add emacs-cdlatex.
to be marked as done.

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


-- 
26474: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26474
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-cdlatex. Date: Thu, 13 Apr 2017 15:17:20 +0530
* gnu/packages/emacs.scm (emacs-cdlatex): New variable.
---
 gnu/packages/emacs.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 65a491302..68257387d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4323,3 +4323,28 @@ Emacs Lisp")
     (description "@code{emacs-xmlgen} provides S-expression to XML
 conversion for Emacs Lisp.")
     (license license:gpl2+)))
+
+(define-public emacs-cdlatex
+  (package
+    (name "emacs-cdlatex")
+    (version "4.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/cdominik/cdlatex/archive/";
+             version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0pivapphmykc6vhvpx7hdyl55ls37vc4jcrxpvs4yk7jzcmwa9xp"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/cdominik/cdlatex";)
+    (synopsis "Fast Emacs input methods for LaTeX environments and
+math")
+    (description "CDLaTeX is an Emacs minor mode supporting fast
+insertion of environment templates and math in LaTeX.  Similar
+commands are also offered as part of the AUCTeX package, but it is not
+the same - CDLaTeX focuses on speediness for inserting LaTeX
+constructs.")
+    (license license:gpl3+)))
-- 
2.12.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#26474: [PATCH] gnu: Add emacs-cdlatex. Date: Fri, 14 Apr 2017 11:18:33 +0530
Pushed!


--- End Message ---

reply via email to

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