From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 19 21:21:00 2020 Received: (at submit) by debbugs.gnu.org; 20 Jul 2020 01:21:00 +0000 Received: from localhost ([127.0.0.1]:33365 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxKUG-0007Q7-Gn for submit@debbugs.gnu.org; Sun, 19 Jul 2020 21:21:00 -0400 Received: from lists.gnu.org ([209.51.188.17]:48002) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxKUF-0007Q0-O7 for submit@debbugs.gnu.org; Sun, 19 Jul 2020 21:21:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53264) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jxKUF-00035I-Hp for guix-patches@gnu.org; Sun, 19 Jul 2020 21:20:59 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:54384) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jxKUD-0008Co-E1 for guix-patches@gnu.org; Sun, 19 Jul 2020 21:20:59 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1jxKU9-0003dJ-UD; Mon, 20 Jul 2020 03:20:53 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1jxKU8-00021u-UJ for guix-patches@gnu.org; Mon, 20 Jul 2020 03:20:53 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-shx. X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Mon, 20 Jul 2020 03:20:46 +0200 Message-ID: <87blkbc781.fsf@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1595208056;1ed6a5ce; X-HE-SMSGID: 1jxKU9-0003dJ-UD Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/19 21:20:54 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Add-emacs-shx.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: Add emacs-shx. From=20fbfcb7a8260245c26f2dd4c7b496b1294312e9b2 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Mon, 20 Jul 2020 03:18:34 +0200 Subject: [PATCH] gnu: Add emacs-shx. * gnu/packages/emacs-xyz.scm (emacs-shx): New variable. =2D-- gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 3145faf3b4..d84b67cfdd 100644 =2D-- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -12382,6 +12382,31 @@ messaging service.") and shell-command prompts that are based on Bash completion.") (license license:gpl2+))) =20 +(define-public emacs-shx + (package + (name "emacs-shx") + (version "1.4.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/riscy/shx-for-emacs") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p9b621rgy34r1hl9xfzxh4xpx9gpsr3n330ypfxhlr0s5754j73")))) + (build-system emacs-build-system) + (arguments + '(#:phases + (modify-phases %standard-phases + (delete 'patch-el-files)))) ; that zsh string is in a docstrin= g... + (home-page "https://github.com/riscy/shx-for-emacs") + (synopsis "Extends comint-mode in Emacs (e.g. M-x shell)") + (description "An Emacs shell-mode (and comint-mode) extension that ena= bles displaying +small plots and graphics and lets users write shell commands in Emacs Lisp= .") + (license license:gpl3))) + (define-public emacs-easy-kill (package (name "emacs-easy-kill") =2D-=20 2.27.0 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 The UNIX philosophy basically involves giving you enough rope to hang yourself. And then a couple of feet more, just to be sure. --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8U8W4ACgkQfHr/vv7y yyUC4Af+JyroeGrQ5Ys46SY6I/J+Vxh/XwW+/5V/th1CL5f+7tVEDlROui3qmr5y wv9vfS3z0XMcnKa3zhA6jDroZk2MoRYUzJO/40Oq/+fyXQgvihV2xqHvWnF8ne3L 7pyUL0IaZ6rLQbxXtYWqHpyq7JDT1wCIDktJkmvToF84IezlxBXqk6GAIcLoDLfc XMLQC8gGhKAJs+QT7t42Bwgvyn7fcePJrNd/yswrZKolUZkemkmVPuZGHYJ0NkOw 9Q0AMqfYjnMHFh3LiHP+xE5uMpOH+wjGR9E7FaGhd5IDolm7PmupnLJQUl7LoTBR 3s7hPYq+2cO8GT0trStyG1+4yIBOZA== =nYLX -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 25 10:56:22 2020 Received: (at 42435-done) by debbugs.gnu.org; 25 Jul 2020 14:56:22 +0000 Received: from localhost ([127.0.0.1]:50776 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzLb3-0002zi-Uv for submit@debbugs.gnu.org; Sat, 25 Jul 2020 10:56:22 -0400 Received: from wp224.webpack.hosteurope.de ([80.237.132.231]:58552) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzLb1-0002zX-0V for 42435-done@debbugs.gnu.org; Sat, 25 Jul 2020 10:56:20 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1jzLay-0006pz-RN; Sat, 25 Jul 2020 16:56:16 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1jzLax-0006C1-AS for 42435-done@debbugs.gnu.org; Sat, 25 Jul 2020 16:56:16 +0200 From: Michael Rohleder To: 42435-done@debbugs.gnu.org Subject: Re: [bug#42435] [PATCH] gnu: Add emacs-shx. References: <87blkbc781.fsf@rohleder.de> X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Sat, 25 Jul 2020 16:56:09 +0200 In-Reply-To: <87blkbc781.fsf@rohleder.de> (Michael Rohleder's message of "Mon, 20 Jul 2020 03:20:46 +0200") Message-ID: <87h7tv63ue.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1595688978;66c99576; X-HE-SMSGID: 1jzLay-0006pz-RN X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42435-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable duplicated by 42526, which is pushed to master, so close this. =2D-=20 Just don't create a file called -rf. :-) --Larry Wall in <11393@jpl-devvax.JPL.NASA.GOV> --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8cSAkACgkQfHr/vv7y yyW4wAgAuSwZGc5uXf63AfU/caFAVTBo1jdyOM/JpB4fLXQEfXTAw/P+tPQUgJ96 zbWdijgMrjhyFRQpZsLzW0PGfak3SqfAqZb0Zo1FNuzC1xyAoUxMqQ3op33xAIgN p9yrxuSALlLBRQiVnVebHvAn60bBLy2P/3QUTsbRWKTo1Ifi9QRbJEv4OSfIVSbH cb7fjdYOFTr1/1i17dfvzRej9IFECF6vkir9REOkasyJsbUdYvJu5+p6Az//Hmrf RF25eiSG2x/yxHnVDlZ+cMC1h1dGLgCi55bggMlAgkFOjWSBoLuNE/Tn/HzKCqHH oc7RwFZHOutliCLu5qFNYQBdPkqhrA== =dPj+ -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Aug 16 18:31:55 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 23 Aug 2020 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator