unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43157] [PATCH] gnu: Add emacs-company-reftex.
@ 2020-09-01 18:03 Arun Isaac
  2020-09-03  8:09 ` Mathieu Othacehe
  0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2020-09-01 18:03 UTC (permalink / raw)
  To: 43157; +Cc: Arun Isaac

* gnu/packages/emacs-xyz.scm (emacs-company-reftex): 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 aa9a1436fb..0bdff61ec4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24452,3 +24452,28 @@ It is similar in purpose to services such as Gist or Pastebin,
 but is much simpler since it assumes the user has access to a
 publically-accessible HTTP server.")
       (license license:gpl3+))))
+
+(define-public emacs-company-reftex
+  (package
+    (name "emacs-company-reftex")
+    (version "0.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/TheBB/company-reftex")
+             (commit "275ef708f08d3bf0eb30632148e5c6184eeaacdb")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "118cgw5lsffqdqz95mnkw36mmnsbg9m52r2np4m7v14mjjwr9fby"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-company" ,emacs-company)
+       ("emacs-s" ,emacs-s)))
+    (home-page "https://github.com/TheBB/company-reftex")
+    (synopsis "RefTeX backends for company-mode")
+    (description "This package provides company-mode backends for completing
+label references and citations in LaTeX.  It is based on RefTeX, which is
+included with Emacs.")
+    (license license:gpl3+)))
-- 
2.28.0





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

* [bug#43157] [PATCH] gnu: Add emacs-company-reftex.
  2020-09-01 18:03 [bug#43157] [PATCH] gnu: Add emacs-company-reftex Arun Isaac
@ 2020-09-03  8:09 ` Mathieu Othacehe
  2020-09-03 11:47   ` bug#43157: " Arun Isaac
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Othacehe @ 2020-09-03  8:09 UTC (permalink / raw)
  To: Arun Isaac; +Cc: 43157


Hello Arun,

> * gnu/packages/emacs-xyz.scm (emacs-company-reftex): New variable.

This looks fine, please go ahead.

Thanks,

Mathieu




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

* bug#43157: [PATCH] gnu: Add emacs-company-reftex.
  2020-09-03  8:09 ` Mathieu Othacehe
@ 2020-09-03 11:47   ` Arun Isaac
  0 siblings, 0 replies; 3+ messages in thread
From: Arun Isaac @ 2020-09-03 11:47 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 43157-done


Thanks for the review, pushed to master!




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

end of thread, other threads:[~2020-09-03 11:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-01 18:03 [bug#43157] [PATCH] gnu: Add emacs-company-reftex Arun Isaac
2020-09-03  8:09 ` Mathieu Othacehe
2020-09-03 11:47   ` bug#43157: " Arun Isaac

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).