GNU bug report logs -
#53475
[PATCH] gnu: Add emacs-cape.
Previous Next
Reported by: Brandon Lucas <br <at> ndon.dk>
Date: Sun, 23 Jan 2022 14:24:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53475 in the body.
You can then email your comments to 53475 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#53475
; Package
guix-patches
.
(Sun, 23 Jan 2022 14:24:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Brandon Lucas <br <at> ndon.dk>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 23 Jan 2022 14:24: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-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
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sun, 23 Jan 2022 17:26:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Brandon Lucas <br <at> ndon.dk>
:
bug acknowledged by developer.
(Sun, 23 Jan 2022 17:26:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 53475-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Brandon Lucas <br <at> 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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 21 Feb 2022 12:24:14 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 211 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.