From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "lucatrv" Newsgroups: gmane.emacs.devel Subject: Re: add directory selection to the "compile" command Date: Wed, 4 Jul 2007 20:38:45 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1183574359 16270 80.91.229.12 (4 Jul 2007 18:39:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Jul 2007 18:39:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Denis Bueno" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 04 20:39:16 2007 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I69kx-00082R-Ti for ged-emacs-devel@m.gmane.org; Wed, 04 Jul 2007 20:39:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I69kx-0006re-Fu for ged-emacs-devel@m.gmane.org; Wed, 04 Jul 2007 14:39:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I69kd-0006U4-Ay for emacs-devel@gnu.org; Wed, 04 Jul 2007 14:38:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I69kb-0006QU-S9 for emacs-devel@gnu.org; Wed, 04 Jul 2007 14:38:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I69kb-0006QA-L1 for emacs-devel@gnu.org; Wed, 04 Jul 2007 14:38:53 -0400 Original-Received: from bay0-omc2-s33.bay0.hotmail.com ([65.54.246.169]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I69kb-0005xl-8A for emacs-devel@gnu.org; Wed, 04 Jul 2007 14:38:53 -0400 Original-Received: from hotmail.com ([65.54.174.76]) by bay0-omc2-s33.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Wed, 4 Jul 2007 11:38:51 -0700 Original-Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 4 Jul 2007 11:38:51 -0700 Original-Received: from 151.37.17.214 by BAY103-DAV4.phx.gbl with DAV; Wed, 04 Jul 2007 18:38:48 +0000 X-Originating-IP: [151.37.17.214] X-Originating-Email: [lucatrv@hotmail.com] X-Sender: lucatrv@hotmail.com X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-OriginalArrivalTime: 04 Jul 2007 18:38:51.0416 (UTC) FILETIME=[91232980:01C7BE6A] X-detected-kernel: Windows 2000 SP4, XP SP1+ X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:74302 Archived-At: > Using M-x recompile after the first M-x compile may solve your problem. > M-x > recompile remembers the last compile-command and default-directory. > > I frequently work like this: > > - switch to Makefile directory > - M-x compile RET > - begin edit-recompile-cycle loop: > * edit > * M-x recompile RET > * goto edit-recompile-cycle > > -Denis > Ops, I'm sorry, I didn't know about this.... Luca