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 X-Google-Attributes: gid102b9a,public X-Google-Thread: 103376,a26e6382b43311b5 X-Google-Attributes: gid103376,public From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro�johann) Subject: Re: Combining Rational VADS and Emacs Date: 1999/10/29 Message-ID: #1/1 X-Deja-AN: 542111795 References: <381959FE.886DFC86@rdel.co.uk> Content-Type: text/plain; charset=us-ascii Organization: University of Dortmund, Germany Mime-Version: 1.0 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) Emacs/20.4 Newsgroups: comp.lang.ada,comp.emacs Date: 1999-10-29T00:00:00+00:00 List-Id: Jon Klaff writes: > 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. You can type M-x compile RET, then enter any shell command. If you can do it with a shell command from within xterm, you should be able to do it with a shell command in M-x compile RET. Maybe you need to print appropriate `entering directory' and `leaving directory' messages, as well. See the variables compilation-enter-directory-regexp-alist and compilation-leave-directory-regexp-alist for details. kai -- Life is hard and then you die.