GNU bug report logs - #76225
[PATCH] gnu: Add emacs-age.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Wed, 12 Feb 2025 13:35:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org>
Cc: 76225 <at> debbugs.gnu.org, Nicolas Graves <ngraves <at> ngraves.fr>
Subject: Re: [bug#76225] [PATCH v2] gnu: Add emacs-age.
Date: Wed, 12 Feb 2025 20:43:40 +0100
Hello,

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

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

Thanks.

> +(define-public emacs-age
> +  (let ((commit "890c467ebc27538507c54a03afd2f7260630d7f5")
> +        (revision "0"))
> +    (package
> +      (name "emacs-age")
> +      ;; 0.1.4 in the code but 0.1.5 on github
> +      (version (git-version "0.1.5" revision commit))

Please use the "v0.1.5" tag instead of a raw commit.

> +      (description
> +       "This package provides transparent Age file encryption and decryption
> +in Emacs.  It is based on the Emacs @code{EasyPG} code and offers similar

Nitpick: I think EasyPG is better than @code{EasyPG}. See below.

> +Emacs file handling for Age encrypted files: maintain @code{.org.age}
> +encrypted Org files, provide Age encrypted authentication information out of
> +@code{.authinfo.age},

@code -> @file (x2)

> + open/edit/save Age encrypted files via @code{tramp}...")

Nitpick: I prefer Tramp over @code{tramp} as you’re referring to
a project, not to some piece of code. It is also coherent with Age and
Emacs in the same description.

Otherwise, LGTM.

Regards,
-- 
Nicolas Goaziou






This bug report was last modified 169 days ago.

Previous Next


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