unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Wojtek Kosior via Guix-patches via <guix-patches@gnu.org>
To: 64958@debbugs.gnu.org
Cc: csantosb@inventati.org
Subject: [bug#64958] [PATCH] gnu: Add emacs-chatgpt-shell.
Date: Sun, 30 Jul 2023 22:51:55 +0200	[thread overview]
Message-ID: <20230730225155.3b2510c5.koszko@koszko.org> (raw)
In-Reply-To: <19985392d433fe1719f45532f38573a50544dce5.1690732378.git.csantosb@inventati.org>

[-- Attachment #1: Type: text/plain, Size: 2226 bytes --]

Hi!

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

Doesn't this package effectively recommend a nonfree
service-as-a-software-substitute? It'd be better to keep users away
from such "services". Also, sorry to say, I'm pretty sure this is
against the Free Software Distribution Guidelines

Wojtek

-- (sig_start)
website: https://koszko.org/koszko.html
fingerprint: E972 7060 E3C5 637C 8A4F  4B42 4BC5 221C 5A79 FD1A
follow me on Fediverse: https://friendica.me/profile/koszko/profile

♥ R29kIGlzIHRoZXJlIGFuZCBsb3ZlcyBtZQ== | ÷ c2luIHNlcGFyYXRlZCBtZSBmcm9tIEhpbQ==
✝ YnV0IEplc3VzIGRpZWQgdG8gc2F2ZSBtZQ== | ? U2hhbGwgSSBiZWNvbWUgSGlzIGZyaWVuZD8=
-- (sig_end)


On Sun, 30 Jul 2023 17:52:58 +0200 Cayetano Santos via Guix-patches via <guix-patches@gnu.org> wrote:

> * gnu/packages/emacs-xyz.scm (emacs-chatgpt-shell): New variable.
> ---
>  gnu/packages/emacs-xyz.scm | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
> 
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index d7e45fffc6..b26ebe64b1 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -490,6 +490,25 @@ (define-public emacs-gptel
>  API key.")
>      (license license:gpl3+)))
>  
> +(define-public emacs-chatgpt-shell
> +  (package
> +    (name "emacs-chatgpt-shell")
> +    (version "0.74.1")
> +    (source (origin
> +              (method git-fetch)
> +              (uri (git-reference
> +                    (url "https://github.com/xenodium/chatgpt-shell")
> +                    (commit "1de7bfa6a34f20cca813006282d9a8f2ef291f95")))
> +              (sha256
> +               (base32
> +                "1rabpp70qlmc47lmp2v7ckvfjhy6wkk881fxpbv2dchzhn77qk5r"))))
> +    (build-system emacs-build-system)
> +    (home-page "https://github.com/xenodium/chatgpt-shell")
> +    (synopsis "ChatGPT and DALL-E Emacs shells + Org Babel")
> +    (description
> +     "chatgpt-shell is a comint-based ChatGPT shell for Emacs.")
> +    (license license:gpl3+)))
> +
>  (define-public emacs-geiser-guile
>    (package
>      (name "emacs-geiser-guile")
> 
> base-commit: e43cbeafd1b632f39b08b3644af5230d5350a656

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2023-07-30 20:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-30 15:52 [bug#64958] [PATCH] gnu: Add emacs-chatgpt-shell Cayetano Santos via Guix-patches via
2023-07-30 20:51 ` Wojtek Kosior via Guix-patches via [this message]
2023-07-31  7:13   ` Cayetano Santos via Guix-patches via
2023-07-31 20:03   ` Liliana Marie Prikler
2023-08-01 10:02     ` Nicolas Goaziou
2023-08-01 10:35       ` Wojtek Kosior via Guix-patches via
2023-08-09  9:16     ` Andrew Tropin
2023-09-09 10:31     ` bug#64958: " Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230730225155.3b2510c5.koszko@koszko.org \
    --to=guix-patches@gnu.org \
    --cc=64958@debbugs.gnu.org \
    --cc=csantosb@inventati.org \
    --cc=koszko@koszko.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).