From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolaj Schumacher Newsgroups: gmane.emacs.help Subject: Re: Default compile directory Date: Tue, 18 Aug 2009 23:51:15 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1250632318 22492 80.91.229.12 (18 Aug 2009 21:51:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Aug 2009 21:51:58 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Sumit Narayan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 18 23:51:51 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MdWar-0006cg-Lk for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Aug 2009 23:51:49 +0200 Original-Received: from localhost ([127.0.0.1]:60201 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdWar-0000j9-6r for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Aug 2009 17:51:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MdWaV-0000iq-Ah for help-gnu-emacs@gnu.org; Tue, 18 Aug 2009 17:51:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MdWaT-0000hA-RA for help-gnu-emacs@gnu.org; Tue, 18 Aug 2009 17:51:25 -0400 Original-Received: from [199.232.76.173] (port=42648 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdWaT-0000h6-L8 for help-gnu-emacs@gnu.org; Tue, 18 Aug 2009 17:51:25 -0400 Original-Received: from dd18200.kasserver.com ([85.13.138.168]:37301) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MdWaT-0004GQ-2h for help-gnu-emacs@gnu.org; Tue, 18 Aug 2009 17:51:25 -0400 Original-Received: from thursday.local (unknown [92.116.39.118]) by dd18200.kasserver.com (Postfix) with ESMTP id B53251814B893; Tue, 18 Aug 2009 23:51:25 +0200 (CEST) In-Reply-To: (Sumit Narayan's message of "Mon, 17 Aug 2009 17:12:49 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (darwin) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:67259 Archived-At: Sumit Narayan wrote: > The problem: I have a many sub-folders in my project and when I edit a > file deep inside subfolders and do M-x compile, I end up running make > in that subfolder, instead of the root folder. Is there any way for > Emacs to always run compile in the default folder? In most cases you'll want to use M-x recompile to avoid this. regards, Nikolaj Schumacher