From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Build failure on M$ (using MSVC): Patch enclosed Date: Thu, 22 May 2008 11:49:27 -0400 Message-ID: References: <85od6yltju.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211471584 11786 80.91.229.12 (22 May 2008 15:53:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 May 2008 15:53:04 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 22 17:53:41 2008 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 1JzD4d-0006wL-Ep for ged-emacs-devel@m.gmane.org; Thu, 22 May 2008 17:51:23 +0200 Original-Received: from localhost ([127.0.0.1]:53801 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzD3t-0008AE-21 for ged-emacs-devel@m.gmane.org; Thu, 22 May 2008 11:50:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JzD3V-0007ti-F8 for emacs-devel@gnu.org; Thu, 22 May 2008 11:50:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JzD3T-0007so-4V for emacs-devel@gnu.org; Thu, 22 May 2008 11:50:11 -0400 Original-Received: from [199.232.76.173] (port=60415 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzD3T-0007sf-0j for emacs-devel@gnu.org; Thu, 22 May 2008 11:50:11 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:41681) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JzD3J-00062m-EK; Thu, 22 May 2008 11:50:01 -0400 Original-Received: from ceviche.home (vpn-132-204-232-121.acd.umontreal.ca [132.204.232.121]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id m4MFoIuq021674; Thu, 22 May 2008 11:50:18 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 78FD270910; Thu, 22 May 2008 11:49:27 -0400 (EDT) In-Reply-To: (dhruva's message of "Thu, 22 May 2008 12:40:59 +0530") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3021=0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:97533 Archived-At: > The locate-dominating-file restricts me to see in folders that are in > the hierarchy of my HOME folder only. No, you can put them anywhere you want. > at a different mount point and development tree in a different mount > point. They do not share the same tree apart from the root '/'. If I > (and other users) need to have default settings for the build tree, I > would put it in the mount folder of the build tree. With the recent > changes, it will never see is as the tree does not share my HOME. Huh, what makes you think so? > Ex: > Build dir: > /mnt/dev/build/users/dhruva/branch/... > Home: > /u/users/dhruva You can plce your .dir-settings.el anywhere along /mnt/dev/build/users/dhruva/branch/... It probably will be ignored if it's higher than /mnt/dev/build/users/dhruva since I guess the owner is different, but /mnt/dev/build/users/dhruva/.dir-settings.el should work just fine. > change some values (like CVSROOT for different projects) will have a [ You normally don't need to set CVSROOT for each project. ] Stefan