help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs trunk binary on Dropbox


From: Sebastien Vauban
Subject: Re: Emacs trunk binary on Dropbox
Date: Tue, 01 Oct 2013 11:34:15 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]