all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: kgold@watson.ibm.com (kgold)
Subject: Re: full compile...
Date: 26 Mar 2003 21:56:48 GMT	[thread overview]
Message-ID: <b5t7n0$17f2$1@news.btv.ibm.com> (raw)
In-Reply-To: b5rg60$cku$1@news-int.gatech.edu


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

  reply	other threads:[~2003-03-26 21:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-26  6:09 full compile Tony Brown
2003-03-26 21:56 ` kgold [this message]
2003-03-27  1:07 ` Ryan Shaw
2003-03-27  3:53 ` Eli Zaretskii
     [not found] ` <mailman.3705.1048727260.21513.help-gnu-emacs@gnu.org>
2003-03-27  5:45   ` Unknown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='b5t7n0$17f2$1@news.btv.ibm.com' \
    --to=kgold@watson.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.