GNU bug report logs -
#48384
[PATCH] gnu: Add emacs-tshell.
Previous Next
Reported by: Stefan Reichör <stefan <at> xsteve.at>
Date: Wed, 12 May 2021 21:06:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 48384-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Stefan Reichör <stefan <at> xsteve.at> writes:
> * gnu/packages/emacs-xyz.scm (emacs-tshell): New variable.
I applied it with the changes explained below. Thank you!
> +(define-public emacs-tshell
> + (let ((commit "47ef3a6c537b06eb422d9a124e1c44062223e323")
> + (revision "0"))
I added a comment explaining why we are not using a tagged release.
> + (package
> + (name "emacs-tshell")
> + (version (git-version "0.1" revision commit))
I changed "0.1" into "0.1.0" because that is what the Version keywords
says.
> + (synopsis "A buffer-oriented Emacs shell.")
Synopsis must not start with an article and end with a period. You may
want to run "guix lint" to catch these.
> + (description
> + "This shell allows to run one line commands by hitting RET. It supports
> +shell and emacs lisp commands.")
I slightly reworded the description.
Regards,
--
Nicolas Goaziou
This bug report was last modified 4 years and 10 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.