emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#54089: closed ([PATCH] gnu: Add emacs-highlight-doxygen)


From: GNU bug Tracking System
Subject: bug#54089: closed ([PATCH] gnu: Add emacs-highlight-doxygen)
Date: Tue, 22 Feb 2022 10:36:02 +0000

Your message dated Tue, 22 Feb 2022 11:35:48 +0100
with message-id <877d9n429n.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#54089] [PATCH] gnu: Add emacs-highlight-doxygen
has caused the debbugs.gnu.org bug report #54089,
regarding [PATCH] gnu: Add emacs-highlight-doxygen
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54089: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54089
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-highlight-doxygen Date: Mon, 21 Feb 2022 17:07:35 +0000
Hello,

here is a patch adding the highlight-doxygen package for Emacs.

Best regards,

Niklas Eklund

Attachment: 0001-gnu-Add-emacs-highlight-doxygen.patch
Description: patch


--- End Message ---
--- Begin Message --- Subject: Re: [bug#54089] [PATCH] gnu: Add emacs-highlight-doxygen Date: Tue, 22 Feb 2022 11:35:48 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Niklas Eklund <niklas.eklund@posteo.net> writes:

> here is a patch adding the highlight-doxygen package for Emacs.

Thank you. I applied your patch with the changes explained below.

> +(define-public emacs-highlight-doxygen
> +  ;; Upstream does not tag releases.  Commit below matches version bump.
> +  (let ((commit "eec4874e2e89d4eb39091aad89a67dff8f8ec84c")
> +        (revision "0"))
> +    (package
> +      (name "emacs-highlight-doxygen")
> +      (version (git-version "0.0.2" revision commit))

Since commit matches version bump, you don't need GIT-VERSION at all.
I removed REVISION binding, and wrote:

  (version "0.0.2")

> +      (description
> +       "Advanced highlighting package for Doxygen comments.

This is not a complete sentence. I wrote

  This package highlights Doxygen comments.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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