From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Josh Newsgroups: gmane.emacs.devel Subject: Re: Setting the value of `emacs-bzr-version' also from a git checkout Date: Wed, 2 Oct 2013 07:36:02 -0700 Message-ID: References: <87a9is6g2a.fsf@igel.home> <87pprokewg.fsf@wanadoo.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b5d237cde9c3604e7c2febb X-Trace: ger.gmane.org 1380724604 22182 80.91.229.3 (2 Oct 2013 14:36:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Oct 2013 14:36:44 +0000 (UTC) Cc: =?ISO-8859-1?Q?=D3scar_Fuentes?= , Emacs development discussions , Dani Moncayo To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 02 16:36: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 1VRNXk-00063Y-4v for ged-emacs-devel@m.gmane.org; Wed, 02 Oct 2013 16:36:48 +0200 Original-Received: from localhost ([::1]:36400 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRNXj-0004ZX-QV for ged-emacs-devel@m.gmane.org; Wed, 02 Oct 2013 10:36:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRNXd-0004ZG-3J for emacs-devel@gnu.org; Wed, 02 Oct 2013 10:36:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRNXV-0003cj-D0 for emacs-devel@gnu.org; Wed, 02 Oct 2013 10:36:41 -0400 Original-Received: from mail-qc0-f173.google.com ([209.85.216.173]:52139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRNXV-0003cb-9G for emacs-devel@gnu.org; Wed, 02 Oct 2013 10:36:33 -0400 Original-Received: by mail-qc0-f173.google.com with SMTP id c3so577774qcv.4 for ; Wed, 02 Oct 2013 07:36:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=lciqT/YFjYxfyHN77suRNYD2d5LATSibbwQ06eUsE1w=; b=E/w5Gix/b9aMMfjK1jxbLjVCJE5MMUVw8yN5Ddqjo8EfzXhFokDzbv5ANzN/xLBkm+ Kd/6C6OEGdGumR+ZwyAB9MWAaGA1cdtadoeFtXqu1m4vo4HPjY6KNibnt5AFupb2dbVu e0lo00D17uWkut5OxikEOCQMAAtW1j5pW8Zya5sHPBUXxEMiN5SBydDChTmxP+VXAD23 SnGF5N6x+82MPW34UAU3Q6CkIrO6uGkzAeUmXpGR291oLd76ukT16hUmqqR34YgCRg95 AAIvo9sH2ZLxr0UsgFL0/o/9pv9b1eet40DAK6ID3p2zkdVPLJ58WYbCQ7YZPJO0wjI+ rV5Q== X-Gm-Message-State: ALoCoQn3vj6zZfxmbrliR7Dm2xItRGuF8PO8uQIBvw6GhqacEfzQVfHf/MuP2CCRmG9KePDEQjsH X-Received: by 10.49.71.239 with SMTP id y15mr3281182qeu.14.1380724592510; Wed, 02 Oct 2013 07:36:32 -0700 (PDT) Original-Received: by 10.49.38.162 with HTTP; Wed, 2 Oct 2013 07:36:02 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: JkIx2nUZJ0J3imAGMKJ838PxIkE X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.216.173 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:163809 Archived-At: --047d7b5d237cde9c3604e7c2febb Content-Type: text/plain; charset=ISO-8859-1 On Tue, Oct 1, 2013 at 5:22 PM, Stefan Monnier wrote: > > Therefore, what I'd like is that "emacs-bzr-version" gave the exact > > same string from an Emacs built from either bzr-trunk or git-master. > > Patch welcome, > > > Stefan > If someone supplies a patch it will resolve the bug I filed about this last week: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15468 --047d7b5d237cde9c3604e7c2febb Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

On Tue, Oct 1, 2013 at 5:22= PM, Stefan Monnier <monnier@iro.umontreal.ca> wrote:=
> Th= erefore, what I'd like is that "emacs-bzr-version" gave the e= xact
> same string from an Emacs built from either bzr-trunk or git-master.
Patch welcome,


=A0 =A0 =A0 =A0 Stefan

If someone supplies a patch it will resolve the bug = I filed about this last week:
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D15468=

--047d7b5d237cde9c3604e7c2febb--