From unknown Wed Jun 18 23:12:26 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#54089 <54089@debbugs.gnu.org> To: bug#54089 <54089@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-highlight-doxygen Reply-To: bug#54089 <54089@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:12:26 +0000 retitle 54089 [PATCH] gnu: Add emacs-highlight-doxygen reassign 54089 guix-patches submitter 54089 Niklas Eklund severity 54089 normal tag 54089 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 21 12:08:02 2022 Received: (at submit) by debbugs.gnu.org; 21 Feb 2022 17:08:02 +0000 Received: from localhost ([127.0.0.1]:38853 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMCAM-0003ZC-11 for submit@debbugs.gnu.org; Mon, 21 Feb 2022 12:08:02 -0500 Received: from lists.gnu.org ([209.51.188.17]:49050) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMCAC-0003YT-0Z for submit@debbugs.gnu.org; Mon, 21 Feb 2022 12:08:01 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45318) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMCA4-0000ki-R5 for guix-patches@gnu.org; Mon, 21 Feb 2022 12:07:49 -0500 Received: from mout01.posteo.de ([185.67.36.65]:37151) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMCA1-00053K-N3 for guix-patches@gnu.org; Mon, 21 Feb 2022 12:07:44 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id AC441240029 for ; Mon, 21 Feb 2022 18:07:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1645463257; bh=Df2CoMXHFXOJlXuMQTdBzGsK8bk4X5VNT+VdGdlpSBU=; h=From:To:Subject:Date:From; b=YK8ftwAFcWMBTSI5abT3ac5Sl9845zeQWwXHypsRHeIqgDungAGAONzDIECSYzzcv DZ0k1P6XoKu9jCVas8ly2mcaNW+7IgFXn/wzuqo6IQRCTvOJmLuoWxL0omXetM+a0p 2gt8KK19/MvMIzCc8y0hD+w37hBxIec4nC5dICxz8fh3tnb54keHh2Lcspw7o2Hc6Z gVQInG7OWcI0JATVFDMGa/g9ywsUFGPihnWoahlni85f4N7IW9aW9P4fr+cAhSPujb 6sxn6MhVlQ2yVrRoeF4mmBdmNyOyoOYBqi1DpA0g7+ijKLe7OEsjZKcFqQVRnFH8+x naOo886P9/qrw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4K2TJ82zYSz6tmv for ; Mon, 21 Feb 2022 18:07:36 +0100 (CET) From: Niklas Eklund To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-highlight-doxygen Date: Mon, 21 Feb 2022 17:07:35 +0000 Message-ID: <87fsoc9mi0.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=185.67.36.65; envelope-from=niklas.eklund@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --=-=-= Content-Type: text/plain Hello, here is a patch adding the highlight-doxygen package for Emacs. Best regards, Niklas Eklund --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-Add-emacs-highlight-doxygen.patch Content-Description: patch >From 8bd74db7e27879b5efb0656614aec4c5e3e7384e Mon Sep 17 00:00:00 2001 From: Niklas Eklund Date: Mon, 21 Feb 2022 17:52:40 +0100 Subject: [PATCH] gnu: Add emacs-highlight-doxygen. * gnu/packages/emacs-xyz.scm (emacs-highlight-doxygen): New variable. --- gnu/packages/emacs-xyz.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 3b909b8d0d..389be930fe 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -27539,6 +27539,35 @@ (define-public emacs-flycheck-cpplint (home-page "https://github.com/flycheck/flycheck-google-cpplint") (license license:gpl3+)))) +(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)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/Lindydancer/highlight-doxygen") + (commit commit))) + (sha256 + (base32 + "0r3rv1px43r265716l3g20c1ss4381h1mc1kjxin22vdmrj6cmxy")) + (file-name (git-file-name name version)))) + (build-system emacs-build-system) + (home-page "https://github.com/Lindydancer/highlight-doxygen") + (synopsis "Highlight Doxygen comments in Emacs, including code blocks") + (description + "Advanced highlighting package for Doxygen comments. + +In addition to highlighting Doxygen commands and their arguments, entire +Doxygen comment are highlighted, making them stand out compared to other +comments. The code blocks are highlighted according to the +language they are written in.") + (license license:gpl3+)))) + (define-public emacs-helm-fish-completion (package (name "emacs-helm-fish-completion") -- 2.34.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 22 05:36:01 2022 Received: (at 54089-done) by debbugs.gnu.org; 22 Feb 2022 10:36:01 +0000 Received: from localhost ([127.0.0.1]:40081 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMSWX-0004KI-Jn for submit@debbugs.gnu.org; Tue, 22 Feb 2022 05:36:01 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:58101) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMSWV-0004K4-6f for 54089-done@debbugs.gnu.org; Tue, 22 Feb 2022 05:35:59 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 6F77D1BF20C; Tue, 22 Feb 2022 10:35:50 +0000 (UTC) From: Nicolas Goaziou To: Niklas Eklund Subject: Re: [bug#54089] [PATCH] gnu: Add emacs-highlight-doxygen References: <87fsoc9mi0.fsf@posteo.net> Date: Tue, 22 Feb 2022 11:35:48 +0100 In-Reply-To: <87fsoc9mi0.fsf@posteo.net> (Niklas Eklund's message of "Mon, 21 Feb 2022 17:07:35 +0000") Message-ID: <877d9n429n.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54089-done Cc: 54089-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, Niklas Eklund 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 From unknown Wed Jun 18 23:12:26 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 22 Mar 2022 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator