From unknown Sat Aug 16 16:06:38 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#26895 <26895@debbugs.gnu.org> To: bug#26895 <26895@debbugs.gnu.org> Subject: Status: Add the micro editor 'e3' Reply-To: bug#26895 <26895@debbugs.gnu.org> Date: Sat, 16 Aug 2025 23:06:38 +0000 retitle 26895 Add the micro editor 'e3' reassign 26895 guix-patches submitter 26895 ng0 severity 26895 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri May 12 04:53:41 2017 Received: (at submit) by debbugs.gnu.org; 12 May 2017 08:53:41 +0000 Received: from localhost ([127.0.0.1]:39706 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d96KT-00011B-HW for submit@debbugs.gnu.org; Fri, 12 May 2017 04:53:41 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58586) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d96KN-00010u-J1 for submit@debbugs.gnu.org; Fri, 12 May 2017 04:53:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d96KH-0003SF-4w for submit@debbugs.gnu.org; Fri, 12 May 2017 04:53:30 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54711) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d96KH-0003S4-1Y for submit@debbugs.gnu.org; Fri, 12 May 2017 04:53:29 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d96KF-0007r8-H6 for guix-patches@gnu.org; Fri, 12 May 2017 04:53:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d96KB-0003P0-DL for guix-patches@gnu.org; Fri, 12 May 2017 04:53:27 -0400 Received: from 93-95-228-241.1984.is ([93.95.228.241]:47066 helo=sharknado9001.pragmatique.xyz) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d96KA-0003Lk-Ut for guix-patches@gnu.org; Fri, 12 May 2017 04:53:23 -0400 Received: by sharknado9001.pragmatique.xyz (OpenSMTPD) with ESMTPSA id 6a3d2e0e (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Fri, 12 May 2017 08:53:07 +0000 (UTC) Date: Fri, 12 May 2017 08:53:15 +0000 From: ng0 To: guix-patches@gnu.org Subject: Add the micro editor 'e3' Message-ID: <20170512085315.uoazek2qtbbubhfg@abyayala> Mail-Followup-To: guix-patches@gnu.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="anguyayvlxjxqppf" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) 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: -5.0 (-----) --anguyayvlxjxqppf Content-Type: text/plain; charset=utf-8 Content-Disposition: inline This patch adds the microeditor e3 written in asm. This message was written using e3, if the package definition has a mistake it happened while transfering it from my guix_package_path. -- https://pragmatique.xyz PGP: https://people.pragmatique.xyz/ng0/ --anguyayvlxjxqppf Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-Add-e3.patch" Content-Transfer-Encoding: quoted-printable =46rom 0d11757fb9fc22aa2928e61b5ad29cce8eb1ec8c Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Thu, 11 May 2017 21:51:54 +0000 Subject: [PATCH] gnu: Add e3. * gnu/packages/text-editors.scm (e3): New variable. --- gnu/packages/text-editors.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 920868b52..e02a2e024 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -3,6 +3,7 @@ ;;; Copyright =C2=A9 2016 Carlo Zancanaro ;;; Copyright =C2=A9 2017 Eric Bavier ;;; Copyright =C2=A9 2017 Feng Shu +;;; Copyright =C2=A9 2017 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -27,6 +28,7 @@ #:use-module (guix build-system gnu) #:use-module ((guix licenses) #:prefix license:) #:use-module (gnu packages) + #:use-module (gnu packages assembly) #:use-module (gnu packages boost) #:use-module (gnu packages documentation) #:use-module (gnu packages gcc) @@ -189,3 +191,36 @@ development focuses on keeping weight down to a minimu= m, only the most essential features are implemented in the editor. Leafpad is simple to use, is easi= ly compiled, requires few libraries, and starts up quickly. ") (license license:gpl2+))) + +(define-public e3 + (package + (name "e3") + (version "2.82") + (source + (origin + (method url-fetch) + (uri (string-append "https://sites.google.com/site/e3editor/Home/" + "e3-" version ".tgz")) + (sha256 + (base32 + "0919kadkas020maqq37852isnzp053q2fnws2zh3mz81d1jiviak")))) + (build-system gnu-build-system) + (arguments + `(#:tests? #f + #:make-flags (list (string-append "PREFIX=3D" + (assoc-ref %outputs "out"))) + #:phases + (modify-phases %standard-phases + (delete 'configure)))) + (inputs + `(("nasm" ,nasm))) + (home-page "https://sites.google.com/site/e3editor/") + (synopsis "Very tiny editor in ASM") + (description + "e3 is a micro text editor with an executable code size between +3800 and 35000 bytes. Except for 'syntax highlighting', the e3 binary +supports all of the basic functions one expects plus built in arithmetic +calculations. UTF-8 coding of unicode characters is supported aswell. +e3 can use Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings. +e3 can be used on 16,32, and 64 bit CPUs.") + (license license:gpl2+))) \ No newline at end of file --=20 2.12.2 --anguyayvlxjxqppf-- From debbugs-submit-bounces@debbugs.gnu.org Fri May 12 18:48:30 2017 Received: (at 26895-done) by debbugs.gnu.org; 12 May 2017 22:48:30 +0000 Received: from localhost ([127.0.0.1]:41452 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d9JML-0005rr-Na for submit@debbugs.gnu.org; Fri, 12 May 2017 18:48:29 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36077) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d9JME-0005rW-ET for 26895-done@debbugs.gnu.org; Fri, 12 May 2017 18:48:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d9JM5-0005ki-6y for 26895-done@debbugs.gnu.org; Fri, 12 May 2017 18:48:17 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d9JM5-0005kY-41 for 26895-done@debbugs.gnu.org; Fri, 12 May 2017 18:48:13 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:40450 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1d9JM4-0003A7-Er for 26895-done@debbugs.gnu.org; Fri, 12 May 2017 18:48:12 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: 26895-done@debbugs.gnu.org Subject: Re: bug#26895: Add the micro editor 'e3' In-Reply-To: <20170512085315.uoazek2qtbbubhfg@abyayala> (ng0@pragmatique.xyz's message of "Fri, 12 May 2017 08:53:15 +0000") References: <20170512085315.uoazek2qtbbubhfg@abyayala> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 24 =?utf-8?Q?Flor=C3=A9al?= an 225 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Sat, 13 May 2017 00:48:09 +0200 Message-ID: <8760h566ae.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 26895-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: -5.0 (-----) Hi ng0, ng0 skribis: > From 0d11757fb9fc22aa2928e61b5ad29cce8eb1ec8c Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Thu, 11 May 2017 21:51:54 +0000 > Subject: [PATCH] gnu: Add e3. > > * gnu/packages/text-editors.scm (e3): New variable. I added a snippet to remove the bin/ directory (which contains pre-built binaries), added a =E2=80=98supported-systems=E2=80=99 field, changed =E2= =80=98inputs=E2=80=99 to =E2=80=98native-inputs=E2=80=99, made a couple of cosmetic changes, and com= mitted. :-) Thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri May 12 19:25:33 2017 Received: (at 26895) by debbugs.gnu.org; 12 May 2017 23:25:33 +0000 Received: from localhost ([127.0.0.1]:41480 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d9JwD-0006od-JX for submit@debbugs.gnu.org; Fri, 12 May 2017 19:25:33 -0400 Received: from 93-95-228-241.1984.is ([93.95.228.241]:41528 helo=sharknado9001.pragmatique.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d9JwA-0006oS-Hb for 26895@debbugs.gnu.org; Fri, 12 May 2017 19:25:32 -0400 Received: by sharknado9001.pragmatique.xyz (OpenSMTPD) with ESMTPSA id 13cf2131 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for <26895@debbugs.gnu.org>; Fri, 12 May 2017 23:25:18 +0000 (UTC) Date: Fri, 12 May 2017 23:25:14 +0000 From: ng0 To: 26895@debbugs.gnu.org Subject: Re: bug#26895: Add the micro editor 'e3' Message-ID: <20170512232514.epoeabvuobzfqan3@abyayala> Mail-Followup-To: 26895@debbugs.gnu.org References: <20170512085315.uoazek2qtbbubhfg@abyayala> <8760h566ae.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8760h566ae.fsf@gnu.org> X-Spam-Score: 0.4 (/) X-Debbugs-Envelope-To: 26895 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: 0.4 (/) Ludovic Courtès transcribed 0.6K bytes: > Hi ng0, > > ng0 skribis: > > > From 0d11757fb9fc22aa2928e61b5ad29cce8eb1ec8c Mon Sep 17 00:00:00 2001 > > From: ng0 > > Date: Thu, 11 May 2017 21:51:54 +0000 > > Subject: [PATCH] gnu: Add e3. > > > > * gnu/packages/text-editors.scm (e3): New variable. > > I added a snippet to remove the bin/ directory (which contains pre-built > binaries), Oh, I missed that. Thanks! > added a ‘supported-systems’ field, changed ‘inputs’ to > ‘native-inputs’, made a couple of cosmetic changes, and committed. :-) > > Thanks! > > Ludo’. > > > -- https://pragmatique.xyz PGP: https://people.pragmatique.xyz/ng0/ From unknown Sat Aug 16 16:06:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 10 Jun 2017 11:24:05 +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