comp.lang.ada
 help / color / mirror / Atom feed
From: Stephen Leake <Stephen.Leake@gsfc.nasa.gov>
Subject: Re: Combining Rational VADS and Emacs
Date: 1999/11/03
Date: 1999-11-03T00:00:00+00:00	[thread overview]
Message-ID: <uln8f1o3u.fsf@gsfc.nasa.gov> (raw)
In-Reply-To: 381959FE.886DFC86@rdel.co.uk

Jon Klaff <Jon.Klaff@rrds.co.uk> writes:

> We have a directory structure as follows;
> 
> Project
>    Sub-module
>       Edited Files
>       Source Files
> 
> The ideology is that a file is edited in the
> Edited Files directory and then moved into the
> Source Files directory for compilation.

This seems like it will be extremely error-prone. You'll either forget
to copy the edited file (hence your request for a tool), or you'll
start editing in the Source directory.

I suggest you leave the source code in one directory, and use CVS to
manage the version history. See www.cyclic.com for the current CVS
distribution. 

> A makefile
> exists in the Sub-module directory in order to
> make the sub-module (and one in the Project
> directory to do the entire project). I would like
> to be able to automatically copy files from the
> edited files directory into the source files
> directory, move up a directory and run the make
> command from there.

You can easily run make from emacs; see the emacs help on 'compile'.

> and trying to get EMACS to work with it. I do not
> have the first clue where to start though. 

See the general Emacs web site:

http://www.gnu.org/software/emacs/emacs.html

there are lots of sources of information on how to use emacs.

-- Stephe




      parent reply	other threads:[~1999-11-03  0:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-29  0:00 Combining Rational VADS and Emacs Jon Klaff
1999-10-29  0:00 ` Ted Dennison
1999-10-29  0:00 ` Kai Gro�johann
1999-11-03  0:00 ` Stephen Leake [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox