GNU bug report logs -
#75671
[PATCH] gnu: Add emacs-gptel-quick.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Sun, 19 Jan 2025 16:16:01 UTC
Severity: normal
Tags: patch
Done: jgart <jgart <at> dismail.de>
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 75671 in the body.
You can then email your comments to 75671 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#75671
; Package
guix-patches
.
(Sun, 19 Jan 2025 16:16:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nicolas Graves <ngraves <at> ngraves.fr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 19 Jan 2025 16:16:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: jgart <jgart <at> dismail.de>
* gnu/packages/emacs-xyz.scm (emacs-gptel-quick): New variable.
---
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 6aaedeb862..c0a8265a38 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -589,6 +589,30 @@ (define-public emacs-gptel
API key.")
(license license:gpl3+)))
+(define-public emacs-gptel-quick
+ (let ((commit "79c33058e605b4fbdb1d1f98d1ab428d6eed111d")
+ (revision "0"))
+ (package
+ (name "emacs-gptel-quick")
+ (version (git-version "0.0.5" revision commit))
+ (source
+ (origin
+ (uri (git-reference
+ (url "https://github.com/karthink/gptel-quick")
+ (commit commit)))
+ (method git-fetch)
+ (sha256
+ (base32 "0bw3zjpzyc574jw2qr0j042x68llkjxn66gkfnw7dwwpgwplz671"))
+ (file-name (git-file-name name version))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-gptel))
+ (home-page "https://github.com/karthink/gptel-quick")
+ (synopsis "Quick LLM lookups in Emacs")
+ (description
+ "This package provides a tiny everyday helper for easily looking up or
+summarizing text using an LLM.")
+ (license license:gpl3+))))
+
(define-public emacs-chatgpt-shell
(package
(name "emacs-chatgpt-shell")
--
2.47.1
Reply sent
to
jgart <jgart <at> dismail.de>
:
You have taken responsibility.
(Mon, 20 Jan 2025 04:07:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Nicolas Graves <ngraves <at> ngraves.fr>
:
bug acknowledged by developer.
(Mon, 20 Jan 2025 04:07:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 75671-done <at> debbugs.gnu.org (full text, mbox):
Thanks, applied!
--
all the best,
jgart
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 17 Feb 2025 12:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 24 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.