hendrik@zeusa.UUCP (Hendrik Vermooten) (12/18/90)
I am a happy user of MicroEmacs 3.9 under XENIX, developing C code. I have seen lots of writeups about GNU Emacs on the net but I've never seen it in action. I would appreciate it if someone would let me know (e-mail?) what the advantages of GNU Emacs over MicroEmacs. I hear it's quite large and would like to know what the extra baggage does! Thanx in advance. -- --------------------- He who laughs last laughs last --------------------- Hendrik Vermooten, ZEUS software TEL +27 12 64-5507, FAX +27 12 64-8382 Bang: ..!uunet!ddsw1!olsa99!zeusa!hendrik or hendrik@zeusa.UUCP ----------------- He whose laugh lasts longest laughs last ---------------
billmers@merlyn.enet.dec.com (Meyer Billmers) (12/21/90)
>I have seen lots of writeups about GNU Emacs on the net but I've never >seen it in action. I would appreciate it if someone would let me know >(e-mail?) what the advantages of GNU Emacs over MicroEmacs. I hear it's >quite large and would like to know what the extra baggage does! Depends on what you want. One level of answer to your query is that GNU has Lisp underneath it, so that if you want to do your own customization, there is a powerful programming environment to facilitate that. If you write programs in your emacs, then GNU has modes to support automatic indentation, parenthesis matching, and so on for languages like C and Lisp. As a text editor, it contains spell check, auto fill (although Microemacs does contain a slimmed down version too), and other generally friendly features. If you don't need that kind of power, just want to do "vanilla" text editing, and don't want to spend the memory costs, you don't need GNU. But there are lots of times when you get stuck needing to do something just a little fancy; the ability to write your own Lisp function or use a keypad macro is really handy.