GNU bug report logs - #54089
[PATCH] gnu: Add emacs-highlight-doxygen

Previous Next

Package: guix-patches;

Reported by: Niklas Eklund <niklas.eklund <at> posteo.net>

Date: Mon, 21 Feb 2022 17:09:01 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54089 in the body.
You can then email your comments to 54089 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#54089; Package guix-patches. (Mon, 21 Feb 2022 17:09:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Niklas Eklund <niklas.eklund <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 21 Feb 2022 17:09:02 GMT) Full text and rfc822 format available.

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

From: Niklas Eklund <niklas.eklund <at> posteo.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-highlight-doxygen
Date: Mon, 21 Feb 2022 17:07:35 +0000
[Message part 1 (text/plain, inline)]
Hello,

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

Best regards,

Niklas Eklund

[0001-gnu-Add-emacs-highlight-doxygen.patch (text/x-patch, attachment)]

Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Tue, 22 Feb 2022 10:36:02 GMT) Full text and rfc822 format available.

Notification sent to Niklas Eklund <niklas.eklund <at> posteo.net>:
bug acknowledged by developer. (Tue, 22 Feb 2022 10:36:02 GMT) Full text and rfc822 format available.

Message #10 received at 54089-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Niklas Eklund <niklas.eklund <at> posteo.net>
Cc: 54089-done <at> debbugs.gnu.org
Subject: Re: [bug#54089] [PATCH] gnu: Add emacs-highlight-doxygen
Date: Tue, 22 Feb 2022 11:35:48 +0100
Hello,

Niklas Eklund <niklas.eklund <at> 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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 22 Mar 2022 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 88 days ago.

Previous Next


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