From unknown Mon Jun 23 13:09:56 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#64626 <64626@debbugs.gnu.org> To: bug#64626 <64626@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-project-mode-line-tag. Reply-To: bug#64626 <64626@debbugs.gnu.org> Date: Mon, 23 Jun 2025 20:09:56 +0000 retitle 64626 [PATCH] gnu: Add emacs-project-mode-line-tag. reassign 64626 guix-patches submitter 64626 Ahmad Draidi severity 64626 normal tag 64626 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 14 13:34:27 2023 Received: (at submit) by debbugs.gnu.org; 14 Jul 2023 17:34:27 +0000 Received: from localhost ([127.0.0.1]:43408 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qKMgU-0008Ez-LZ for submit@debbugs.gnu.org; Fri, 14 Jul 2023 13:34:26 -0400 Received: from lists.gnu.org ([2001:470:142::17]:33658) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qKMgS-0008Ea-RM for submit@debbugs.gnu.org; Fri, 14 Jul 2023 13:34:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qKMgN-0001QA-Fq for guix-patches@gnu.org; Fri, 14 Jul 2023 13:34:19 -0400 Received: from rainycloud.ext.redscript.org ([103.105.48.212]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qKMgJ-0004gm-BS for guix-patches@gnu.org; Fri, 14 Jul 2023 13:34:19 -0400 Received: from localhost.localdomain (unknown [5.194.79.44]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by rainycloud.ext.redscript.org (Postfix) with ESMTPSA id A716542BA; Fri, 14 Jul 2023 17:34:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redscript.org; s=mail1-rsa; t=1689356048; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=DzsTTZVLoV1FoAARDTf3G6PqCP24WMm0d6sdZNDxVwY=; b=M1v3rp5tNPzlmJAjfGHaV7yZGsTNS3yQzzznPJiXXK8dyRa9JkjFeQI5YvThT/GJtbA+XQ 5LDHNtvYqQ9yWsMLgAZs1yGEIamf7MVem827aa6FKMk6RdozWtnIsMNIvzYdkghXuzPpEc y4ixBqXA7qGO6XEQsEySN9MQAaZ78b2hazQRiFR6s5EdrRgvmdO8zNjLz1qVX3hqgUUP/I yemFvnQBDRB6G82o1KwGoYWpjZDDx58EP3GyH6vLEDk+dQtFi1N4lHj9ned///rpqIX3AF v52BBmSHzFwk9V7Xf07+vpgAtkYygfaxcJbKrg/a8frO8cc3gD4BqXfJYCMgMYfa4103zU VCx+Vg8Sj4J7oYFUaHZVua2UGUA2S1zMUbnbgTOtrBRVAMy3JPzje8gJZWmFBMYLQ4HvFI DELbvsQeY2TVNjPvIUUfUPKKuKGDFO99S8eTODpmY7/UG2FLp96963vRsVScEwCeWSwOYw aDWdpX1QZEz8ATtk5glveE4Pl69b8WGDEceKuZZz2JSeuxjYdp+1NnEHB4e52ulXIrNSwa dtSz5xVEgEcLS1d78Gv0k1fN5RMb5yHlX5wJirIICSRrN8pM7KSx2xQPU+gnULGn2sZMNo KnO7PYC4tM1b5whaoXHoOXs2SF4ja2/zJdP9VHqzoej41XEQ9Vtnk= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=redscript.org; s=mail1-ed25519; t=1689356048; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=DzsTTZVLoV1FoAARDTf3G6PqCP24WMm0d6sdZNDxVwY=; b=oBbw61Rs+6ygM2DN4P8r8YYOiVZ8EY8pqxoDjdYPvlobOZeNVc3BvfATOq9FtWZeTpAjie 5fOG+F5Yz/ugc8Bw== From: Ahmad Draidi To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-project-mode-line-tag. Date: Fri, 14 Jul 2023 21:33:11 +0400 Message-ID: <21aedf8ebb93f95c6dfe486bb07175b2f5bfa154.1689355991.git.a.r.draidi@redscript.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Liliana Marie Prikler Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=103.105.48.212; envelope-from=a.r.draidi@redscript.org; helo=rainycloud.ext.redscript.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, 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: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Ahmad Draidi 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: -0.1 (/) * gnu/packages/emacs-xyz.scm (emacs-project-mode-line-tag): New variable. --- gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 480096fb50..cbe88a2ad5 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -1261,6 +1261,31 @@ (define-public emacs-project some utility functions, and commands using that infrastructure.") (license license:gpl3+))) +;; Package has no release. Version is extracted from "Version:" keyword in +;; main file. +(define-public emacs-project-mode-line-tag + (let ((commit "a8809cc1a50cfdedaf7bed2810249ae262884716") + (revision "0")) + (package + (name "emacs-project-mode-line-tag") + (version (git-version "0.1" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url + "https://github.com/fritzgrabo/project-mode-line-tag") + (commit commit))) + (sha256 + (base32 + "0bmx9a1g199axj9ypqisvfyf1517czw23zg96x1wdzqrpw3cb7cx")))) + (build-system emacs-build-system) + (home-page "https://github.com/fritzgrabo/project-mode-line-tag") + (synopsis "Display a buffer's project in its mode line") + (description + "Display information about a buffer's project (a \"project tag\") in +its mode line.") + (license license:gpl3+)))) + (define-public git-modes (package (name "emacs-git-modes") base-commit: 917a299831361f253ea664f009176b4bbe06900a -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 14 14:42:22 2023 Received: (at 64626) by debbugs.gnu.org; 14 Jul 2023 18:42:22 +0000 Received: from localhost ([127.0.0.1]:43476 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qKNkD-0001Z3-O9 for submit@debbugs.gnu.org; Fri, 14 Jul 2023 14:42:21 -0400 Received: from rainycloud.ext.redscript.org ([2402:28c0:4:1081::1]:48878) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qKNk8-0001Yh-Cn for 64626@debbugs.gnu.org; Fri, 14 Jul 2023 14:42:19 -0400 Received: from localhost.localdomain (unknown [5.194.79.44]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by rainycloud.ext.redscript.org (Postfix) with ESMTPSA id A7FE042BA; Fri, 14 Jul 2023 18:42:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redscript.org; s=mail1-rsa; t=1689360125; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=zGxCHMWSdGrSB2svCzFCd0fUyNzJXpPm0T26flVFRRI=; b=Vt3KLUsuPVHfSDvBW4638YyeX9XDU8NeTnG7825+61DVhH8sOBEduaIQrJhqcUi5c2jyRW JdbCg7lca9cKnz0DSYxneWzckxXIRJZtNpTmOHgGrr2ymoa7uLDvwofBj+y4pxZ9MfmNqC aT0r0FJJew9EOGc9YJEgxkdd4BtszoGtc0ms9vU/qF+H/meTExdf9sRO0+Jzoy+YawoU1L tfWgoDPCYPD/no1dpgoVojV3fi1JtgP50pAdM7tfE5vMJJ4yKUZ2/zVqySLN55RdpGG8q6 QDjL/oBHvSxK4XFxcGVK6dbmE69omfJ5G+BJE6LLErF7y6UDdAdRsD05sbj+JnwfnMLXFb XX+dTKCgXly5zO29dJavVlwoErRAR2snREFir5FRBYHZ9OikWv+ryTV+Z3BkiUluNOjz69 YVmIgM3k+UWZAJcjBeeO49T/5ftblwGBlwarGTJ90OSRn/edH4yXbi9PQwBVrpnG9nU4ln cT+MApSg1Qwmf1zp04eZ7/KIxHqjPxtDeYAxDMArB0ay6oFV4SZ6RWS+NVUf6seucCyU+j gXGZ+weQRRwba/tGMtutTGGEd8hnUZ0XUl1WYFRZdz5qriQzwvIX8gY3zPOmjRW6leF3l9 OgQf98GP3hrMhdB6/MPqBhJD+jbqRJpldRxdcO3rGjU6dDM/BVVD0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=redscript.org; s=mail1-ed25519; t=1689360125; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=zGxCHMWSdGrSB2svCzFCd0fUyNzJXpPm0T26flVFRRI=; b=AzRpXk3QDTd/1j7jwRbyrCgoO/T6ihEHjJ/ukk0owVaHyn0/PKmJC0CqkTQdVxs7SZJ8J0 OZDJudPuwZJhu5Cg== From: Ahmad Draidi To: 64626@debbugs.gnu.org Subject: [PATCH v2] gnu: Add emacs-project-mode-line-tag. Date: Fri, 14 Jul 2023 22:39:52 +0400 Message-ID: <2a56609b0d1b1bc9230c2bf3c9197df89d519fbf.1689359992.git.a.r.draidi@redscript.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Liliana Marie Prikler Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 64626 Cc: Ahmad Draidi 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.0 (-) * gnu/packages/emacs-xyz.scm (emacs-project-mode-line-tag): New variable. --- Second version adds '(file-name (git-file-name name version))'. It seems to be recommended in the docs, and 'guix import' doesn't add it. Sorry for the noise. gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 480096fb50..1c61068f6c 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -1261,6 +1261,32 @@ (define-public emacs-project some utility functions, and commands using that infrastructure.") (license license:gpl3+))) +;; Package has no release. Version is extracted from "Version:" keyword in +;; main file. +(define-public emacs-project-mode-line-tag + (let ((commit "a8809cc1a50cfdedaf7bed2810249ae262884716") + (revision "0")) + (package + (name "emacs-project-mode-line-tag") + (version (git-version "0.1" revision commit)) + (source (origin + (method git-fetch) + (file-name (git-file-name name version)) + (uri (git-reference + (url + "https://github.com/fritzgrabo/project-mode-line-tag") + (commit commit))) + (sha256 + (base32 + "0bmx9a1g199axj9ypqisvfyf1517czw23zg96x1wdzqrpw3cb7cx")))) + (build-system emacs-build-system) + (home-page "https://github.com/fritzgrabo/project-mode-line-tag") + (synopsis "Display a buffer's project in its mode line") + (description + "Display information about a buffer's project (a \"project tag\") in +its mode line.") + (license license:gpl3+)))) + (define-public git-modes (package (name "emacs-git-modes") base-commit: 917a299831361f253ea664f009176b4bbe06900a -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 23 08:34:03 2023 Received: (at control) by debbugs.gnu.org; 23 Jul 2023 12:34:03 +0000 Received: from localhost ([127.0.0.1]:38978 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qNYHj-0007dt-8p for submit@debbugs.gnu.org; Sun, 23 Jul 2023 08:34:03 -0400 Received: from mail-ej1-x644.google.com ([2a00:1450:4864:20::644]:45469) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qNYHf-0007dM-1o for control@debbugs.gnu.org; Sun, 23 Jul 2023 08:34:01 -0400 Received: by mail-ej1-x644.google.com with SMTP id a640c23a62f3a-992dcae74e0so582883466b.3 for ; Sun, 23 Jul 2023 05:33:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1690115633; x=1690720433; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:from:to:cc:subject:date :message-id:reply-to; bh=K7trOuPs/19XXZJ0DCGtfZvq5bin7p2oyqiSNO31yPo=; b=WKS9S3ce2MdkMhSKE/yf3xQ3u3G22kj9kn2+75WjHrlmzCVMQnLDXzluukevJTccXP 5sbg7v/t7y1oLSIP6lw4zKKiILHkrSobakQFLnosYeQvDji14ybpBxgEM2fTsBE4+yJY S31m49Jam9A/fKhmcO6rwnJUxjB/iaCRII0I6M8rAd449TPvG6i8WQ5GxD6GwvDCw8U2 neHeXD9Yd2M2ote3ma+jgS9VIdvudytWghMgOeHaj/NlqucB26wWquXDNBFw9leX+Qjt rtNOoJNsXlumYPTdBvnZ06Qnr+o+XcK69g8wvJQJL5UpK5zqfmBftFfQjGtxNxY/N8Li ezEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690115633; x=1690720433; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=K7trOuPs/19XXZJ0DCGtfZvq5bin7p2oyqiSNO31yPo=; b=Eq+w5Ym4HzDQ6OpVBslTTuX7zTHcHs8l9aZd6l3E4Ta65gkWnTNwi30xqUBlM+y98Y 8HA7wE/Ck97VFSY6QghMuL89BwngWibSvivW5aiCsJylWMMfSk9zg6GY4fQqvN87TqQ5 U56zgMWizl1HxpB1UTFQPDbRuYoPsHCJArd7tLdk7GKsANaHBdztHur3G8+v4nsGenek adLOeiC4Ex2ULqBOTd3syVCAgXfzzgqboSLVJi94iloHKi/Ysm8RTcpATKPOzZLArRbA TLXH+vkxNMnNm+F2+L43Slckq8Y8gl1qXtcvekf85oh+IF5qZ6rCMe/n3WFAxjksnFb9 mxlw== X-Gm-Message-State: ABy/qLYFfv5Ov+PUExBeRsvrugPfHpwQKP1SVned/9/z86A6DPaLBVpW kdhpmw75pXggAvyH7WvbZKU535fWb2LS2g== X-Google-Smtp-Source: APBJJlHm1kD6hm5P4vjm3GAKWYZLYTNVoK7tSXbZ5UNTWJXg/n2It864GcOzIO7v8dP7BtyaUaiC/w== X-Received: by 2002:a17:906:1098:b0:982:a454:6d20 with SMTP id u24-20020a170906109800b00982a4546d20mr7010816eju.54.1690115632616; Sun, 23 Jul 2023 05:33:52 -0700 (PDT) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id s8-20020a170906960800b0099316c56db9sm5029477ejx.127.2023.07.23.05.33.52 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 23 Jul 2023 05:33:52 -0700 (PDT) Message-ID: Subject: Re: Processed: Your Emacs patches From: Liliana Marie Prikler To: GNU bug tracker automated control server Date: Sun, 23 Jul 2023 14:33:51 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control 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.0 (-) Am Sonntag, dem 23.07.2023 um 04:01 -0400 schrieb GNU bug tracker automated= control server: > bug marked as fixed in version 64560 ...=20 Welp, that didn't work as expected close 64560=C2=A0 close 64582 close 64585 close 64614 close 64624 close 64626 close 64627 close 64628 close 64657 thanks=20 From unknown Mon Jun 23 13:09:56 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 21 Aug 2023 11:24:06 +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