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

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

bug#53475: closed ([PATCH] gnu: Add emacs-cape.)


From: GNU bug Tracking System
Subject: bug#53475: closed ([PATCH] gnu: Add emacs-cape.)
Date: Sun, 23 Jan 2022 17:26:01 +0000

Your message dated Sun, 23 Jan 2022 18:24:55 +0100
with message-id <87o842cql4.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#53475] [PATCH] gnu: Add emacs-cape.
has caused the debbugs.gnu.org bug report #53475,
regarding [PATCH] gnu: Add emacs-cape.
to be marked as done.

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


-- 
53475: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53475
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-cape. Date: Sun, 23 Jan 2022 14:22:54 +0000
* gnu/packages/emacs-xyz.scm (emacs-cape): New variable.
---
 gnu/packages/emacs-xyz.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8edbfc5a3d..f853f0b832 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2902,6 +2902,41 @@ (define-public emacs-corfu
 @code{completion-in-region} counterpart of the Vertico minibuffer UI.")
     (license license:gpl3+)))

+(define-public emacs-cape
+  (package
+    (name "emacs-cape")
+    (version "0.5")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/minad/cape";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0780qymlrg3glyxypizqzwicp5ly5xavxgpmayhx8cxlgp2zlkjh"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/minad/cape";)
+    (synopsis "Completion At Point Extensions for Emacs")
+    (description
+     "Cape provides additional completion backends in the form of Capfs
+(completion-at-point-functions).
+
+@itemize
+@item cape-dabbrev: Complete word from current buffers
+@item cape-file: Complete file name
+@item cape-keyword: Complete programming language keyword
+@item cape-symbol: Complete Elisp symbol
+@item cape-abbrev: Complete abbreviation (add-global-abbrev, add-mode-abbrev)
+@item cape-ispell: Complete word from Ispell dictionary
+@item cape-dict: Complete word from dictionary file
+@item cape-line: Complete entire line from file
+@item cape-tex: Complete unicode char from TeX command, e.g. \\hbar.
+@item cape-sgml: Complete unicode char from Sgml entity, e.g., &alpha.
+@item cape-rfc1345: Complete unicode char using RFC 1345 mnemonics.
+@end itemize\n")
+    (license license:gpl3)))
+
 (define-public emacs-direnv
   (package
     (name "emacs-direnv")
--
2.34.0





--- End Message ---
--- Begin Message --- Subject: Re: [bug#53475] [PATCH] gnu: Add emacs-cape. Date: Sun, 23 Jan 2022 18:24:55 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Brandon Lucas <br@ndon.dk> writes:

> * gnu/packages/emacs-xyz.scm (emacs-cape): New variable.

Thank you.

I fixed the license field, changed the description, and downcased
synopsis. Then I applied your patch.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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