As an Emacs guy, I really like mg(1). The one missing feature is Unicode support.
Mg: an Emacs-like editor in 160 kb
31–40 of 84 posts
Re: Mg: an Emacs-like editor in 160 kb
#32Earlier quoted context omitted.
> a mostly complete Emacs experience (sans scripting ...), That is mostly not like not Emacs? Or did Zwei and other emacsen had the same key bindings as emacs and gnu's readline?
"sans scripting" The Lisp scripting is the entire point of Emacs. Who cares about the keybindings. I don't really see the point. Can't you just compile emacs? I remember 25 years ago when people thought emacs was too big, and small emacs clones were popular, but in 2015 no one cares, right? Rather than solving these easier useless problems, why doesn't someone solve the harder problem of making a better emacs clone w…
I mean, I can run full GNU Emacs on my Raspberry Pi. What's the point of a "micro emacs" missing all the good parts?
Re: Mg: an Emacs-like editor in 160 kb
#33Re: Mg: an Emacs-like editor in 160 kb
#34Re: Mg: an Emacs-like editor in 160 kb
#35> Since it is written completely in C, there is currently _no language in which extensions can be written_; however, keys can be rebound and certain parameters can be changed in startup files. mg seems almost, but not quite, entirely unlike emacs. the thing that makes emacs emacs is not the keybindings or the so-called "modeless" editing (which is a misinterpretation by vim folks, emacs is way more modeful than vim),…
Not when I'm on some tiny VM or computer and want something nicer than Nano that has something remotely close to Emacs keybindings. Then it's the keybindings, not the scriptability. I just want a reasonable editor.
Re: Mg: an Emacs-like editor in 160 kb
#36> Since it is written completely in C, there is currently _no language in which extensions can be written_; however, keys can be rebound and certain parameters can be changed in startup files. mg seems almost, but not quite, entirely unlike emacs. the thing that makes emacs emacs is not the keybindings or the so-called "modeless" editing (which is a misinterpretation by vim folks, emacs is way more modeful than vim),…
You can also cross compile it (which you cannot do to Emacs).
Re: Mg: an Emacs-like editor in 160 kb
#37Earlier quoted context omitted.
"sans scripting" The Lisp scripting is the entire point of Emacs. Who cares about the keybindings. I don't really see the point. Can't you just compile emacs? I remember 25 years ago when people thought emacs was too big, and small emacs clones were popular, but in 2015 no one cares, right? Rather than solving these easier useless problems, why doesn't someone solve the harder problem of making a better emacs clone w…
I was thinking the same thing. I mean, I can run full GNU Emacs on my Raspberry Pi. What's the point of a "micro emacs" missing all the good parts?
Re: Mg: an Emacs-like editor in 160 kb
#38Earlier quoted context omitted.
I was thinking the same thing. I mean, I can run full GNU Emacs on my Raspberry Pi. What's the point of a "micro emacs" missing all the good parts?
You cannot, however, install full blown Emacs on your Netgear router running OpenWRT. Mg is heaven sent in cases like that. Tiny linux machines still exist (Raspberry Pi is not tiny, resource-wise).
http://superuser.com/questions/313105/ram-requirements-of-em...
A dozen Emacs "clones" already exist for even lower memory machines:
https://www.gnu.org/software/zile/
http://www.emacswiki.org/emacs/Jove
Anyway, like I mentioned, wouldn't time be better spent creating a high-performance clone rather than a partially functional tiny clone?
Re: Mg: an Emacs-like editor in 160 kb
#39Re: Mg: an Emacs-like editor in 160 kb
#40> Since it is written completely in C, there is currently _no language in which extensions can be written_; however, keys can be rebound and certain parameters can be changed in startup files. mg seems almost, but not quite, entirely unlike emacs. the thing that makes emacs emacs is not the keybindings or the so-called "modeless" editing (which is a misinterpretation by vim folks, emacs is way more modeful than vim),…
crontab -e
Select an editor: 4. /usr/bin/mg
there it is, that's why sometimes we need this program.