I use emacs for most of my daily development, but always rely on nano or vi in the terminal due to emacs startup time. I'm going to give mg a shot this week!
Mg: an Emacs-like editor in 160 kb
11–20 of 84 posts
Re: Mg: an Emacs-like editor in 160 kb
#12I use emacs for most of my daily development, but always rely on nano or vi in the terminal due to emacs startup time. I'm going to give mg a shot this week!
You could also run Emacs as a server.
Re: Mg: an Emacs-like editor in 160 kb
#13Earlier quoted context omitted.
You could also run Emacs as a server.
I've actually looked into this, but it seemed like far too much overhead to simply open, edit and save a file; especially remotely.
Only annoying thing is the way it retains buffers for modified files when you exit, even if you choose not to save them.
emacs -q (or faster, -Q) could be used in a pinch, but I find default emacs almost unusable.
Re: Mg: an Emacs-like editor in 160 kb
#14Re: Mg: an Emacs-like editor in 160 kb
#15Re: Mg: an Emacs-like editor in 160 kb
#16Re: Mg: an Emacs-like editor in 160 kb
#17As an Emacs guy, I really like mg(1). The one missing feature is Unicode support.
Re: Mg: an Emacs-like editor in 160 kb
#18 curl -O http://homepage.boetes.org/software/mg/mg-20150316.tar.gz
And I can't remember when the last time i've had a program compile with just 'make' and no messing about. It's quite impressive. Thank you!Re: Mg: an Emacs-like editor in 160 kb
#19mg 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), but the built-in scriptability / extensibility.
Re: Mg: an Emacs-like editor in 160 kb
#20> 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),…