guix-patches
[Top][All Lists]
Advanced

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

[bug#53852] [PATCH] gnu: Add emacs-volatile-highlights.


From: Nicolas Goaziou
Subject: [bug#53852] [PATCH] gnu: Add emacs-volatile-highlights.
Date: Mon, 07 Feb 2022 19:34:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hello,

Jai Vetrivelan <jaivetrivelan@gmail.com> writes:

> Subject: [PATCH] gnu: Add emacs-volatile-highlights.

Thank you.

> +(define-public emacs-volatile-highlights
> +  (let ((commit "9a20091f0ce7fc0a6b3e641a6a46d5f3ac4d8392")
> +        (revision "0"))
> +    (package
> +    (name "emacs-volatile-highlights")
> +    (version (git-version "1.15" revision commit))

The commit used matches the version bump. Therefore you can drop
revision and `git-version', and add a comment explaining this.


> +    (synopsis "Minor mode for visual feedback on editing operations")

Maybe: Emacs minor mode for visual…

> +    (description "This package provides minor mode
> +@command{volatile-highlights-mode}, which brings visual feedback to some
> +operations by highlighting portions relating to the operations.  All of
> +highlights made by this library will be removed when any new operation is
> +executed.")

I would start with:

  Volatile Highlights minor mode brings visual feedback to…

Otherwise LGTM.

Could you send an updated patch?
-- 
Nicolas Goaziou





reply via email to

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