From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 102b9a,a26e6382b43311b5,start X-Google-Attributes: gid102b9a,public X-Google-Thread: 103376,a26e6382b43311b5,start X-Google-Attributes: gid103376,public From: Jon Klaff Subject: Combining Rational VADS and Emacs Date: 1999/10/29 Message-ID: <381959FE.886DFC86@rdel.co.uk>#1/1 X-Deja-AN: 541980685 Content-Transfer-Encoding: 7bit X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: postmaster@rdel.co.uk X-Trace: rdel.co.uk 941185631 19278 130.141.44.128 (29 Oct 1999 08:27:11 GMT) Organization: Racal Defence Electronics Mime-Version: 1.0 NNTP-Posting-Date: 29 Oct 1999 08:27:11 GMT Newsgroups: comp.lang.ada,comp.emacs Date: 1999-10-29T08:27:11+00:00 List-Id: I am currently using the Rational VADS compiler and trying to get EMACS to work with it. I do not have the first clue where to start though. My main desire is to do the following: 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. 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. I currently do this via an xterm away from emacs. I would like to be able to do it from within Emacs, even down to a basic compilation of a single file level. I have had a lot of experience using Emacs, but not much in customizing it! Any help will be greatly appreciated. -- Jonathan Klaff Software Engineer Racal Defence Electronics Radar and Electronic Warfare Division Manor Royal, Crawley, West Sussex, RH10 2PZ Tel : 01293 645137 E-mail: Jon.Klaff@rdel.co.uk