emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: GNU bug Tracking System
Subject: bug#61754: closed ([PATCH 3/8] gnu: Add emacs-ac-ispell.)
Date: Wed, 08 Mar 2023 15:35:02 +0000

Your message dated Wed, 08 Mar 2023 16:34:26 +0100
with message-id <87edpz8dfh.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#61754] [PATCH 3/8] gnu: Add emacs-ac-ispell.
has caused the debbugs.gnu.org bug report #61754,
regarding [PATCH 3/8] gnu: Add emacs-ac-ispell.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61754: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61754
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#61754] [PATCH 3/8] gnu: Add emacs-ac-ispell. Date: Wed, 08 Mar 2023 16:34:26 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

Rostislav Svoboda <rostislav.svoboda@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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]