GNU bug report logs -
#42525
[PATCH 1/2] gnu: Add emacs-pretty-hydra.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Joseph LaFreniere <joseph <at> lafreniere.xyz> writes:
> Patch file is attached. Similar to the first patch in this series, `guix
> lint` reports "the source file name should contain the package name".
Yes, because emacs-major-mode-hydra inherits emacs-pretty-hydra.
Does emacs-major-mode-hydra is useful without emacs-pretty-hydra and
vice versa?
I guess not, in that case we could just have emacs-pretty-hydra
containing '*.el' for both.
[…]
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 147c6b476b..649f856a83 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -677,6 +677,20 @@ mode-specific key bindings. It is intended for use as a library only; see
> package @code{emacs-major-mode-hydra} for a user-friendly interface.")
> (license license:gpl3+)))
>
> +(define-public emacs-major-mode-hydra
> + (package
> + ...
> + (arguments
> + `(#:include '("^major-mode-hydra\\.el$")))
> + (synopsis "Create nice-looking hydras")
Could you extend the synopsis little bit? ;-)
Thanks,
Oleg.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 4 years and 211 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.