I don't use emacs much but I use vim. One way you can do what you're trying to do is by first making a Makefile (learn how to make them :-]) then, has to be in the same directory editing your source file with vim then you'd just have to hit escape then colon (:) and type make, after that you can type ":make run" (if you've made your Makefile well). --- Wei Weng <[EMAIL PROTECTED]> wrote: > You can always use shell command from emacs. (is it > M-x ! command_name?) > Say have two window open in one frame under emacs. > One is for editing and > another one is for the gcc thingy. > I don't know if there is any emacs scripts for making > your programming > more convenience(sp?). I like the way it is. I just > open more windows. :) > > On Wed, 31 Mar 1999, Darius Blaszijk wrote: > > > Hi all, > > > > Having my latest problems using DOS/WINDOWS, I > decided to start > > programming under LINUX. I installed LINUX redhat > 5.2 and bought myself > > the book L.A.D. I must say that I'm getting on > quite well (I had to > > learn also how to program in C). But here is where > my > > problems start. > > > > To do some programming I use for instance EMACS. > When I'm done I exit > > EMACS and run GCC and then run the program to see > if it does the thing I > > want it to do. This procedure is time consuming and > not eficient. > > > > Is there any compiler/editor/debugger-package > anvailable from the > > internet? Or am I missing something here? I've > noticed that MC has an > > edit feature which shows source code using > different colours. I find > > this very helpfull. > > > > Thanks a lot, > > > > Darius Blaszijk > > Get Your Private, Free Email at > http://www.hotmail.com > > > > ------------------------------------------------------------------ > Wei Weng | idol of the week: Utada Hikaru | > Part time oracle developer | CD of the week: first > love | > Full time J-ENT! NERD! (^^;; | o/~You will always be > my love o/~ | > ------------------------------------------------------------------ > > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
