Date: Sun, 7 Jul 1996 10:30:03 +0200 (IST) From: Eli Zaretskii To: Jason Ditz Cc: djgpp AT delorie DOT com Subject: Re: Emacs? Where and what version? In-Reply-To: <4rmc7j$s4v@tribune.concentric.net> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 6 Jul 1996, Jason Ditz wrote: > Anyways, I looked for it and it said that in v18 they took out support > for C/C++. I don't know where did you read this. Emacs supports C/C++ and I don't think it will ever drop it. Get the latest version from one of the GNU ftp sites (the main site is ftp.gnu.ai.mit.edu), in the pub/gnu directory, file emacs-19.31.tar.gz and compile it with DJGPP v2. The file INSTALL describes how do you do this. > On another topic, is there a shareware/freeware Macro Assembler out > there? I really don't want to spend $125 for MASM 6.0 DJGPP comes with an assembler. In fact, you cannot even compile without an assembler, because the compiler doesn't generate the machine code directly.