Short answer: NTEmacs.

I have been using NTEmacs (not Xemacs) since 1998. And I've never looked back. I also use emacs on XWindows and emacs-nox in text mode. All these flavours of emacs are driven from my same .emacs files.

NTEmacs is great. I prefer it over XEmacs cause XEmacs appears to be missing bits. I could be wrong but I just prefer the raw power of the real thing.

I use cperl-mode mostly, and combinations of html-mode/mmm-mode for editing MASON files.

Emacs is hard to learn, but not as hard to learn as vi, as you can customise everything out of Emacs. cua-mode.el is a great method of simulating cut and paste behaviour that Win32 has.

The Emacs FAQ is a great thing to read, particularly the NTEmacs FAQ. You'll find it linked from the Emacs FAQ.

I also keep clear of Cygwin.. I tried it once, now I much prefer using ActiveState perl for Win32, and MinGW if I need to compile native C apps.

A Note About ActiveState Perl

Frequently one wants to install modules off CPAN, and sometimes activestate doesn't have a pre-packaged PPM suitable. In this case running through the make process for that module is something you'll have to do.

If you download MinGW then be sure to install the CPAN module ExtUtils::FakeConfig. Once you've done that then you can make pretty much any module off CPAN by typing make -mConfig_m makefile.pl. That will generate a makefile compatible with the MinGW compiler should the module include C routines that require compilation.


In reply to Re: OT: Xemacs or Emacs? by monarch
in thread OT: Xemacs or Emacs? by tphyahoo

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.