unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master 9ed3685: Lots of refactorings and a few minor improvements.
       [not found] ` <20170103221541.47B2D2201B8@vcs.savannah.gnu.org>
@ 2017-01-04 18:30   ` Glenn Morris
  2017-01-07 10:28     ` Emacs versions for rst.el (was: Re: master 9ed3685: Lots of refactorings and a few minor improvements.) Stefan Merten
  0 siblings, 1 reply; 10+ messages in thread
From: Glenn Morris @ 2017-01-04 18:30 UTC (permalink / raw)
  To: emacs-devel; +Cc: Stefan Merten

Stefan Merten wrote:

> branch: master
> commit 9ed3685a778843cbc0df3ca2490f79eb4e2ebefe
> Author: Stefan Merten <stefan@merten-home.de>
> Commit: Stefan Merten <stefan@merten-home.de>

[In rst-package-emacs-version-alist:]

> +    ("1.5.1" . "26.2")


Hi - don't you want 26.1 there?

I also note that Emacs 25.1 seems to contain 1.4.1, and 24.5 1.4.0,
which does not seem to agree with the above alist either?



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Emacs versions for rst.el (was: Re: master 9ed3685: Lots of refactorings and a few minor improvements.)
  2017-01-04 18:30   ` master 9ed3685: Lots of refactorings and a few minor improvements Glenn Morris
@ 2017-01-07 10:28     ` Stefan Merten
  2017-01-11 23:06       ` Emacs versions for rst.el Glenn Morris
  0 siblings, 1 reply; 10+ messages in thread
From: Stefan Merten @ 2017-01-07 10:28 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

Hi Glenn!

3 days ago Glenn Morris wrote:
>> branch: master
>> commit 9ed3685a778843cbc0df3ca2490f79eb4e2ebefe
>> Author: Stefan Merten <stefan@merten-home.de>
>> Commit: Stefan Merten <stefan@merten-home.de>
> 
> [In rst-package-emacs-version-alist:]
> 
>> +    ("1.5.1" . "26.2")
> 
> 
> Hi - don't you want 26.1 there?
> 
> I also note that Emacs 25.1 seems to contain 1.4.1, and 24.5 1.4.0,
> which does not seem to agree with the above alist either?

I'm not following Emacs releases and so what I put in there is more or
less a rough guess. When I commit something to the Emacs `master` then
I'm convinced that it should go into the next available release.

However, I do not know when which release is prepared and what commit
may go in and which not. Some time ago I understood this is a
complicated processes with deadlines and the like and I happily leave
this up to the Emacs community :-) .



						HTH

						Stefan




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Emacs versions for rst.el
  2017-01-07 10:28     ` Emacs versions for rst.el (was: Re: master 9ed3685: Lots of refactorings and a few minor improvements.) Stefan Merten
@ 2017-01-11 23:06       ` Glenn Morris
  2017-01-14 15:21         ` Stefan Merten
  0 siblings, 1 reply; 10+ messages in thread
From: Glenn Morris @ 2017-01-11 23:06 UTC (permalink / raw)
  To: Stefan Merten; +Cc: emacs-devel

Stefan Merten wrote:

>> [In rst-package-emacs-version-alist:]
>> 
>>> +    ("1.5.1" . "26.2")
>> 
>> 
>> Hi - don't you want 26.1 there?
>> 
>> I also note that Emacs 25.1 seems to contain 1.4.1, and 24.5 1.4.0,
>> which does not seem to agree with the above alist either?
>
> I'm not following Emacs releases and so what I put in there is more or
> less a rough guess. When I commit something to the Emacs `master` then
> I'm convinced that it should go into the next available release.

The Emacs version number tells you what to use.
Eg current version of master = 26.0.50 -> next release from master will
be 26.1. So you should have used 26.1 in place of 26.2. No need to
guess, or to follow development lists.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Emacs versions for rst.el
  2017-01-11 23:06       ` Emacs versions for rst.el Glenn Morris
@ 2017-01-14 15:21         ` Stefan Merten
  2017-01-14 17:40           ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: Stefan Merten @ 2017-01-14 15:21 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

Hi Glenn!

2 days ago Glenn Morris wrote:
>> I'm not following Emacs releases and so what I put in there is more or
>> less a rough guess. When I commit something to the Emacs `master` then
>> I'm convinced that it should go into the next available release.
> 
> The Emacs version number tells you what to use.

Where do I find it?

> Eg current version of master = 26.0.50 -> next release from master will
> be 26.1. So you should have used 26.1 in place of 26.2. No need to
> guess, or to follow development lists.

Can you give me a quick command to find this out? Is it documented
somewhere?


						Grüße

						Stefan



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Emacs versions for rst.el
  2017-01-14 15:21         ` Stefan Merten
@ 2017-01-14 17:40           ` Eli Zaretskii
  0 siblings, 0 replies; 10+ messages in thread
From: Eli Zaretskii @ 2017-01-14 17:40 UTC (permalink / raw)
  To: Stefan Merten; +Cc: rgm, emacs-devel

> From: Stefan Merten <stefan@merten-home.de>
> Comments: In-reply-to Glenn Morris <rgm@gnu.org>
> 	message dated "Wed, 11 Jan 2017 18:06:23 -0500."
> Date: Sat, 14 Jan 2017 16:21:52 +0100
> Cc: emacs-devel@gnu.org
> 
> > The Emacs version number tells you what to use.
> 
> Where do I find it?

M-x emacs-version RET

> > Eg current version of master = 26.0.50 -> next release from master will
> > be 26.1. So you should have used 26.1 in place of 26.2. No need to
> > guess, or to follow development lists.
> 
> Can you give me a quick command to find this out? Is it documented
> somewhere?

See above.  Yes, in the Emacs user manual, node "Understanding Bug
Reporting".



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Emacs versions for rst.el
@ 2017-01-14 18:03 Stefan Merten
  2017-01-14 18:14 ` Kaushal Modi
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Stefan Merten @ 2017-01-14 18:03 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: rgm, emacs-devel

