On Thursday, May 24, 2012 11:53:19 AM UTC-7, Fritz Wuehler wrote:
> Cydrome Leader
> wrote:
>
> > Philip Brown
> wrote:
> > > I just want text-mode emacs.
> >
> > jed?
>
> Well there is Micro Emacs and it's nice but I found myself wanting regular
> dude-gag-me-with-a-spoon gnu Emacs after a day or so using Micro Emacs so I
> built gnu Emacs from source. You can disable gtk and build it for console
> fairly easily.
I would very much like an Oracle-packaged jed, or micro-emacs, or jove.
Something, simple, static, and basic, that's never going to need updating, but is more pleasant to use than vi or vim.
The "pkg install gnu-emacs-no-x11" choice is certainly better than full emacs.
Only a comparatively small number of packages get pulled in.
Really, it should be 1 fewer: It's creepy that it uses libdbus.
Oddly, "pkg install -nv" claims it pulls in 130MB of files.
pkg install -nv gnu-emacs-no-x11|less
Packages to install: 3
Estimated space available: 420.49 GB
Estimated space to be consumed: 160.40 MB
Although at "real" pkg install time,it claims only 25MGB.
Even so, it's still 25 megs, just for trivial text editor use.
I really dont need 5 megabytes of local input extentions, and 20 megabytes of elisp, including a mail reader, a news reader, and other-editor-emulator modules, amoung other things.
I mean, the thing takes up 20 megabytes just to do "emacs /etc/hosts".
And that's WITHOUT X11 support!! :-/
Arg.
(side comment: Fritz, I dont see why you'd bother compiling it from source?)