From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rymes To: development@lists.ipfire.org Subject: Re: [PATCH] nano: Update to 5.9 Date: Sun, 10 Oct 2021 11:15:10 -0400 Message-ID: In-Reply-To: <0E4C0FE5-E555-4B43-926D-2E1820B5C5D7@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8638310972198661572==" List-Id: --===============8638310972198661572== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I much prefer nano, as it=E2=80=99s intuitive, so I don=E2=80=99t have to thi= nk to use it. If I forget what a command is, it=E2=80=99s at the bottom of th= e screen. With vim, I have the remember =E2=80=9Cwait, how do I get into edit= ing mode? And if I want to save a file, how do I do that again? Crap. Better = Google a tutorial.=E2=80=9D Sure, if I used it more, it would become second nature, but I don=E2=80=99t, = so as more of an admin (and less of a developer) that doesn=E2=80=99t spend l= ots of time in console editors, nano is nice. Having said that, I don=E2=80=99t see the need to include it. Whenever I inst= all a new system, I run a pakfire command to install nano, ncftp, telnet (for= administering old Cisco IP phones), wlanap, and I forget what else. No big w= hoop, and how often does one install a new system? Tom > On Oct 10, 2021, at 8:55 AM, Michael Tremer w= rote: >=20 > =EF=BB=BFHello, >=20 > We have (or had) a couple of editors and I am quite against shipping them a= ll. >=20 > Everyone has their favourites, and there will always be another one. >=20 > What is wrong with vim? >=20 > -Michael >=20 >> On 9 Oct 2021, at 22:07, Jon Murphy wrote: >>=20 >> All, >>=20 >> Is it possible to move `nano` from addon to core? It is SOOOOO much easie= r to use than vim. >>=20 >> I understand it is an easy installed addon but it seems like it really bel= ongs in "core". >>=20 >> Jon >>=20 >>>> On Oct 9, 2021, at 5:56 AM, Adolf Belka wrote: >>>=20 >>> Reviewed-by: Adolf Belka >>>=20 >>> On 08/10/2021 19:22, Matthias Fischer wrote: >>>> For details see: >>>> https://www.nano-editor.org/news.php >>>>=20 >>>> Signed-off-by: Matthias Fischer >>>> --- >>>> lfs/nano | 6 +++--- >>>> 1 file changed, 3 insertions(+), 3 deletions(-) >>>>=20 >>>> diff --git a/lfs/nano b/lfs/nano >>>> index 3bb7806aa..237dfab20 100644 >>>> --- a/lfs/nano >>>> +++ b/lfs/nano >>>> @@ -24,7 +24,7 @@ >>>> include Config >>>> -VER =3D 5.8 >>>> +VER =3D 5.9 >>>> THISAPP =3D nano-$(VER) >>>> DL_FILE =3D $(THISAPP).tar.xz >>>> @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) >>>> DIR_APP =3D $(DIR_SRC)/$(THISAPP) >>>> TARGET =3D $(DIR_INFO)/$(THISAPP) >>>> PROG =3D nano >>>> -PAK_VER =3D 38 >>>> +PAK_VER =3D 39 >>>> DEPS =3D "" >>>> @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) >>>> $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >>>> -$(DL_FILE)_MD5 =3D d2249e3dd108c830df00efd7c1b79d86 >>>> +$(DL_FILE)_MD5 =3D 24b67a7a2e731d3a5ec6d154b4521d08 >>>> install : $(TARGET) >>>>=20 >>=20 >=20 --===============8638310972198661572==--