GNU bug report logs -
#75948
[PATCH] gnu: Add emacs-reverso.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75948 in the body.
You can then email your comments to 75948 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#75948
; Package
guix-patches
.
(Thu, 30 Jan 2025 15:14:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 30 Jan 2025 15:14:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-reverso): New variable.
Change-Id: I3b16a1c307d574d2bbff7daaee42a4964572ab00
---
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 153785e017..a6d56960f5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4317,6 +4317,28 @@ (define-public emacs-rebecca-theme
the @code{Dracula} theme for Emacs and the @code{Gloom} theme for Atom.")
(license license:expat))))
+(define-public emacs-reverso
+ (let ((commit "d1b39da3c7df1541f98435f3172a7ff4f3123634")
+ (revision "0"))
+ (package
+ (name "emacs-reverso")
+ (version (git-version "0.1.2" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/SqrtMinusOne/reverso.el")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1fpk5wyzlssfrm4jbsrflxvlfn80yh6y1nh63ml8barf1nypsx55"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-fedi emacs-request emacs-transient))
+ (home-page "https://github.com/SqrtMinusOne/reverso.el")
+ (synopsis "Translation, grammar checking, context search")
+ (description "Emacs client for the reverso.net service.")
+ (license license:gpl3+))))
+
(define-public emacs-bbdb
(package
(name "emacs-bbdb")
base-commit: b85d20e853192a92093cd8d6a5756ec80e94c658
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75948
; Package
guix-patches
.
(Thu, 30 Jan 2025 16:15:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-reverso): New variable.
Thank you. This looks good to me except…
> + (description "Emacs client for the reverso.net service.")
… the description, which is expected to include only complete sentences.
Could you send an updated patch?
Regards,
--
Nicolas Goaziou
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75948
; Package
guix-patches
.
(Thu, 30 Jan 2025 16:15:03 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75948
; Package
guix-patches
.
(Thu, 30 Jan 2025 16:29:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 75948 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-reverso): New variable.
Change-Id: I3b16a1c307d574d2bbff7daaee42a4964572ab00
---
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 153785e017..dd75aa6194 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4317,6 +4317,28 @@ (define-public emacs-rebecca-theme
the @code{Dracula} theme for Emacs and the @code{Gloom} theme for Atom.")
(license license:expat))))
+(define-public emacs-reverso
+ (let ((commit "d1b39da3c7df1541f98435f3172a7ff4f3123634")
+ (revision "0"))
+ (package
+ (name "emacs-reverso")
+ (version (git-version "0.1.2" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/SqrtMinusOne/reverso.el")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1fpk5wyzlssfrm4jbsrflxvlfn80yh6y1nh63ml8barf1nypsx55"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-fedi emacs-request emacs-transient))
+ (home-page "https://github.com/SqrtMinusOne/reverso.el")
+ (synopsis "Translation, grammar checking, context search")
+ (description "Reverso is an emacs client for the reverso.net service.")
+ (license license:gpl3+))))
+
(define-public emacs-bbdb
(package
(name "emacs-bbdb")
base-commit: b85d20e853192a92093cd8d6a5756ec80e94c658
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75948
; Package
guix-patches
.
(Sun, 23 Feb 2025 09:40:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 75948 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
user guix
usertag 75948 + reviewed-looks-good
thanks
Guix QA review form submission:
Items marked as checked:
- Commit messages
- Package builds
- Lint warnings
- Package style
- No dependent packages
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75948
; Package
guix-patches
.
(Tue, 25 Feb 2025 09:31:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 75948 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
user guix
usertag 75948 - reviewed-looks-good
thanks
Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org> writes:
> user guix
> usertag 75948 + reviewed-looks-good
> thanks
>
> Guix QA review form submission:
>
> Items marked as checked:
>
> - Commit messages
> - Package builds
> - Lint warnings
> - Package style
> - No dependent packages
As it says in QA, this feature is for people other than those involved
in submitting the patches to record a review, which will highlight that
these patches should be ready to merge.
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sat, 01 Mar 2025 22:46:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
bug acknowledged by developer.
(Sat, 01 Mar 2025 22:46:02 GMT)
Full text and
rfc822 format available.
Message #25 received at 75948-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-reverso): New variable.
>
> Change-Id: I3b16a1c307d574d2bbff7daaee42a4964572ab00
> ---
> gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
THanks both, I've pushed this to master as
022d33e1ea3f87898014ce1515301ae5e1b4eccf.
Chris
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75948
; Package
guix-patches
.
(Sat, 01 Mar 2025 22:47:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 30 Mar 2025 11:24:25 GMT)
Full text and
rfc822 format available.
This bug report was last modified 84 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.