From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrea Crotti Newsgroups: gmane.emacs.help Subject: Re: setting compile-command Date: Sat, 30 Apr 2011 16:40:00 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7BIT X-Trace: dough.gmane.org 1304174416 927 80.91.229.12 (30 Apr 2011 14:40:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 30 Apr 2011 14:40:16 +0000 (UTC) Cc: Emacs help To: Thomas Hisch Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 30 16:40:12 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QGBL8-0005G7-41 for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Apr 2011 16:40:10 +0200 Original-Received: from localhost ([::1]:35615 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGBL7-00086Z-Lq for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Apr 2011 10:40:09 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38214) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGBL1-00084l-Il for help-gnu-emacs@gnu.org; Sat, 30 Apr 2011 10:40:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGBL0-00023B-EM for help-gnu-emacs@gnu.org; Sat, 30 Apr 2011 10:40:03 -0400 Original-Received: from mta-2.ms.rz.rwth-aachen.de ([134.130.7.73]:45040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGBL0-00022u-8G for help-gnu-emacs@gnu.org; Sat, 30 Apr 2011 10:40:02 -0400 Original-Received: from ironport-out-1.rz.rwth-aachen.de ([134.130.5.40]) by mta-2.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0LKG00K7GZEP91E0@mta-2.ms.rz.RWTH-Aachen.de> for help-gnu-emacs@gnu.org; Sat, 30 Apr 2011 16:40:01 +0200 (CEST) X-IronPort-AV: E=Sophos;i="4.64,293,1301868000"; d="scan'208";a="109487558" Original-Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by ironport-in-1.rz.rwth-aachen.de with ESMTP; Sat, 30 Apr 2011 16:40:01 +0200 Original-Received: from plaetekopp (plaetekopp.informatik.RWTH-Aachen.DE [137.226.59.97]) by relay.rwth-aachen.de (8.14.4+Sun/8.13.8/1) with ESMTP id p3UEe0jA014728; Sat, 30 Apr 2011 16:40:00 +0200 (CEST) Original-Received: from crotti by plaetekopp with local (Exim 4.72) (envelope-from ) id 1QGBKy-0004FN-Oe; Sat, 30 Apr 2011 16:40:00 +0200 In-reply-to: User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 134.130.7.73 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80884 Archived-At: Thomas Hisch writes: > Thank you for the question! Coincidentally, I have the exact same > problem and I look forward to the answers! > > Regards > Thomas > Yes it's a bit annoying, strange because I think it should be easy to just get the path where the .dir-locals is... One way would be of course to recurse backward looking for it, that might be a solution, but I think there should be an easier one.