GNU bug report logs -
#74275
[PATCH] gnu: Add emacs-mistty.
Previous Next
Reported by: gemmaro <gemmaro.dev <at> gmail.com>
Date: Sat, 9 Nov 2024 03:11: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 74275 in the body.
You can then email your comments to 74275 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#74275
; Package
guix-patches
.
(Sat, 09 Nov 2024 03:11:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
gemmaro <gemmaro.dev <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Sat, 09 Nov 2024 03:11:01 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-mistty): New variable.
Change-Id: I13c67437d6cb7813d1d399626e52834019cb41f0
---
gnu/packages/emacs-xyz.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 88e1ab89a9..7c3400ef93 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4447,6 +4447,38 @@ (define-public emacs-coterm
-nw}.")
(license license:gpl3+)))
+(define-public emacs-mistty
+ (let ((revision "0")
+ (commit "6284c0f6529bcce57d183e20765052c603846115"))
+ (package
+ (name "emacs-mistty")
+ (version (git-version "1.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/szermatt/mistty")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1159dy63dq7kyh06q9kfvq6x4bx59w9g1slq2m3xvx2ngaiydf97"))))
+ (build-system emacs-build-system)
+ (arguments
+ (list
+ #:phases #~(modify-phases %standard-phases
+ (add-before 'patch-el-files 'replace-bash-path
+ (lambda _
+ (substitute* "mistty-term.el"
+ (("/bin/bash")
+ "/path/to/bash")))))))
+ (home-page "https://github.com/szermatt/mistty")
+ (synopsis "Emacs terminal major mode based on @file{term.el}")
+ (description
+ "This package defines a major mode for Emacs 29.1 and up that runs a shell
+inside of a buffer, similarly to comint mode, started with @samp{M-x mistty} or
+@samp{M-x mistty-create}. It is built on top of @file{term.el}.")
+ (license license:gpl3+))))
+
(define-public emacs-counsel-bbdb
(package
(name "emacs-counsel-bbdb")
base-commit: 2a6d96425eea57dc6dd48a2bec16743046e32e06
--
2.46.0
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Mon, 23 Dec 2024 23:40:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
gemmaro <gemmaro.dev <at> gmail.com>
:
bug acknowledged by developer.
(Mon, 23 Dec 2024 23:40:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 74275-done <at> debbugs.gnu.org (full text, mbox):
Hello,
> * gnu/packages/emacs-xyz.scm (emacs-mistty): New variable.
Applied with a fix to the phase pointing to Bash executable.
Thank you.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 21 Jan 2025 12:24:22 GMT)
Full text and
rfc822 format available.
This bug report was last modified 209 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.