From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Emacs-diffstrunk r117208: * lisp/files.el (locate-dominating-file): Expand file argument. Date: Sun, 01 Jun 2014 19:59:19 +0200 Message-ID: <87iooko6iw.fsf@gmx.de> References: <87ha45vzkm.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1401645593 9126 80.91.229.3 (1 Jun 2014 17:59:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Jun 2014 17:59:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 01 19:59:46 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WrA2r-0000XP-T4 for ged-emacs-devel@m.gmane.org; Sun, 01 Jun 2014 19:59:46 +0200 Original-Received: from localhost ([::1]:41588 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrA2r-0006Vj-Gk for ged-emacs-devel@m.gmane.org; Sun, 01 Jun 2014 13:59:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrA2j-0006Np-7C for emacs-devel@gnu.org; Sun, 01 Jun 2014 13:59:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrA2d-00052Y-Af for emacs-devel@gnu.org; Sun, 01 Jun 2014 13:59:37 -0400 Original-Received: from mout.gmx.net ([212.227.15.19]:64892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrA2W-0004sZ-U0; Sun, 01 Jun 2014 13:59:25 -0400 Original-Received: from detlef.gmx.de ([87.146.60.64]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MWSwU-1XJ7Gl2ouo-00XbM2; Sun, 01 Jun 2014 19:59:21 +0200 In-Reply-To: (Glenn Morris's message of "Sun, 01 Jun 2014 13:23:58 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-Provags-ID: V03:K0:y2Srct09239SNtLAKYOLsE6yMURE14BajZ5gTGWkaBTllTYz0bu gK8DvfUXdrz+wpOmRuPI+IF6aCM9AenGGtKewzg1dYio4zgOveVGASNcHynQwHGadzBm1B3 N1owog6FTIZD5x6vzUesqyUe/Z0AOJEwxWcwtui2a2umo+Wmd2bYrUFkJpm0r2GK/wrJy+f NOwuhdA+NE4/Vzgvufgfg== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.19 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172244 Archived-At: Glenn Morris writes: > It will be harmless to set BZR_HOME if something other than bzr is used. > But you should be able to make the setting conditional on bzr being > chosen, if you like. (I could not figure out if I needed to modify > process-environment or tramp-remote-process-environment, and if the > latter needed to be changed early on.) It's tramp-remote-process-environment. I'll set it in tramp-test29-vc-registered with my next commit. >> OTOH, it's not guaranteed that all people have set BZR_HOME. > > I don't understand. I meant that bzr could behave different, depending whether BZR_HOME is set, or not. Don't know. But *this* is not the purpose of tramp-test29-vc-registered. If needed it could be tested in vc-bzr-test*. Now I have tons of traces on hydra. I'll dig through them, until I'll see what happens. Unfortunately, this problem does not occur in my local Emacs trunk stanza. Best regards, Michael.