[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: full compile...
From: |
kgold |
Subject: |
Re: full compile... |
Date: |
26 Mar 2003 21:56:48 GMT |
I think most of us use "make" with a makefile, and you will probably
want to do the same for a project of any decent size.
"make" is integrated with emacs, in that M-x compile runs make as the
default, and M-x next-error allows you to step through the errors
and jump to the source line with the error.
This works for C, C++, java, etc., and next-error works for grep and
occur.
You could modify emacs so that M-x compile runs javac, but learning
make is better in the long run.
"Tony Brown" <gtg137g@mail.gatech.edu> writes:
> is there anything in emacs.. that will let me compile a whole directory
> like javac *.java in dos?
--
--
Ken Goldman kgold@watson.ibm.com 914-784-7646