From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Rodrigo Canellas Newsgroups: gmane.emacs.help Subject: Re: build-and-save-all Date: Fri, 3 Dec 2004 20:43:02 -0200 Message-ID: <200412032043.02684.r.canellas@terra.com.br> References: <319hjsF38ml0oU1@individual.net> <319i5kF398ffhU1@individual.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1102114274 550 80.91.229.6 (3 Dec 2004 22:51:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Dec 2004 22:51:14 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 03 23:51:08 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CaMGZ-0002pr-00 for ; Fri, 03 Dec 2004 23:51:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CaMQB-0003Pg-RR for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Dec 2004 18:01:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CaMQ2-0003PR-W5 for help-gnu-emacs@gnu.org; Fri, 03 Dec 2004 18:00:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CaMQ1-0003P7-Ri for help-gnu-emacs@gnu.org; Fri, 03 Dec 2004 18:00:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CaMQ1-0003Ov-Ko for help-gnu-emacs@gnu.org; Fri, 03 Dec 2004 18:00:53 -0500 Original-Received: from [200.154.55.227] (helo=itapoa.terra.com.br) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CaMGA-0007NY-1j for help-gnu-emacs@gnu.org; Fri, 03 Dec 2004 17:50:42 -0500 Original-Received: from pasto.terra.com.br (pasto.terra.com.br [200.154.55.137]) by itapoa.terra.com.br (Postfix) with ESMTP id 2A0B730CF5D for ; Fri, 3 Dec 2004 20:50:40 -0200 (BRST) X-Terra-Karma: -2% X-Terra-Hash: c5cc2f6bab4785b7d558c6ee7db02e29 Original-Received: from 160228254.rjo.virtua.com.br (160228254.rjo.virtua.com.br [200.160.228.254]) (authenticated user r.canellas) by pasto.terra.com.br (Postfix) with ESMTP id D2E9079400E for ; Fri, 3 Dec 2004 20:50:39 -0200 (BRST) Original-To: help-gnu-emacs@gnu.org User-Agent: KMail/1.6.2 In-Reply-To: <319i5kF398ffhU1@individual.net> Content-Disposition: inline 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: main.gmane.org gmane.emacs.help:22550 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22550 Thanks! I will try that and let you know. Em Quinta 02 Dezembro 2004 20:09, Kevin Rodgers escreveu: > Kevin Rodgers wrote: > > (defun compile-project () > > "Compile the project to which this source file belongs." > > (interactive) > > ;; ./project.dir must be a symbolic link to the project directory: > > (let ((default-directory (file-truename "project.dir"))) > > (compile "make"))) > > I forgot the part about saving all the buffers: > > (defun compile-project () > "Compile the project to which this source file belongs." > (interactive) > ;; ./project.dir must be a symbolic link to the project directory: > (let ((default-directory (file-truename "project.dir")) > (compilation-ask-about-save nil)) > (compile "make"))) =2D-=20 Rodrigo Canellas Engenheiro de Sistemas de Informa=E7=E3o