Date: Fri, 12 Aug 1994 16:15:00 -0400 From: davis AT amy DOT tch DOT harvard DOT edu ("John E. Davis") To: djgpp AT sun DOT soe DOT clarkson DOT edu, wrh AT placer1 DOT wimsey DOT com Subject: RE: JED and djgpp >I have another question tho. I saw some conversation about text editors a >while back and decided to try jed. It works pretty snazzy. However: I >can't compile with make under jed; tells me there isn't enough memory to run >go32. The makefile.djg is designed for ndmake.exe--- not the make distributed with DJGPP. >I was using demacs, and it worked fine (but the delete/backspace thing was >making me crazy). I have a 486, and 4 meg ram, and a big hard drive. I >really like the jed syntax hilight and the 'conformist' key layout, but I >want to be able to compile in a window. Did you try ESC-X compile? Since DOS does not multitask, the compileation is ran as a subprocess. When it finshes, control returns to the editor. SImply press Ctrl-X ' to go from one error to the other. --John