topic title: e3ne Text Editor
Posts: 1,028
SamK
Joined: 21 Aug 2011
#1
For the reasons given here
post48900.html#p48900

Request antiX ISO ships with e3ne mode as a standard item within update-alternatives system
anticapitalista
Posts: 5,956
Site Admin
Joined: 11 Sep 2007
#2
I can't get it to set.

error: alternative /usr/bin/e3ne for emacs not registered; not setting
Posts: 64
reverseDog
Joined: 13 Jul 2016
#3
In order to set e3ne as my preferred editor I had to register it with the --install option first:

Code: Select all

$ sudo update-alternatives --set editor /usr/bin/e3ne
update-alternatives: error: alternative /usr/bin/e3ne for editor not registered; not setting
$ sudo update-alternatives --install /usr/bin/editor editor /usr/bin/e3ne 20
$ sudo update-alternatives --set editor /usr/bin/e3ne
update-alternatives: using /usr/bin/e3ne to provide /usr/bin/editor (editor) in manual mode
$
Posts: 1,028
SamK
Joined: 21 Aug 2011
#4
@anticapitalista
I'll pm you.
Posts: 604
thriftee
Joined: 27 Feb 2009
#5
It works real well as a console editor because most of the keyboard mapping is what I'm used to with other editors like geany and leafpad and the browsers like firefox, etc.

I found it works well from roxterm with the --hide-menubar option, for example from mc

prog"Root Midnight Commander RoxTerm" /usr/share/icons/Ships-Wheel.png roxterm --hide-menubar --title=MC -e sudo mc

I wasn't suggesting forcing everyone to use it, but think it at least deserves to be one of the options, and IMO its a lot more"normal" than nano or mc's internal editor for neophytes like me trying to adapt to linux.

I just found/figured out how to install it from following the code to select-editor, so wasn't really aware of the debian way to select it
Posts: 1,028
SamK
Joined: 21 Aug 2011
#6
thriftee wrote:It works real well as a console editor because most of the keyboard mapping is what I'm used to with other editors like geany and leafpad and the browsers like firefox, etc.
...
I wasn't suggesting forcing everyone to use it, but think it at least deserves to be one of the options, and IMO its a lot more"normal" than nano or mc's internal editor for neophytes like me trying to adapt to linux.
You make good points about usability, which as I mentioned previously was one of the primary reasons I wanted antiX to include e3.You have brought back to prominence something which, in an ideal antiX world would have been sorted out before now. We are looking at making it one of the automatically presented options as you suggest to be selectable via select-editor. Who knows, perhaps in the future setting the preferred CLI text editor might even be done from the antiX Control Centre.
Posts: 604
thriftee
Joined: 27 Feb 2009
#7
That sounds like a logical place to make it easy for normal folks to control it. AntiX is real nice about providing reasonable options for people to choose from, and that's quite a feat without needing huge amounts of space.
Posts: 1,139
masinick
Joined: 26 Apr 2008
#8
SamK wrote:
thriftee wrote:It works real well as a console editor because most of the keyboard mapping is what I'm used to with other editors like geany and leafpad and the browsers like firefox, etc.
...
I wasn't suggesting forcing everyone to use it, but think it at least deserves to be one of the options, and IMO its a lot more"normal" than nano or mc's internal editor for neophytes like me trying to adapt to linux.
You make good points about usability, which as I mentioned previously was one of the primary reasons I wanted antiX to include e3.You have brought back to prominence something which, in an ideal antiX world would have been sorted out before now. We are looking at making it one of the automatically presented options as you suggest to be selectable via select-editor. Who knows, perhaps in the future setting the preferred CLI text editor might even be done from the antiX Control Centre.
I like the idea; I've not used e3ne recently but it sounds like the kind of lightweight editing tool that many people may end up appreciating. Another"intriguing text editor", if we want to take a close look at reasonably lightweight alternatives, is"ne", and it is mentioned in an article about software apps at
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.linuxvoice.com/issues/006/foss6.pdf"
linktext was:"http://www.linuxvoice.com/issues/006/foss6.pdf"
====================================
for anyone who may be interested in reading about it.