From unknown Wed Sep 10 10:35:48 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#50637] [PATCH] gnu: Add emacs-bing-dict. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 17 Sep 2021 11:22:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 50637 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50637@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.163187769424726 (code B ref -1); Fri, 17 Sep 2021 11:22:01 +0000 Received: (at submit) by debbugs.gnu.org; 17 Sep 2021 11:21:34 +0000 Received: from localhost ([127.0.0.1]:58659 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mRBvx-0006Qj-SJ for submit@debbugs.gnu.org; Fri, 17 Sep 2021 07:21:34 -0400 Received: from lists.gnu.org ([209.51.188.17]:55260) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mRBvv-0006Qb-Jy for submit@debbugs.gnu.org; Fri, 17 Sep 2021 07:21:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56896) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mRBvv-0006xc-7O for guix-patches@gnu.org; Fri, 17 Sep 2021 07:21:31 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:57318 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mRBvt-0007rg-Fz for guix-patches@gnu.org; Fri, 17 Sep 2021 07:21:30 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1631877683; bh=ffIEE/KAhgfFNqKWFf8OKHv77zIt0MBLkhUfBApAfNE=; h=From:To:Subject:Date; b=bFmyRnpxe1Ixf2ECXw3/K0hlxwHro4BHEbtN5DV1BMbMdBzidFYEfhMsnKgv9hNOc x+TxLFu5e01aclRFBR7Ojyr5ATlgkUOSip/ZBF3CVPUu6JQ0fk0Q8Stj89BdfGTnCo yI4A3Y7CNCuyjEw36+wJIDU0Cstx7vST7HuXbLl8= Message-Id: <36c79821d6a3fb728ea3789b61068b569fa263ae.1631877671.git.public@yoctocell.xyz> Date: Fri, 17 Sep 2021 13:21:22 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 34 X-Spam_score: 3.4 X-Spam_bar: +++ X-Spam_report: (3.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, FROM_SUSPICIOUS_NTLD=0.5, FROM_SUSPICIOUS_NTLD_FP=1.999, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.7 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-bing-dict): New variable. --- gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 9797503be8..63a2d60caa 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -17497,6 +17497,28 @@ (def [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 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.2 (/) * gnu/packages/emacs-xyz.scm (emacs-bing-dict): New variable. --- gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 9797503be8..63a2d60caa 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -17497,6 +17497,28 @@ (define-public emacs-org-ql files, allowing for actions to be performed based on search criteria.") (license license:gpl3+))) +(define-public emacs-bing-dict + (package + (name "emacs-bing-dict") + (version "0.2.4") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/cute-jumper/bing-dict.el") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kn8kmljn0pj0hz7dj7r7nxw43xd6acndaqq92d02mla12hiqayz")))) + (build-system emacs-build-system) + (home-page "https://github.com/cute-jumper/bing-dict.el") + (synopsis "Minimalist Bing dictionary interface in Emacs") + (description + "This package provides a minimalist Emacs extension to search +@uref{http://www.bing.com/dict}. It supports English to Chinese, and +Chinese to English.") + (license license:gpl3+))) + (define-public emacs-org-auto-expand (let ((commit "4938d5f6460e2f8f051ba9ac000b291bfa43ef62") (revision "1")) base-commit: 4e2ee456341404ac9b08d5debb56885874094fce -- 2.33.0 From unknown Wed Sep 10 10:35:48 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: Xinglu Chen Subject: bug#50637: closed (Re: [bug#50637] [PATCH] gnu: Add emacs-bing-dict.) Message-ID: References: <87ee98zeew.fsf@nicolasgoaziou.fr> <36c79821d6a3fb728ea3789b61068b569fa263ae.1631877671.git.public@yoctocell.xyz> X-Gnu-PR-Message: they-closed 50637 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 50637@debbugs.gnu.org Date: Tue, 28 Sep 2021 19:31:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1632857462-24028-1" This is a multi-part message in MIME format... ------------=_1632857462-24028-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #50637: [PATCH] gnu: Add emacs-bing-dict. 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 50637@debbugs.gnu.org. --=20 50637: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D50637 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1632857462-24028-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 50637-done) by debbugs.gnu.org; 28 Sep 2021 19:30:23 +0000 Received: from localhost ([127.0.0.1]:47057 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mVIo3-0006Eh-Mi for submit@debbugs.gnu.org; Tue, 28 Sep 2021 15:30:23 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:40217) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mVIo2-0006EV-41 for 50637-done@debbugs.gnu.org; Tue, 28 Sep 2021 15:30:22 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 5A7DA1BF20B; Tue, 28 Sep 2021 19:30:16 +0000 (UTC) From: Nicolas Goaziou To: Xinglu Chen Subject: Re: [bug#50637] [PATCH] gnu: Add emacs-bing-dict. References: <36c79821d6a3fb728ea3789b61068b569fa263ae.1631877671.git.public@yoctocell.xyz> Date: Tue, 28 Sep 2021 21:30:15 +0200 In-Reply-To: <36c79821d6a3fb728ea3789b61068b569fa263ae.1631877671.git.public@yoctocell.xyz> (Xinglu Chen's message of "Fri, 17 Sep 2021 13:21:22 +0200") Message-ID: <87ee98zeew.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: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-bing-dict): New variable. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [217.70.183.201 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.201 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-Debbugs-Envelope-To: 50637-done Cc: 50637-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: 0.3 (/) Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-bing-dict): New variable. Applied. Thank you. Regards, -- Nicolas Goaziou ------------=_1632857462-24028-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 17 Sep 2021 11:21:34 +0000 Received: from localhost ([127.0.0.1]:58659 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mRBvx-0006Qj-SJ for submit@debbugs.gnu.org; Fri, 17 Sep 2021 07:21:34 -0400 Received: from lists.gnu.org ([209.51.188.17]:55260) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mRBvv-0006Qb-Jy for submit@debbugs.gnu.org; Fri, 17 Sep 2021 07:21:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56896) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mRBvv-0006xc-7O for guix-patches@gnu.org; Fri, 17 Sep 2021 07:21:31 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:57318 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mRBvt-0007rg-Fz for guix-patches@gnu.org; Fri, 17 Sep 2021 07:21:30 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1631877683; bh=ffIEE/KAhgfFNqKWFf8OKHv77zIt0MBLkhUfBApAfNE=; h=From:To:Subject:Date; b=bFmyRnpxe1Ixf2ECXw3/K0hlxwHro4BHEbtN5DV1BMbMdBzidFYEfhMsnKgv9hNOc x+TxLFu5e01aclRFBR7Ojyr5ATlgkUOSip/ZBF3CVPUu6JQ0fk0Q8Stj89BdfGTnCo yI4A3Y7CNCuyjEw36+wJIDU0Cstx7vST7HuXbLl8= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-bing-dict. Message-Id: <36c79821d6a3fb728ea3789b61068b569fa263ae.1631877671.git.public@yoctocell.xyz> Date: Fri, 17 Sep 2021 13:21:22 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 34 X-Spam_score: 3.4 X-Spam_bar: +++ X-Spam_report: (3.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, FROM_SUSPICIOUS_NTLD=0.5, FROM_SUSPICIOUS_NTLD_FP=1.999, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.7 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-bing-dict): New variable. --- gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 9797503be8..63a2d60caa 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -17497,6 +17497,28 @@ (def [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 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: 0.2 (/) * gnu/packages/emacs-xyz.scm (emacs-bing-dict): New variable. --- gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 9797503be8..63a2d60caa 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -17497,6 +17497,28 @@ (define-public emacs-org-ql files, allowing for actions to be performed based on search criteria.") (license license:gpl3+))) +(define-public emacs-bing-dict + (package + (name "emacs-bing-dict") + (version "0.2.4") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/cute-jumper/bing-dict.el") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kn8kmljn0pj0hz7dj7r7nxw43xd6acndaqq92d02mla12hiqayz")))) + (build-system emacs-build-system) + (home-page "https://github.com/cute-jumper/bing-dict.el") + (synopsis "Minimalist Bing dictionary interface in Emacs") + (description + "This package provides a minimalist Emacs extension to search +@uref{http://www.bing.com/dict}. It supports English to Chinese, and +Chinese to English.") + (license license:gpl3+))) + (define-public emacs-org-auto-expand (let ((commit "4938d5f6460e2f8f051ba9ac000b291bfa43ef62") (revision "1")) base-commit: 4e2ee456341404ac9b08d5debb56885874094fce -- 2.33.0 ------------=_1632857462-24028-1--