all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
Cc: 56897-done@debbugs.gnu.org, Nicolas Graves <ngraves@ngraves.fr>
Subject: bug#56897: [PATCH] gnu: Add emacs-super-save.
Date: Thu, 25 Aug 2022 12:32:32 +0200	[thread overview]
Message-ID: <87h720sjen.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <20220802200322.8497-1-ngraves@ngraves.fr> (Nicolas Graves via Guix-patches via's message of "Tue, 2 Aug 2022 22:03:22 +0200")

Hello,

Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-super-save): New variable.

Applied with the changes below. Thank you.

> +(define-public emacs-super-save
> +  (package
> +    (name "emacs-super-save")
> +    (version "0.3.0")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append
> +             "https://stable.melpa.org/packages/super-save-" version
> +             ".el"))

I used Github as upstream because MELPA does not provide stable
tarballs.

> +       (sha256
> +        (base32
> +         "12znjlpk3b3bkd1cvi922r5nn9r9rxahvmcysrdvdv2ckwdff5ch"))))
> +    (build-system emacs-build-system)
> +    (home-page "https://github.com/bbatsov/super-save")
> +    (synopsis "Auto-save buffers, based on your activity.")

I removed the full stop at the end of the synopsis.

> +    (description "This package implements auto-saving of buffers when they
> +lose focus.")

I expounded the description a bit.

> +    (license license:gpl3)))

License is actually gpl3+.

Regards,
-- 
Nicolas Goaziou




      reply	other threads:[~2022-08-25 10:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-02 20:03 [bug#56897] [PATCH] gnu: Add emacs-super-save Nicolas Graves via Guix-patches via
2022-08-25 10:32 ` Nicolas Goaziou [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

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

  git send-email \
    --in-reply-to=87h720sjen.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=56897-done@debbugs.gnu.org \
    --cc=guix-patches@gnu.org \
    --cc=ngraves@ngraves.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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.