unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master 374f14f: CC Mode: Fontify "found types" which are recognized after being first scanned
@ 2021-10-25  2:25 Eli Zaretskii
  2021-10-25  6:56 ` Alan Mackenzie
  2021-10-25  7:19 ` Andreas Schwab
  0 siblings, 2 replies; 5+ messages in thread
From: Eli Zaretskii @ 2021-10-25  2:25 UTC (permalink / raw)
  To: Alan Mackenzie; +Cc: emacs-devel

> branch: master
> commit 374f14fb9936d2b8fb30a123457ff4b12160f5f3
> Author: Alan Mackenzie <acm@muc.de>

Alan, why was this large changeset installed on the release branch?
What urgent problem does it solve, and why couldn't it wait till Emacs
29?



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

* Re: master 374f14f: CC Mode: Fontify "found types" which are recognized after being first scanned
  2021-10-25  2:25 master 374f14f: CC Mode: Fontify "found types" which are recognized after being first scanned Eli Zaretskii
@ 2021-10-25  6:56 ` Alan Mackenzie
  2021-10-25 12:38   ` Eli Zaretskii
  2021-10-25  7:19 ` Andreas Schwab
  1 sibling, 1 reply; 5+ messages in thread
From: Alan Mackenzie @ 2021-10-25  6:56 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

Hello, Eli.

On Mon, Oct 25, 2021 at 05:25:40 +0300, Eli Zaretskii wrote:
> > branch: master
> > commit 374f14fb9936d2b8fb30a123457ff4b12160f5f3
> > Author: Alan Mackenzie <acm@muc.de>

> Alan, why was this large changeset installed on the release branch?
> What urgent problem does it solve, and why couldn't it wait till Emacs
> 29?

I intended to push it to the master branch, and all evidence I have
locally on my PC suggests this is what I did.  Maybe something's gone
wrong with my git configuration.  I think it's my first commit since the
emacs-28 branch was split.

I'll see if I can see anything more this evening.

-- 
Alan Mackenzie (Nuremberg, Germany).



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

* Re: master 374f14f: CC Mode: Fontify "found types" which are recognized after being first scanned
  2021-10-25  2:25 master 374f14f: CC Mode: Fontify "found types" which are recognized after being first scanned Eli Zaretskii
  2021-10-25  6:56 ` Alan Mackenzie
@ 2021-10-25  7:19 ` Andreas Schwab
  1 sibling, 0 replies; 5+ messages in thread
From: Andreas Schwab @ 2021-10-25  7:19 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Alan Mackenzie, emacs-devel

On Okt 25 2021, Eli Zaretskii wrote:

>> branch: master
>> commit 374f14fb9936d2b8fb30a123457ff4b12160f5f3
>> Author: Alan Mackenzie <acm@muc.de>
>
> Alan, why was this large changeset installed on the release branch?

It wasn't.

$ git branch -r --contains 374f14f
  origin/HEAD -> origin/master
  origin/master

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



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

* Re: master 374f14f: CC Mode: Fontify "found types" which are recognized after being first scanned
  2021-10-25  6:56 ` Alan Mackenzie
@ 2021-10-25 12:38   ` Eli Zaretskii
  2021-10-25 16:39     ` Alan Mackenzie
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2021-10-25 12:38 UTC (permalink / raw)
  To: Alan Mackenzie; +Cc: emacs-devel

> Date: Mon, 25 Oct 2021 06:56:29 +0000
> Cc: emacs-devel@gnu.org
> From: Alan Mackenzie <acm@muc.de>
> 
> Hello, Eli.
> 
> On Mon, Oct 25, 2021 at 05:25:40 +0300, Eli Zaretskii wrote:
> > > branch: master
> > > commit 374f14fb9936d2b8fb30a123457ff4b12160f5f3
> > > Author: Alan Mackenzie <acm@muc.de>
> 
> > Alan, why was this large changeset installed on the release branch?
> > What urgent problem does it solve, and why couldn't it wait till Emacs
> > 29?
> 
> I intended to push it to the master branch, and all evidence I have
> locally on my PC suggests this is what I did.  Maybe something's gone
> wrong with my git configuration.  I think it's my first commit since the
> emacs-28 branch was split.
> 
> I'll see if I can see anything more this evening.

No, it's me.  I somehow got mightily confused and decided you
installed on the emacs-28 branch.  Sorry about that.



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

* Re: master 374f14f: CC Mode: Fontify "found types" which are recognized after being first scanned
  2021-10-25 12:38   ` Eli Zaretskii
@ 2021-10-25 16:39     ` Alan Mackenzie
  0 siblings, 0 replies; 5+ messages in thread
From: Alan Mackenzie @ 2021-10-25 16:39 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

Hello, Eli.

On Mon, Oct 25, 2021 at 15:38:10 +0300, Eli Zaretskii wrote:
> > Date: Mon, 25 Oct 2021 06:56:29 +0000
> > Cc: emacs-devel@gnu.org
> > From: Alan Mackenzie <acm@muc.de>

> > Hello, Eli.

> > On Mon, Oct 25, 2021 at 05:25:40 +0300, Eli Zaretskii wrote:
> > > > branch: master
> > > > commit 374f14fb9936d2b8fb30a123457ff4b12160f5f3
> > > > Author: Alan Mackenzie <acm@muc.de>

> > > Alan, why was this large changeset installed on the release branch?
> > > What urgent problem does it solve, and why couldn't it wait till Emacs
> > > 29?

> > I intended to push it to the master branch, and all evidence I have
> > locally on my PC suggests this is what I did.  Maybe something's gone
> > wrong with my git configuration.  I think it's my first commit since the
> > emacs-28 branch was split.

> > I'll see if I can see anything more this evening.

> No, it's me.  I somehow got mightily confused and decided you
> installed on the emacs-28 branch.  Sorry about that.

No problem.

-- 
Alan Mackenzie (Nuremberg, Germany).



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

end of thread, other threads:[~2021-10-25 16:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25  2:25 master 374f14f: CC Mode: Fontify "found types" which are recognized after being first scanned Eli Zaretskii
2021-10-25  6:56 ` Alan Mackenzie
2021-10-25 12:38   ` Eli Zaretskii
2021-10-25 16:39     ` Alan Mackenzie
2021-10-25  7:19 ` Andreas Schwab

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