all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Sebastien Vauban" <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
To: help-gnu-emacs-mXXj517/zsQ@public.gmane.org
Subject: Re: Emacs trunk binary on Dropbox
Date: Tue, 01 Oct 2013 11:34:15 +0200	[thread overview]
Message-ID: <86had15o88.fsf@somewhere.org> (raw)
In-Reply-To: mailman.3203.1380618754.10748.help-gnu-emacs@gnu.org

Dani Moncayo wrote:
>> Tiens, I now don't see any Bazar revision anymore:
>>
>>   ╭────
>>   │ emacs-bzr-version is a variable defined in `version.el'.
>>   │ Its value is nil
>>   │
>>   │ Documentation:
>>   │ String giving the bzr revision from which this Emacs was built.
>>   │ The format is: [revno] revision_id, where revno may be absent.
>>   │ Value is nil if Emacs was not built from a bzr checkout, or if we could
>>   │ not determine the revision.
>>   ╰────
>>
>> Is this normal?
>
> I guess this is due to the fact that now I'm making my builds from the
> git repository [1], instead of the bzr branch.
>
> Anyway, if you want to know the bzr revno associated with a binary,
> just look at the archive name.

Yes, I knew that; but it's simply because I had taken the habit of displaying
the revision number in the window title, so that every screenshot would
explicitly display with which version the problem occurred.

--8<---------------cut here---------------start------------->8---
  (setq frame-title-format
        (format "Emacs %s rev:%s pid:%d"
                emacs-version
                (ignore-errors
                  (replace-regexp-in-string " .*" "" emacs-bzr-version))
                (emacs-pid)))
--8<---------------cut here---------------end--------------->8---

Best regards,
  Seb

-- 
Sebastien Vauban


  parent reply	other threads:[~2013-10-01  9:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-01  7:55 Emacs trunk binary on Dropbox Sebastien Vauban
2013-10-01  8:29 ` Dani Moncayo
     [not found] ` <mailman.3202.1380616171.10748.help-gnu-emacs@gnu.org>
2013-10-01  8:46   ` Sebastien Vauban
2013-10-01  9:12     ` Dani Moncayo
2013-10-01 16:01       ` Eli Zaretskii
2013-10-01 16:08         ` Dani Moncayo
2013-10-01 16:22           ` Lennart Borgman
2013-10-01 16:36             ` Andreas Schwab
2013-10-01 17:48           ` Eli Zaretskii
2013-10-02  3:00           ` Stephen J. Turnbull
     [not found]     ` <mailman.3203.1380618754.10748.help-gnu-emacs@gnu.org>
2013-10-01  9:34       ` Sebastien Vauban [this message]
2013-10-01  9:58         ` Dani Moncayo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86had15o88.fsf@somewhere.org \
    --to=sva-news-d0wtavr13harg/idocfnwg@public.gmane.org \
    --cc=help-gnu-emacs-mXXj517/zsQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.