From nobody Thu Jun 06 15:12:43 2024 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Vw7B15wq8z5Mvkw for ; Thu, 06 Jun 2024 15:12:57 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from sendmail.purelymail.com (sendmail.purelymail.com [34.202.193.197]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Vw7B15QbQz4Kql for ; Thu, 6 Jun 2024 15:12:57 +0000 (UTC) (envelope-from mail@ozzmosis.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: a=rsa-sha256; b=dgyRgeO2kD9LT5QD95SbGZQwOqBvuElBhiBpSGZ9cdWnXSZtedNVwq96dwZWwuTHjjdBHfXmzh/IxIfv2zWE2BXrkQODs0ikC/QqbC6xe2w8/G4M9JIGgW34CicgXyjl4ZR68AeOPZ8W/oZbepLZ1ZOn4mb+tBFni5LSoAHDKtIMGBuu6OAlTU/ixqfX3sxcUaaY/nMpPXB/SOMS84ZDG5NTj1VfRN/5sLvL0T7GmIzI4AJAQC2JFo42wwKIAtKNVPepWvtt7k9olm+LTDGoZ1nuBnNCwSJmKKdFYBsPmZZ7qmFRfhqyilONccthtXHS87EEDVFprQh2Rf+8BrQDrA==; s=purelymail3; d=purelymail.com; v=1; bh=qa9nrYOGpUMdbS2ek5NW2ypd3lrm/OrXeybcOBUX7z4=; h=Feedback-ID:Received:Received:Date:From:To:Subject; Feedback-ID: 20038:3741:null:purelymail X-Pm-Original-To: questions@freebsd.org Received: by smtp.purelymail.com (Purelymail SMTP) with ESMTPSA id 856274531; (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Thu, 06 Jun 2024 15:12:45 +0000 (UTC) Received: by blizzard.ozzmosis.com (Postfix, from userid 1001) id 7877CA7AB3; Fri, 07 Jun 2024 01:12:43 +1000 (AEST) Date: Fri, 7 Jun 2024 01:12:43 +1000 From: andrew clarke To: Jan Beich Cc: Brett Glass , FreeBSD questions Subject: Re: Request to revive a port? Message-ID: References: <202406050359.VAA26271@mail.lariat.net> List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20240425 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:14618, ipnet:34.192.0.0/12, country:US] X-Rspamd-Queue-Id: 4Vw7B15QbQz4Kql On 2024-06-05 17:19:00, Jan Beich (jbeich@FreeBSD.org) wrote: > May I suggest to switch to editors/mg. It has more permissive license, > /rescue version (mg-static flavor) and actively maintained on OpenBSD. > > Both jove and mg lack syntax highlighting, Lisp in startup scripts and > Unicode support. However, jove supports lisp-mode unlike mg. There is also Jed (editors/jed) and jmacs (from editors/joe). Both support syntax highlighting and Unicode. I used both years ago where I'd switch between them depending on what I was editing. These days I mostly use editors/micro. It doesn't use emacs key bindings by default but it may be possible to change that: https://github.com/zyedidia/micro/issues/643