GNU bug report logs -
#57024
[PATCH] gnu: Add emacs-pdb-capf.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Sun, 7 Aug 2022 00:02:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 57024 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-pdb-capf): New variable.
Hi Nicolas,
Here is v2 with the spurious dependency removed. I also bumped the package.
Thanks for the review and for looking at this.
all best,
jgart
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f01af98c7c..325a366fc9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32003,6 +32003,30 @@ (define-public emacs-consult-lsp
by leveraging @code{emacs-consult} APIs.")
(license license:expat)))
+(define-public emacs-pdb-capf
+ (let ((commit "31602ccab53aa7dcf26a1af222c7da2bcc1390ed")
+ (revision "0"))
+ (package
+ (name "emacs-pdb-capf")
+ (version (git-version "1.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/muffinmad/emacs-pdb-capf")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0x2pg03csf25vj8y2zb5sv493dk3n0s4xbkihii2mzhkx82vgpxg"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/muffinmad/emacs-pdb-capf")
+ (synopsis "Completion-at-point function for pdb")
+ (description
+"@code{emacs-pdb-capf} provides a @code{completion-at-point} function
+for pdb allowing completion in a @code{*gud-pdb*} buffer.")
+ (license license:gpl3+))))
+
(define-public emacs-bitbake-modes
(package
(name "emacs-bitbake-modes")
--
2.37.2
This bug report was last modified 2 years and 324 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.