unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Emanuel Berg <incal@dataswamp.org>
To: help-gnu-emacs@gnu.org
Subject: Emacs version (was: Re: 29.0.50; error evaluating simple.el)
Date: Thu, 16 Jun 2022 21:40:09 +0200	[thread overview]
Message-ID: <87mtec9z3a.fsf_-_@dataswamp.org> (raw)
In-Reply-To: ebf0c259-e39a-a7b8-b691-f8cdcab87160@easy-emacs.de

Andreas Röhler wrote:

>> Looks like this code has been changed recently (5678829a62
>> Default decoded-time dst slot to -1), I suggest to update
>> and rebuild.
>
> Thanks, doesn't happen with today's build.

This we've seen two times now and before that I never saw it.
Don't know if I didn't look close enough tho.

I use to think one could just look at the version's first two
digits ... and now everyone's saying (and I experienced it to
be correct myself) that now looking at all three isn't enough?

Is that MAJOR.MINOR.PATCH or is the third just the build
number, if so why is that helpful? Emacs isn't under "Semantic
Versioning", right? [1] [Now I see that the build number is
reported in `emacs-version', however that's on the local
machine, right?]

But that commit stuff, in a way that's the incremented build
of public, multiprogrammER software? How is it computed?
Can you revert it and say "this came before this" or
something like that or is it just unique?

C-u M-x ever RET

  GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu,
  GTK+ Version 3.24.24, cairo version 1.16.0) of 2022-05-28
  [commit 79ae40c8e4dac5898d68c92f26f625ac400b960c]

;;; -*- lexical-binding: t -*-
;;
;; this file:
;;   https://dataswamp.org/~incal/emacs-init/meta.el
;;
;; also see:
;;   https://dataswamp.org/~incal/emacs-init/w3m/w3m-version.el
;;
;; GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, cairo version 1.16.0)
;; of 2022-05-22 [commit 714970f5967f2153bb95e35823dbd917e0e5b60b]

(defun emacs-version-commit (&optional here)
  (interactive "P")
  (let ((ver (format "%s [commit %s]" (emacs-version)
                                      (emacs-repository-get-version) )))
    (if here
      (insert ver) )
    (message ver) ))
(defalias 'ever #'emacs-version-commit)

[1] https://semver.org/
i
-- 
underground experts united
https://dataswamp.org/~incal




  reply	other threads:[~2022-06-16 19:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-16 16:51 29.0.50; error evaluating simple.el Andreas Röhler
2022-06-16 17:30 ` Michael Heerdegen
2022-06-16 19:00   ` Andreas Röhler
2022-06-16 19:40     ` Emanuel Berg [this message]
2022-06-16 20:09       ` Emacs version (was: Re: 29.0.50; error evaluating simple.el) Emanuel Berg

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87mtec9z3a.fsf_-_@dataswamp.org \
    --to=incal@dataswamp.org \
    --cc=help-gnu-emacs@gnu.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).