From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sumit Narayan Newsgroups: gmane.emacs.help Subject: Re: Default compile directory Date: Fri, 21 Aug 2009 11:23:25 -0400 Message-ID: References: <87my5xlm0e.fsf@kanis.fr> <1c317b44-0094-4236-8f9c-55477f92b2fe@c14g2000yqm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1250926269 27222 80.91.229.12 (22 Aug 2009 07:31:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Aug 2009 07:31:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "A.Politz" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 22 09:31:02 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 1Mel40-00045T-W6 for geh-help-gnu-emacs@m.gmane.org; Sat, 22 Aug 2009 09:31:01 +0200 Original-Received: from localhost ([127.0.0.1]:54570 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mel40-0000TH-E7 for geh-help-gnu-emacs@m.gmane.org; Sat, 22 Aug 2009 03:31:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MeVxk-0001SM-E3 for help-gnu-emacs@gnu.org; Fri, 21 Aug 2009 11:23:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MeVxf-0001SA-BH for help-gnu-emacs@gnu.org; Fri, 21 Aug 2009 11:23:31 -0400 Original-Received: from [199.232.76.173] (port=34744 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MeVxe-0001S7-TE for help-gnu-emacs@gnu.org; Fri, 21 Aug 2009 11:23:27 -0400 Original-Received: from mail-ew0-f211.google.com ([209.85.219.211]:46298) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MeVxe-0000SM-Ha for help-gnu-emacs@gnu.org; Fri, 21 Aug 2009 11:23:26 -0400 Original-Received: by ewy7 with SMTP id 7so742147ewy.31 for ; Fri, 21 Aug 2009 08:23:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Otl+NZSffBKguamHccFsAQI5lwVVdPWer2vWkoOJ+Fw=; b=A4kmXX+z1K7uG1D3NSYt2aheYUMD6Jrf0zu1uOgga0wG5moTqYifoVR69w4uC1afs4 KvbKlvoXGhwyi+eGawMCCMK6BMJ6VYMRH9N6GqyGjOEAq+WqBh9ui3IrM+4eSbZy3pIP uVIGLqIjAbagzE5EzsmfXWuIQggw3W9jEhTFI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Axrwbk6VGn4/sSpGFaSqhQeGdNkmNdrP4buLoIfIN/Tkf3rCvFGQantIZlojwUFCmh UiOfJiHg8uV3CXmyZcFD+8FexhYgg2820+bf2Zg/ywTDGRwwNzC2Y95e4XmgmqvgsR0I fwlmOaDOZjRTIHiYNCnB6simWplzTCBSoAos0= Original-Received: by 10.210.88.16 with SMTP id l16mr1309397ebb.76.1250868205184; Fri, 21 Aug 2009 08:23:25 -0700 (PDT) In-Reply-To: <1c317b44-0094-4236-8f9c-55477f92b2fe@c14g2000yqm.googlegroups.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Sat, 22 Aug 2009 03:27:07 -0400 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:67378 Archived-At: Thanks Politz. I was also missing a dot. For those who might be looking at this in future, this is how I got it working. Add ((nil . ((compile-command . "cd ; make")))) in /.dir-locals.el. Sumit. On Fri, Aug 21, 2009 at 10:32 AM, A.Politz wrote: > On Aug 18, 9:59=C2=A0pm, Sumit Narayan wrote: > >> >> This is what I did: >> >> Added >> ((nil . ((setq compile-command "cd ; make")))) >> in /.dir-locals.el. >> >> [does not work] > > According to the info doc, the syntax is similar to a let-list. > So, delete the 'setq' and it should work. > > > > -ap >