From unknown Sat Aug 16 14:27:27 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#49684] [PATCH] gnu: emacs-link-hint: Update to 0.1-3.9fbf196. Resent-From: Alexandr Vityazev Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 21 Jul 2021 18:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 49684 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49684@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.162689210727098 (code B ref -1); Wed, 21 Jul 2021 18:29:01 +0000 Received: (at submit) by debbugs.gnu.org; 21 Jul 2021 18:28:27 +0000 Received: from localhost ([127.0.0.1]:38558 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6GxH-00072y-DO for submit@debbugs.gnu.org; Wed, 21 Jul 2021 14:28:27 -0400 Received: from lists.gnu.org ([209.51.188.17]:52078) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6GxG-00072r-7i for submit@debbugs.gnu.org; Wed, 21 Jul 2021 14:28:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48054) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m6GxE-0000pA-Sc for guix-patches@gnu.org; Wed, 21 Jul 2021 14:28:25 -0400 Received: from mout02.posteo.de ([185.67.36.66]:41049) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m6Gx9-0002Cq-Me for guix-patches@gnu.org; Wed, 21 Jul 2021 14:28:24 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id B3BB3240103 for ; Wed, 21 Jul 2021 20:28:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.org; s=2017; t=1626892088; bh=JrRyWyCfNvJ2cZPxjw67dRs7airKEJ/GVd2jdYbJ3GM=; h=From:To:Subject:Date:From; b=cJf+CB9kQ7h92VW/MQQ48ZsvfCMdeAmocZIMspINQBItAN1eWgCEhvlgLvf7C6bHT j2qDca0y5wdjQMe1qXyX3SRr5wKtaoe/0N8pesiy8tm4LOsN8qvsM0d8ZFqPduaOGA A/sbA5tTBaXfuX6OM0Z1286SgVx25H3BHSyLdeMjz7EuLMPlhbmxXkVQtVKpzRgfy7 DNxcfR7PxeFVjj1lcmmcK5/5POW9xj0MJ0QjByH5uuDFYvj5aod5zo2irzpP2B/bS0 HKYWJipegsxXyczVe1cYLiqVfjf+a859C2Fn/UxQPc/k8/AELZ9yt1xy6Xrfz6FA6t rX82jraHo0k/w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GVPGH72sRz9rxV for ; Wed, 21 Jul 2021 20:28:07 +0200 (CEST) From: Alexandr Vityazev Date: Wed, 21 Jul 2021 18:28:13 +0000 Message-ID: <87eebr34jm.fsf@posteo.org> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.67.36.66; envelope-from=avityazev@posteo.org; helo=mout02.posteo.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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 (--) * gnu/packages/emacs-xyz.scm (emacs-link-hint): Update to 0.1-3.9fbf196. --- gnu/packages/emacs-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 5fe1c20976..2e05a427bb 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -2456,8 +2456,8 @@ configuration language. It features: (define-public emacs-link-hint ;; Last release was in 2015. - (let ((commit "ae73db6a5948c8d109fc1d570760bcafa3f07175") - (revision "2")) + (let ((commit "9fbf196d155016d9b8471a99318ed67a086cf257") + (revision "3")) (package (name "emacs-link-hint") (version (git-version "0.1" revision commit)) @@ -2470,7 +2470,7 @@ configuration language. It features: (file-name (git-file-name name version)) (sha256 (base32 - "1rlbxlh9a0hnlaxpgfjvjjvmhnzwc84p9xiqi740xv82cd27wcnl")))) + "0v2g9gzf2v88ag59q1pf5vhd4qjnz3g4i6gzl27k6fi7pvlxdn39")))) (build-system emacs-build-system) (propagated-inputs `(("emacs-avy" ,emacs-avy))) -- 2.32.0 -- Alexandr Vityazev From unknown Sat Aug 16 14:27:27 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Alexandr Vityazev Subject: bug#49684: closed (Re: [bug#49684] [PATCH] gnu: emacs-link-hint: Update to 0.1-3.9fbf196.) Message-ID: References: <87zgu7psl0.fsf@nicolasgoaziou.fr> <87eebr34jm.fsf@posteo.org> X-Gnu-PR-Message: they-closed 49684 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 49684@debbugs.gnu.org Date: Tue, 27 Jul 2021 17:37:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1627407422-29523-1" This is a multi-part message in MIME format... ------------=_1627407422-29523-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #49684: [PATCH] gnu: emacs-link-hint: Update to 0.1-3.9fbf196. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 49684@debbugs.gnu.org. --=20 49684: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D49684 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1627407422-29523-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 49684-done) by debbugs.gnu.org; 27 Jul 2021 17:36:22 +0000 Received: from localhost ([127.0.0.1]:53832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m8R0A-0007fG-4v for submit@debbugs.gnu.org; Tue, 27 Jul 2021 13:36:22 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:59943) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m8R07-0007f1-7f for 49684-done@debbugs.gnu.org; Tue, 27 Jul 2021 13:36:20 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 7A59F200006; Tue, 27 Jul 2021 17:36:12 +0000 (UTC) From: Nicolas Goaziou To: Alexandr Vityazev Subject: Re: [bug#49684] [PATCH] gnu: emacs-link-hint: Update to 0.1-3.9fbf196. References: <87eebr34jm.fsf@posteo.org> Date: Tue, 27 Jul 2021 19:36:11 +0200 In-Reply-To: <87eebr34jm.fsf@posteo.org> (Alexandr Vityazev's message of "Wed, 21 Jul 2021 18:28:13 +0000") Message-ID: <87zgu7psl0.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: 49684-done Cc: 49684-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, Alexandr Vityazev writes: > * gnu/packages/emacs-xyz.scm (emacs-link-hint): Update to > 0.1-3.9fbf196. Applied. Thank you. Regards, -- Nicolas Goaziou ------------=_1627407422-29523-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 21 Jul 2021 18:28:27 +0000 Received: from localhost ([127.0.0.1]:38558 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6GxH-00072y-DO for submit@debbugs.gnu.org; Wed, 21 Jul 2021 14:28:27 -0400 Received: from lists.gnu.org ([209.51.188.17]:52078) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6GxG-00072r-7i for submit@debbugs.gnu.org; Wed, 21 Jul 2021 14:28:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48054) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m6GxE-0000pA-Sc for guix-patches@gnu.org; Wed, 21 Jul 2021 14:28:25 -0400 Received: from mout02.posteo.de ([185.67.36.66]:41049) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m6Gx9-0002Cq-Me for guix-patches@gnu.org; Wed, 21 Jul 2021 14:28:24 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id B3BB3240103 for ; Wed, 21 Jul 2021 20:28:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.org; s=2017; t=1626892088; bh=JrRyWyCfNvJ2cZPxjw67dRs7airKEJ/GVd2jdYbJ3GM=; h=From:To:Subject:Date:From; b=cJf+CB9kQ7h92VW/MQQ48ZsvfCMdeAmocZIMspINQBItAN1eWgCEhvlgLvf7C6bHT j2qDca0y5wdjQMe1qXyX3SRr5wKtaoe/0N8pesiy8tm4LOsN8qvsM0d8ZFqPduaOGA A/sbA5tTBaXfuX6OM0Z1286SgVx25H3BHSyLdeMjz7EuLMPlhbmxXkVQtVKpzRgfy7 DNxcfR7PxeFVjj1lcmmcK5/5POW9xj0MJ0QjByH5uuDFYvj5aod5zo2irzpP2B/bS0 HKYWJipegsxXyczVe1cYLiqVfjf+a859C2Fn/UxQPc/k8/AELZ9yt1xy6Xrfz6FA6t rX82jraHo0k/w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GVPGH72sRz9rxV for ; Wed, 21 Jul 2021 20:28:07 +0200 (CEST) From: Alexandr Vityazev To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-link-hint: Update to 0.1-3.9fbf196. Date: Wed, 21 Jul 2021 18:28:13 +0000 Message-ID: <87eebr34jm.fsf@posteo.org> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.67.36.66; envelope-from=avityazev@posteo.org; helo=mout02.posteo.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 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 (--) * gnu/packages/emacs-xyz.scm (emacs-link-hint): Update to 0.1-3.9fbf196. --- gnu/packages/emacs-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 5fe1c20976..2e05a427bb 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -2456,8 +2456,8 @@ configuration language. It features: (define-public emacs-link-hint ;; Last release was in 2015. - (let ((commit "ae73db6a5948c8d109fc1d570760bcafa3f07175") - (revision "2")) + (let ((commit "9fbf196d155016d9b8471a99318ed67a086cf257") + (revision "3")) (package (name "emacs-link-hint") (version (git-version "0.1" revision commit)) @@ -2470,7 +2470,7 @@ configuration language. It features: (file-name (git-file-name name version)) (sha256 (base32 - "1rlbxlh9a0hnlaxpgfjvjjvmhnzwc84p9xiqi740xv82cd27wcnl")))) + "0v2g9gzf2v88ag59q1pf5vhd4qjnz3g4i6gzl27k6fi7pvlxdn39")))) (build-system emacs-build-system) (propagated-inputs `(("emacs-avy" ,emacs-avy))) -- 2.32.0 -- Alexandr Vityazev ------------=_1627407422-29523-1--