From: f DOT natter AT ndh DOT net (Felix Natter) Newsgroups: comp.os.msdos.djgpp Subject: Re: rhide for djgpp Date: Sat, 29 May 1999 12:04:11 GMT Organization: Customer of NDH Netzwerkdienste Hoeger GmbH Lines: 31 Message-ID: <374fd4a0.2867927@news.ndh.net> References: NNTP-Posting-Host: port189.bonn.ndh.net X-Trace: public.ndh.net 927979353 7089 195.94.93.189 (29 May 1999 12:02:33 GMT) X-Complaints-To: abuse AT ndh DOT net NNTP-Posting-Date: 29 May 1999 12:02:33 GMT X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com you can use the nt-version of emacs. it has syntax highlighting and indentation that you can endlessly customize, and for building you'd use makefiles. but this is *hard* if you're new to emacs: it has a whole different way of cut&paste (not shift/ctrl+ins/del), and debugging is done in a command-line fashion (as far as I got to know it). I'm still struggling with lots of things, and I think you really need to learn elisp to really get down to using emacs efficiently as an IDE. (programming in Java is rather comfortable, there is a package called JDE which makes it easy. however, I don't know of any such packages for C/C++). I think using emacs as an IDE is a playful thing - you have to want to struggle with all the emacs stuff, and this will mean that it will cut down on programming efficiency. Felix Natter On Fri, 28 May 1999 15:44:30 +1000 (EST), June Elizabeth Budgeon <079547 AT bud DOT cc DOT swin DOT edu DOT au> wrote: >i was wondering if anyone has any suggestions as to an editor that i can >use for djgpp, i am currently using rhide, and was considering using >dhe95 until i heard from a reliable source that dfe95 has a tendancy to >destroy computers. any sugeestions? ( i currently run windows 98 on a >pentium II) > >-- june > >