help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compile Command


From: Kai Großjohann
Subject: Re: Compile Command
Date: 29 Sep 2000 12:52:01 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.0.90

On Fri, 29 Sep 2000, Srinivas R. Chidumalla wrote:

> I want to know, how do i get a command "javac <CurrentFileName>" in
> emacs/xemacs.

JDE provides this by default.  If you don't want to use JDE, you can
put something like the following near the end of your file:

/* Local Variables: */
/* compile-command: "javac foo.java" */
/* End: */

Then you can type M-x compile RET to invoke the compiler.

kai
-- 
I like BOTH kinds of music.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]