unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Malte Frank Gerdes <malte.f.gerdes@gmail.com>
To: 44342@debbugs.gnu.org
Cc: Malte Frank Gerdes <malte.f.gerdes@gmail.com>
Subject: [bug#44342] [PATCH 6/6] gnu: Add emacs-company-rtags.
Date: Sat, 31 Oct 2020 15:11:18 +0100	[thread overview]
Message-ID: <20201031141118.21536-6-malte.f.gerdes@gmail.com> (raw)
In-Reply-To: <20201031141118.21536-1-malte.f.gerdes@gmail.com>

* gnu/packages/emacs-xyz.scm (emacs-company-rtags): New variable.
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9152cee786..5fb3fb2b08 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25072,6 +25072,28 @@ label references and citations in LaTeX.  It is based on RefTeX, which is
 included with Emacs.")
     (license license:gpl3+)))
 
+(define-public emacs-company-rtags
+  (package
+    (name "emacs-company-rtags")
+    (version "20191222.920")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://melpa.org/packages/company-rtags-"
+                           version ".el"))
+       (sha256
+        (base32
+         "0vfg4d7s7zf33938aw8m4pc5bc1bzb96b3w360k8nnhh6xxy54nc"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("company" ,emacs-company)
+       ("rtags" ,emacs-rtags)))
+    (home-page "https://github.com/Andersbakken/rtags")
+    (synopsis "Company backend for RTags")
+    (description "@code{emacs-company-rtags} integrates a RTags Client/Server
+Indexer for C/C++/ObjC/ObjC++ into Company.")
+    (license license:gpl3)))
+
 (define-public emacs-html-to-hiccup
   ;; Package has no release.  Version is extracted from "Version:" keyword in
   ;; main file.
-- 
2.29.1





      parent reply	other threads:[~2020-10-31 14:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-31 14:07 [bug#44342] [PATCH 0/6] Update rtags and add rtags related emacs packages Malte Frank Gerdes
2020-10-31 14:11 ` [bug#44342] [PATCH 1/6] gnu: code: Update RTags to 2.38 Malte Frank Gerdes
2020-10-31 14:11   ` [bug#44342] [PATCH 2/6] gnu: cpp: Update rct to e706998697b8d48fa9e5b9ab33aeded705129a66 Malte Frank Gerdes
2020-11-07 10:03     ` Nicolas Goaziou
2020-10-31 14:11   ` [bug#44342] [PATCH 3/6] gnu: Add emacs-rtags Malte Frank Gerdes
2020-10-31 14:11   ` [bug#44342] [PATCH 4/6] gnu: Add emacs-flycheck-rtags Malte Frank Gerdes
2020-11-07 10:41     ` Nicolas Goaziou
2020-10-31 14:11   ` [bug#44342] [PATCH 5/6] gnu: Add emacs-helm-rtags Malte Frank Gerdes
2020-10-31 14:11   ` Malte Frank Gerdes [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201031141118.21536-6-malte.f.gerdes@gmail.com \
    --to=malte.f.gerdes@gmail.com \
    --cc=44342@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).