all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Juanma Barranquero" <lekktu@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: -DVERSION for emacsclient
Date: Sat, 25 Nov 2006 14:01:40 +0100	[thread overview]
Message-ID: <f7ccd24b0611250501h6975fd05jed22bb881c15d04b@mail.gmail.com> (raw)
In-Reply-To: <uwt5j6clp.fsf@gnu.org>

On 11/25/06, Eli Zaretskii <eliz@gnu.org> wrote:

> There's a difference between changing one file and changing half dozen
> of them.

Sure. But, as it stands now, the release manager does not change any
file. Even lisp/version.el is updated from admin/admin.el.

> Are we at least in agreement that, in principle, anything that's done
> automatically as part of preparing a release is better than the need
> to do that manually?

Of course. :)

> Or are you saying that manual steps are not a
> burden in any way?

No, I'm not saying that.

> Thanks.  This is okay with me, but I'd prefer that the default value
> of VERSION in lib-src/makefile.w32-in be UNKNOWN.  That way, if we
> ever forget to run admin.el, we get the result shouting right in our
> face.

But VERSION is going to be UNKNOWN just the first time. Once the
release manager runs admin.el the first time (for example, when
releasing the 22.0.92 pretest), VERSION will have forever a version
string...

I can change the regexp to

  (rx (and "VERSION" (0+ space) "=" (0+ space)
           (submatch (or "UNKNOWN" (1+ (in "0-9."))))))

but it's a bit of complexity added for one time's sake.

                    /L/e/k/t/u

  reply	other threads:[~2006-11-25 13:01 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-23  2:02 -DVERSION for emacsclient Juanma Barranquero
2006-11-23  4:27 ` Eli Zaretskii
2006-11-23  4:46   ` Lennart Borgman
2006-11-24 18:20     ` Eli Zaretskii
2006-11-23  9:17   ` Juanma Barranquero
2006-11-24 17:10   ` Benjamin Riefenstahl
2006-11-24 18:21   ` Eli Zaretskii
2006-11-24 19:28     ` Juanma Barranquero
2006-11-24 21:13       ` Eli Zaretskii
2006-11-24 23:55         ` Juanma Barranquero
2006-11-25 10:32           ` Eli Zaretskii
2006-11-25 13:01             ` Juanma Barranquero [this message]
2006-11-25 13:14               ` Eli Zaretskii
2006-11-25 13:25                 ` Juanma Barranquero
2006-11-25 14:01                   ` Eli Zaretskii

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=f7ccd24b0611250501h6975fd05jed22bb881c15d04b@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=emacs-devel@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.
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.