From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?b?UsO8ZGlnZXI=?= Sonderfeld Newsgroups: gmane.emacs.help Subject: Directory Local Variables: Path to .dir-locals.el Date: Sat, 12 Dec 2009 15:11:09 +0000 (UTC) Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1260632585 19335 80.91.229.12 (12 Dec 2009 15:43:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Dec 2009 15:43:05 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 12 16:42:58 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 1NJU7U-0008AK-BE for geh-help-gnu-emacs@m.gmane.org; Sat, 12 Dec 2009 16:42:56 +0100 Original-Received: from localhost ([127.0.0.1]:49819 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJU7U-0003OA-79 for geh-help-gnu-emacs@m.gmane.org; Sat, 12 Dec 2009 10:42:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NJU4s-0001BG-LL for help-gnu-emacs@gnu.org; Sat, 12 Dec 2009 10:40:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJU4n-00016Y-Lr for help-gnu-emacs@gnu.org; Sat, 12 Dec 2009 10:40:13 -0500 Original-Received: from [199.232.76.173] (port=34819 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJU4n-00016K-FH for help-gnu-emacs@gnu.org; Sat, 12 Dec 2009 10:40:09 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:32991) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NJU4n-00066m-00 for help-gnu-emacs@gnu.org; Sat, 12 Dec 2009 10:40:09 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NJU4j-0006vr-KR for help-gnu-emacs@gnu.org; Sat, 12 Dec 2009 16:40:05 +0100 Original-Received: from 188-23-88-47.adsl.highway.telekom.at ([188.23.88.47]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Dec 2009 16:40:05 +0100 Original-Received: from ruediger by 188-23-88-47.adsl.highway.telekom.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Dec 2009 16:40:05 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 188.23.88.47 (Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091119 Ubuntu/9.10 (karmic) Firefox/3.5.5) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:70620 Archived-At: Hello, is there a way to get the location of the .dir-locals.el file inside the .dir-locals.el file? I try to do something like that ((c++-mode . ((compile-command (concat "cd " PATH-TO-DIR-LOCALS-EL " && make"))))) Basically I need something like default-directory but for the .dir-locals.el. Regards, RĂ¼diger