From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hadron Quark Newsgroups: gmane.emacs.help Subject: Re: Emacs\compiling Java Date: Wed, 02 Aug 2006 13:13:15 +0200 Message-ID: <873bcfl7as.fsf@mail.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1154518845 31926 80.91.229.2 (2 Aug 2006 11:40:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Aug 2006 11:40:45 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 02 13:40:41 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G8F5K-000670-Lk for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Aug 2006 13:40:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G8F5K-0002cc-4z for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Aug 2006 07:40:22 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 49 Original-X-Trace: individual.net q7NogVIfqj81/5G1dz1P1AiUfhzl/AqYHdVlyAj/5BoiKYoIN2 X-Orig-Path: news.ibm.net!news X-Face: 2h#||Cd#d%F*NCm59[_6/{1a@jy%; |j>{D~4^gKg(^i%7j0IK?+,/GmW&:CD5fEKb_! User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:Gax5/P6/QpsE39iouFlNQbZ/G1c= Original-Xref: shelby.stanford.edu gnu.emacs.help:140788 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:36415 Archived-At: Frank Murray writes: > Hello, > > This is a newbie question, just so everyone knows. I am trying to > compile a > Java program in Emacs using a terminal window running under Mac OS X, > v10.4.7. > > What I cannot understand (basically) is that when I enter the compile > command, > , it prints out a line that reads "compile command > make -k..." > > I assume its looking for some sort of "make -k" file. Is that > soemthing I create? > What exactly would a make -k file for a Java program under Emacs look > like? No. This is the default "compile command" which is sent to the shell. Replace it with your usual command line java compilation string such as "javac xyz" or whatever it is. do "C h v compile-command" "C h f compile" for more info good luck > > Are there or is there any documentation on this? Any info is > appreciated. Thanks. > > fjm >> >> >> >> _______________________________________________ >> help-gnu-emacs mailing list >> help-gnu-emacs@gnu.org >> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs > > > --