The command to run a shell command in a buffer is,
*compilation* is selected and this
is where all output from the program is printed.
When the process finishes running a message is printed in the
*compilation* buffer telling you its exit-code.
Only one process may be run with the compile function at once.
This command is not available on the Amiga version yet.
compile command. It is often useful to embed the
command needed to compile a file in the `Local Variables:' section of that
file, See section File Variables.
For example, the following piece of text placed at the end of the file
`foo.c' would set compile-command appropriately.
/* * Local Variables: * compile-command:"gcc -g -O2 -Wall -o foo foo.c" * End: */
compile-command
variable when it is undefined. Jade originally defines this as `make'.
Go to the first, previous, next, last section, table of contents.