From: "David C. Hoos, Sr." Newsgroups: comp.os.msdos.djgpp Subject: Re: Windows IDE that works with djgpp? Date: Thu, 25 Nov 1999 04:29:23 -0600 Content-Transfer-Encoding: 7bit References: <81fqjq$3pfk$1 AT newssvr03-int DOT news DOT prodigy DOT com> <81i6oa$5bh6$1 AT newssvr03-int DOT news DOT prodigy DOT com> X-Posted-Path-Was: not-for-mail Content-Type: text/plain; charset="iso-8859-1" X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-ELN-Date: 25 Nov 1999 10:28:43 GMT X-ELN-Insert-Date: Thu Nov 25 03:25:24 1999 Organization: Ada95 Press, Inc. X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 Lines: 41 Mime-Version: 1.0 NNTP-Posting-Host: sdn-ar-002alhuntp288.dialsprint.net Message-ID: <81j30r$el3$1@ash.prod.itd.earthlink.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Raj wrote in message news:81i6oa$5bh6$1 AT newssvr03-int DOT news DOT prodigy DOT com... > > Well, Grasp and DFE95 both look like great tools...I have them both working, > and both have good unique features. Which one I stick with is yet to be > determined -- thanks for all the input. > Well... not to muddy the waters.. but I use emacs for these reasons: 1. It's available for, and provides the same user interface both on Windows and all known flavors of UNIX. Not needing to mentally "shift gears" when moving from platform to platform. 2. Emacs has modes for editing a plethora of languages and file types. It understands shell scripts Makefiles, and source code for Ada, C, etc., etc. It provides syntax highlighting, the ability to compile and build from within the editor, and to jump to the declaration of an identifier (even if it's in a different file), and to provide a list of references to an identifier, for some languages. 3. Emacs is extensible, so that any of the described features can be implemented for other languages, or enhanced to suit your preferences. 4. Emacs has a desktop mode that remembers the file(s) on which you were working, the search strings you were using, etc., etc. 5. Emacs is free, and very well supported by the user community -- mail lists, FAQs, etc., etc. 6. Its GNU. It's available for Win32 at: ftp://ftp.cs.washington.edu/pub/ntemacs/20.4/ You would want (as a minimum): emacs-20.4-bin-i386.tar.gz