Hi all!

18 minutes ago Eli Zaretskii wrote:
>> > The Emacs version number tells you what to use.
>> 
>> Where do I find it?
> 
> M-x emacs-version RET

Results in 24.5.1 for me :-) . According to your information the next
version is then 24.6...

Seriously: Can you *please* give me some *useful* information on how
to determine the next Emacs release in the development tree? May be
this can be obtained by some git command?


						Grüße

						Stefan



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Emacs versions for rst.el
  2017-01-14 18:03 Stefan Merten
@ 2017-01-14 18:14 ` Kaushal Modi
  2017-01-14 19:02   ` Stefan Monnier
  2017-01-14 19:01 ` Glenn Morris
  2017-01-14 20:08 ` Eli Zaretskii
  2 siblings, 1 reply; 10+ messages in thread
From: Kaushal Modi @ 2017-01-14 18:14 UTC (permalink / raw)
  To: Stefan Merten, Eli Zaretskii; +Cc: rgm, emacs-devel

[-- Attachment #1: Type: text/plain, Size: 787 bytes --]

You need to git clone the master branch, build emacs and do M-x
emacs-version in that.

On Sat, Jan 14, 2017, 1:04 PM Stefan Merten <stefan@merten-home.de> wrote:

> Hi all!
>
> 18 minutes ago Eli Zaretskii wrote:
> >> > The Emacs version number tells you what to use.
> >>
> >> Where do I find it?
> >
> > M-x emacs-version RET
>
> Results in 24.5.1 for me :-) . According to your information the next
> version is then 24.6...
>
> Seriously: Can you *please* give me some *useful* information on how
> to determine the next Emacs release in the development tree? May be
> this can be obtained by some git command?
>
>
>                                                 Grüße
>
>                                                 Stefan
>
> --

Kaushal Modi

[-- Attachment #2: Type: text/html, Size: 1607 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Emacs versions for rst.el
  2017-01-14 18:03 Stefan Merten
  2017-01-14 18:14 ` Kaushal Modi
@ 2017-01-14 19:01 ` Glenn Morris
  2017-01-14 20:08 ` Eli Zaretskii
  2 siblings, 0 replies; 10+ messages in thread
From: Glenn Morris @ 2017-01-14 19:01 UTC (permalink / raw)
  To: Stefan Merten; +Cc: Eli Zaretskii, emacs-devel

Stefan Merten wrote:

> Seriously: Can you *please* give me some *useful* information on how
> to determine the next Emacs release in the development tree? 

Start of the top-level README file, or etc/NEWS (which is where you
should be putting any new rst features).



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Emacs versions for rst.el
  2017-01-14 18:14 ` Kaushal Modi
@ 2017-01-14 19:02   ` Stefan Monnier
  0 siblings, 0 replies; 10+ messages in thread
From: Stefan Monnier @ 2017-01-14 19:02 UTC (permalink / raw)
  To: emacs-devel

> You need to git clone the master branch, build emacs and do M-x
> emacs-version in that.

Actually you don't need to build&run it, you can just look for

    AC_INIT(GNU Emacs, 26.0.50, bug-gnu-emacs@gnu.org

in configure.ac instead.


        Stefan




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Emacs versions for rst.el
  2017-01-14 18:03 Stefan Merten
  2017-01-14 18:14 ` Kaushal Modi
  2017-01-14 19:01 ` Glenn Morris
@ 2017-01-14 20:08 ` Eli Zaretskii
  2 siblings, 0 replies; 10+ messages in thread
From: Eli Zaretskii @ 2017-01-14 20:08 UTC (permalink / raw)
  To: Stefan Merten; +Cc: rgm, emacs-devel

> From: Stefan Merten <stefan@merten-home.de>
> cc: rgm@gnu.org, emacs-devel@gnu.org
> Date: Sat, 14 Jan 2017 19:03:52 +0100
> 
> > M-x emacs-version RET
> 
> Results in 24.5.1 for me :-) . According to your information the next
> version is then 24.6...
> 
> Seriously: Can you *please* give me some *useful* information on how
> to determine the next Emacs release in the development tree?

Sorry, I couldn't imagine you were making changes to the code without
actually testing it with the current Emacs sources of the branch into
which you push the changes.  The above command needs to be run inside
Emacs that's built from the branch where you are pushing.



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-01-14 20:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20170103221540.4171.87517@vcs.savannah.gnu.org>
     [not found] ` <20170103221541.47B2D2201B8@vcs.savannah.gnu.org>
2017-01-04 18:30   ` master 9ed3685: Lots of refactorings and a few minor improvements Glenn Morris
2017-01-07 10:28     ` Emacs versions for rst.el (was: Re: master 9ed3685: Lots of refactorings and a few minor improvements.) Stefan Merten
2017-01-11 23:06       ` Emacs versions for rst.el Glenn Morris
2017-01-14 15:21         ` Stefan Merten
2017-01-14 17:40           ` Eli Zaretskii
2017-01-14 18:03 Stefan Merten
2017-01-14 18:14 ` Kaushal Modi
2017-01-14 19:02   ` Stefan Monnier
2017-01-14 19:01 ` Glenn Morris
2017-01-14 20:08 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

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).