From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Emacs-diffstrunk r117208: * lisp/files.el (locate-dominating-file): Expand file argument. Date: Sun, 01 Jun 2014 18:22:50 -0400 Message-ID: References: <87ha45vzkm.fsf@gmx.de> <87iooko6iw.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1401661384 6709 80.91.229.3 (1 Jun 2014 22:23:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Jun 2014 22:23:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 02 00:22:58 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 1WrE9Z-0004IC-Nu for ged-emacs-devel@m.gmane.org; Mon, 02 Jun 2014 00:22:57 +0200 Original-Received: from localhost ([::1]:42216 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrE9Z-0002t7-9Z for ged-emacs-devel@m.gmane.org; Sun, 01 Jun 2014 18:22:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrE9T-0002t0-U0 for emacs-devel@gnu.org; Sun, 01 Jun 2014 18:22:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrE9T-00053r-8H for emacs-devel@gnu.org; Sun, 01 Jun 2014 18:22:51 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35147) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrE9T-00053n-5F for emacs-devel@gnu.org; Sun, 01 Jun 2014 18:22:51 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WrE9S-00031I-Os; Sun, 01 Jun 2014 18:22:50 -0400 X-Spook: JUWTF MD2 Dateline offensive information warfare Dick X-Ran: hA`]:_AH]EFBW474nN/:e:z9[Jf%|4Z5{ynS/]PcU/z[L-8P%>^I^w|;io\] (Michael Albinus's message of "Sun, 01 Jun 2014 19:59:19 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:172249 Archived-At: Michael Albinus wrote: > I meant that bzr could behave different, depending whether BZR_HOME is > set, or not. Don't know. I think that would be bzr's problem, not ours. > Unfortunately, this problem does not occur in my local Emacs trunk > stanza. Nor mine. HOME does not exist on hydra. HOME=/foo bzr st README returns non-zero, which will be very confusing for Emacs. This is why I recommend setting BZR_HOME to a temporary, existing directory. I think that's the first thing to check.