unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: jgart via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 59566@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>, Nicolas Goaziou <mail@nicolasgoaziou.fr>
Subject: bug#59566: [PATCH v2 1/2] gnu: Add emacs-function-args.
Date: Sat, 26 Nov 2022 10:47:41 -0600	[thread overview]
Message-ID: <20221126164741.6107-1-jgart@dismail.de> (raw)
In-Reply-To: <86v8n3bdh5.fsf@gmail.com>

* gnu/packages/emacs-xyz.scm (emacs-function-args): New variable.

Hi Nicolas,

Thanks for the review! Much appreciated. Here's all your requests added in v2.

all best,

jgart
---
 gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8eb4dab077..7eb87b5fe8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11078,6 +11078,32 @@ (define-public emacs-lispyville
 state and will work even without lispy being enabled.")
       (license license:gpl3+))))
 
+(define-public emacs-function-args
+  ;; The latest release is from August 21, 2017.
+  (let ((commit "beba049751fed78666c87bd146a6f1cf149bb819")
+        (revision "0"))
+    (package
+      (name "emacs-function-args")
+      (version (git-version "0.6.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/abo-abo/function-args")
+               (commit commit)))
+         (sha256
+          (base32
+           "1vxrjy6k030hcbclblgcaaw7h6k17kl3n9zla08527525c0gma01"))
+         (file-name (git-file-name name version))))
+      (propagated-inputs (list emacs-ivy))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/abo-abo/function-args")
+      (synopsis "C/C++ completion for GNU Emacs")
+      (description
+"This package provides a way of showing an inline arguments hint for
+the C/C++ function at point.")
+      (license license:gpl3+))))
+
 (define-public emacs-lpy
   ;; There is no proper release/tag.
   (let ((commit "ce78a4613458790cc785c1687af7eed8f0d8d66c")
-- 
2.38.1





  reply	other threads:[~2022-11-26 16:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-25  9:16 bug#59566: Fail ’guix time-machine’ (Nov 2021) because libgit2 zimoun
2022-11-26 16:47 ` jgart via Bug reports for GNU Guix [this message]
2022-11-26 16:47   ` bug#59566: [PATCH v2 2/2] gnu: emacs-lpy: Update to fa95b11 jgart via Bug reports for GNU Guix
2022-11-26 23:21   ` bug#59566: [PATCH v2 1/2] gnu: Add emacs-function-args Nicolas Goaziou

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=20221126164741.6107-1-jgart@dismail.de \
    --to=bug-guix@gnu.org \
    --cc=59566@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=mail@nicolasgoaziou.fr \
    /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).