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: Setting the value of `emacs-bzr-version' also from a git checkout Date: Sun, 13 Oct 2013 18:16:41 -0400 Message-ID: <0fk3hg3jg6.fsf@fencepost.gnu.org> References: <87a9is6g2a.fsf@igel.home> <87pprokewg.fsf@wanadoo.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1381702604 14228 80.91.229.3 (13 Oct 2013 22:16:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Oct 2013 22:16:44 +0000 (UTC) Cc: =?utf-8?Q?=C3=93scar?= Fuentes , Stefan Monnier , Emacs development discussions To: Dani Moncayo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 14 00:16:48 2013 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 1VVTxv-0005CK-Ly for ged-emacs-devel@m.gmane.org; Mon, 14 Oct 2013 00:16:47 +0200 Original-Received: from localhost ([::1]:34661 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVTxu-0001kw-Ub for ged-emacs-devel@m.gmane.org; Sun, 13 Oct 2013 18:16:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVTxr-0001kq-GZ for emacs-devel@gnu.org; Sun, 13 Oct 2013 18:16:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVTxq-0003Wo-Qy for emacs-devel@gnu.org; Sun, 13 Oct 2013 18:16:43 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33069) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVTxq-0003Wk-O6 for emacs-devel@gnu.org; Sun, 13 Oct 2013 18:16:42 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VVTxp-0005At-E8; Sun, 13 Oct 2013 18:16:41 -0400 X-Spook: security terrorist fraud lock picking Aldergrove Ft. X-Ran: =tTxEU'.{(Jz,g.>?9mDt#7kxcEtj.1D^Dn`b_s-?2P5c5mD6zQi?.t",w;wPrfl!#Cf6u X-Hue: cyan X-Attribution: GM In-Reply-To: (Dani Moncayo's message of "Sun, 13 Oct 2013 22:49:53 +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:164186 Archived-At: Dani Moncayo wrote: > Actually that patch was lacking a change in loadup.el: The call to > `emacs-bzr-get-version' now has to pass `t' in the EXTERNAL argument, > to open the possibility of asking the external version control program > (bzr or git) if the "internal" method fails. The existing bzr implementation intentionally does not call any external executable during building Emacs. (I have no opinion on/interest in what any git version should do.)