GNU bug report logs -
#59560
[PATCH 1/2] gnu: Add emacs-function-args.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Fri, 25 Nov 2022 03:06:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello,
jgart via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-function-args): New variable.
Thank you.
> + (sha256
> + (base32
> + "1vxrjy6k030hcbclblgcaaw7h6k17kl3n9zla08527525c0gma01"))
> + (file-name (git-file-name name version))))
Nitpick: Usuallly the file-name field resides before sha256.
> + (propagated-inputs (list emacs-ivy))
> + (build-system emacs-build-system)
Other nitpick in the same vein: propagated-inputs usually come after
build-system field.
> + (description
> +"GNU Emacs package for showing an inline arguments hint for the C/C++
> +function at point.")
This is not a complete sentence. I would also add that the package
extends C++ mode completion provided by CEDET. What about something
like:
Function-args shows inline arguments hints exactly where the C/C++
function call is, rather than in the minibuffer. It also extends C++
mode completion provided by CEDET.
Could you send an updated patch?
Regards,
--
Nicolas Goaziou
This bug report was last modified 2 years and 106 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.