GNU bug report logs - #26420
Add emacs-use-package

Previous Next

Package: guix-patches;

Reported by: Arun Isaac <arunisaac <at> systemreboot.net>

Date: Sun, 9 Apr 2017 16:49:02 UTC

Severity: normal

Done: Arun Isaac <arunisaac <at> systemreboot.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: ludo <at> gnu.org (Ludovic Courtès)
To: Arun Isaac <arunisaac <at> systemreboot.net>
Cc: 26420 <at> debbugs.gnu.org
Subject: bug#26420: [PATCH 2/2] gnu: Add emacs-use-package.
Date: Mon, 10 Apr 2017 11:10:47 +0200
Arun Isaac <arunisaac <at> systemreboot.net> skribis:

> * gnu/packages/emacs.scm (emacs-use-package): New variable.

[...]

> +    (arguments
> +     `(#:phases
> +       (modify-phases %standard-phases
> +         ;; tests fail in this release
> +         (add-before 'install 'check
> +           (lambda _
> +             (zero? (system* "emacs" "--batch" "-L" "."
> +                             "-l" "use-package-tests.el"
> +                             "-f" "ert-run-tests-batch-and-exit"))
> +             #t)))))

Please remove #t as it would hide a failure of the “emacs --batch”
command above.

> +    (home-page "https://github.com/jwiegley/use-package")
> +    (synopsis "Declaration for simplifying your .emacs")
> +    (description "The use-package macro allows you to isolate package
> +configuration in your .emacs file in a way that is both
> +performance-oriented and tidy.")

@file{.emacs} in the synopsis and description.

OK to push with these changes, thank you!

Ludo’.




This bug report was last modified 8 years and 39 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.