unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
Subject: Re: Emacs\compiling Java
Date: Wed, 02 Aug 2006 06:35:16 +0300	[thread overview]
Message-ID: <uejvzn72j.fsf@gnu.org> (raw)
In-Reply-To: <4521B78C-2F6D-4599-B991-10C34FEE0A1F@mac.com> (message from Frank Murray on Tue, 1 Aug 2006 20:21:02 -0400)

> From: Frank Murray <fjmurray1@mac.com>
> Date: Tue, 1 Aug 2006 20:21:02 -0400
> 
> What I cannot understand (basically) is that when I enter the compile  
> command,
> <Meta-x compile>, it prints out a line that reads "compile command  
> make -k..."
> 
> I assume its looking for some sort of "make -k" file.

No, it is asking for the command to compile your Java code.  "make -k"
is the default command, it assumes that you are compiling through the
Make utility, and that you wrote a Makefile that Make reads to know
how to compile.

If you are not familiar with this Make business, just edit the command
to be whatever you would type from the shell's prompt to compile your
Java source.  The prompt shows the default, but lets you edit it.

> Are there or is there any documentation on this?

There's the "Compilation" node in the Emacs on-line manual.  The
following key sequence will get you to it:

  C-h i m Emacs RET g Compilation RET

(`C-h' means press Control and type h.)

  reply	other threads:[~2006-08-02  3:35 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-28 21:33 Q on using shell mode remotely Drew Adams
2006-07-28 21:37 ` Drew Adams
2006-07-31 15:09 ` Kevin Rodgers
2006-07-31 16:35   ` Drew Adams
2006-07-31 17:51     ` Kevin Rodgers
2006-07-31 18:05       ` Drew Adams
2006-08-01 23:52         ` Kevin Rodgers
2006-08-02  0:21           ` Emacs\compiling Java Frank Murray
2006-08-02  3:35             ` Eli Zaretskii [this message]
2006-08-02 17:54               ` Kevin Rodgers
     [not found]           ` <mailman.4745.1154478071.9609.help-gnu-emacs@gnu.org>
2006-08-02 11:13             ` Hadron Quark
2006-08-02 15:42           ` Q on using shell mode remotely Drew Adams
2006-08-02 16:33             ` Drew Adams
2006-08-04  8:00             ` Drew Adams

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=uejvzn72j.fsf@gnu.org \
    --to=eliz@gnu.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).