GNU bug report logs -
#50637
[PATCH] gnu: Add emacs-bing-dict.
Previous Next
Reported by: Xinglu Chen <public <at> yoctocell.xyz>
Date: Fri, 17 Sep 2021 11:22:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
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 <at> debbugs.gnu.org.
--
50637: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50637
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
Xinglu Chen <public <at> yoctocell.xyz> writes:
> * gnu/packages/emacs-xyz.scm (emacs-bing-dict): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
[Message part 3 (message/rfc822, inline)]
* 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
This bug report was last modified 3 years and 319 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.