guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add emacs-aggresive-indent-mode.


From: Marius Bakke
Subject: Re: [PATCH] gnu: Add emacs-aggresive-indent-mode.
Date: Thu, 23 Mar 2017 19:13:07 +0100
User-agent: Notmuch/0.24 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu)

Vasile Dumitrascu <address@hidden> writes:

> * gnu/packages/emacs.scm (emacs-aggresive-indent-mode): New variable.

Thanks!

> ---
>  gnu/packages/emacs.scm | 25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index 547c44033..301552839 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -1066,6 +1066,31 @@ like.  It can be linked with various Emacs mail
> clients (Message and Mail
>  mode, Rmail, Gnus, MH-E, and VM).  BBDB is fully customizable.")
>      (license license:gpl3+)))
>
> +(package

Hmm. This should be enclosed in a 'define-public' block.

> +  (name "emacs-aggresive-indent-mode")
                      ^^^

There should be an extra 's' here. Also '-mode' can be dropped.


> +  (version "1.8.3")
> +  (source
> +   (origin
> +     (method url-fetch)
> +     (uri (string-append "https://elpa.gnu.org/packages/";
> +                         "aggressive-indent-" version ".el"))
> +     (sha256
> +      (base32
> +       "0jnzccl50x0wapprgwxinp99pwwa6j43q6msn4gv437j7swy8wnj"))))
> +  (build-system emacs-build-system)
> +  (home-page "https://elpa.gnu.org/packages/aggressive-indent.html";)
> +  (synopsis "Minor mode to aggressively keep your code always indented")
> +  (description
> +   "`electric-indent-mode' is enough to keep your code nicely aligned when
> +all you do is type.  However, once you start shifting blocks around,
> +transposing lines, or slurping and barfing sexps, indentation is bound
> +to go wrong.
> +
> +`aggressive-indent-mode' is a minor mode that keeps your code always
> +indented.  It reindents after every change, making it more reliable
> +than `electric-indent-mode'.")

The quotes in the description should be replaced with @code{} blocks.
Running `./pre-inst-env guix lint emacs-aggressive-indent` should warn
about this. I also think that the second paragraph is sufficient.

Can you send an updated patch? Please also add a copyright line for
yourself at the top of the file.

TIA!


> +  (license gpl2+))
> +
>  (define-public emacs-async
>    (package
>      (name "emacs-async")
> -- 
> 2.11.0

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]