GNU bug report logs - #61754
[PATCH 3/8] gnu: Add emacs-ac-ispell.

Previous Next

Package: guix-patches;

Reported by: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>

Date: Fri, 24 Feb 2023 14:20:02 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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
Subject: bug#61754: closed (Re: [bug#61754] [PATCH 3/8] gnu: Add
 emacs-ac-ispell.)
Date: Wed, 08 Mar 2023 15:35:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#61754: [PATCH 3/8] gnu: Add emacs-ac-ispell.

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 61754 <at> debbugs.gnu.org.

-- 
61754: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61754
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
Cc: 61754-done <at> debbugs.gnu.org
Subject: Re: [bug#61754] [PATCH 3/8] gnu: Add emacs-ac-ispell.
Date: Wed, 08 Mar 2023 16:34:26 +0100
Hello,

Rostislav Svoboda <rostislav.svoboda <at> gmail.com> writes:

> +(define-public emacs-ac-ispell

Thanks. I applied it with usual changes already explained (let-binding
commit, full sentences in description…).

I also used proper capitalization in description.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Rostislav Svoboda <Rostislav.Svoboda <at> gmail.com>
Subject: [PATCH 3/8] gnu: Add emacs-ac-ispell.
Date: Fri, 24 Feb 2023 15:18:14 +0100
---
 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 54aad0bf7b..e71636b2a9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -264,6 +264,27 @@ (define-module (gnu packages emacs-xyz)
 ;;; Emacs hacking.
 ;;;
 
+(define-public emacs-ac-ispell
+  (package
+    (name "emacs-ac-ispell")
+    (version "0.7")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/emacsorphanage/ac-ispell")
+             (commit "22bace7387e9012002a6a444922f75f9913077b0")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1cq73bdv3lkn8v3nx6aznygqaac9s5i7pvirl8wz9ib31hsgwpbk"))))
+    (build-system emacs-build-system)
+    (inputs (list emacs-auto-complete))
+    (home-page "https://github.com/emacsorphanage/ac-ispell")
+    (synopsis "ispell/aspell completion source for auto-complete")
+    (description
+     "ispell/aspell completion source for auto-complete")
+    (license license:gpl3+)))
+
 (define-public emacs-cfrs
   (package
     (name "emacs-cfrs")
-- 
2.39.1




This bug report was last modified 2 years and 159 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.