* Re: emacs-30 0fb50e26316: ; * admin/MAINTAINERS: Spencer Baugh maintains flymake.el.
[not found] ` <20240829122036.3D326C12D8B@vcs2.savannah.gnu.org>
@ 2024-08-29 17:35 ` Philip Kaludercic
2024-08-29 18:03 ` Eli Zaretskii
0 siblings, 1 reply; 4+ messages in thread
From: Philip Kaludercic @ 2024-08-29 17:35 UTC (permalink / raw)
To: emacs-devel; +Cc: Eli Zaretskii
Eli Zaretskii <eliz@gnu.org> writes:
> branch: emacs-30
> commit 0fb50e2631656546004d25d81518f9bc8c06d0c2
> Author: Eli Zaretskii <eliz@gnu.org>
> Commit: Eli Zaretskii <eliz@gnu.org>
>
> ; * admin/MAINTAINERS: Spencer Baugh maintains flymake.el.
> ---
> admin/MAINTAINERS | 3 +++
> lisp/progmodes/flymake.el | 1 +
> 2 files changed, 4 insertions(+)
>
> diff --git a/admin/MAINTAINERS b/admin/MAINTAINERS
> index b073529e94b..f65a9decadc 100644
> --- a/admin/MAINTAINERS
> +++ b/admin/MAINTAINERS
> @@ -376,6 +376,9 @@ Juri Linkov
> Philip Kaludercic
> lisp/epa-ks.el
>
> +Spencer Baugh
> + lisp/progmodes/flymake.el
> +
> ==============================================================================
> 3. Externally maintained packages.
> ==============================================================================
> diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
> index e72f25fd0cd..6265928b274 100644
> --- a/lisp/progmodes/flymake.el
> +++ b/lisp/progmodes/flymake.el
> @@ -3,6 +3,7 @@
> ;; Copyright (C) 2003-2024 Free Software Foundation, Inc.
>
> ;; Author: Pavel Kobyakov <pk_at_work@yahoo.com>
> +;; Maintainer: Spencer Baugh <sbaugh@janestreet.com>
> ;; Maintainer: João Távora <joaotavora@gmail.com>
Is João also still a maintainer of Flymake? If so, it would be better
to list both in the same header, as currently lisp-mnt functions only
detect the first entry:
(lm-header "Maintainer") ;=> "Spencer Baugh <sbaugh@janestreet.com>"
> ;; Version: 1.3.7
> ;; Keywords: c languages tools
>
--
Philip Kaludercic on peregrine
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: emacs-30 0fb50e26316: ; * admin/MAINTAINERS: Spencer Baugh maintains flymake.el.
2024-08-29 17:35 ` emacs-30 0fb50e26316: ; * admin/MAINTAINERS: Spencer Baugh maintains flymake.el Philip Kaludercic
@ 2024-08-29 18:03 ` Eli Zaretskii
2024-08-29 19:54 ` João Távora
0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2024-08-29 18:03 UTC (permalink / raw)
To: Philip Kaludercic, João Távora; +Cc: emacs-devel
> From: Philip Kaludercic <philipk@posteo.net>
> Cc: Eli Zaretskii <eliz@gnu.org>
> Date: Thu, 29 Aug 2024 17:35:12 +0000
>
> Eli Zaretskii <eliz@gnu.org> writes:
>
> > branch: emacs-30
> > commit 0fb50e2631656546004d25d81518f9bc8c06d0c2
> > Author: Eli Zaretskii <eliz@gnu.org>
> > Commit: Eli Zaretskii <eliz@gnu.org>
> >
> > ; * admin/MAINTAINERS: Spencer Baugh maintains flymake.el.
> > ---
> > admin/MAINTAINERS | 3 +++
> > lisp/progmodes/flymake.el | 1 +
> > 2 files changed, 4 insertions(+)
> >
> > diff --git a/admin/MAINTAINERS b/admin/MAINTAINERS
> > index b073529e94b..f65a9decadc 100644
> > --- a/admin/MAINTAINERS
> > +++ b/admin/MAINTAINERS
> > @@ -376,6 +376,9 @@ Juri Linkov
> > Philip Kaludercic
> > lisp/epa-ks.el
> >
> > +Spencer Baugh
> > + lisp/progmodes/flymake.el
> > +
> > ==============================================================================
> > 3. Externally maintained packages.
> > ==============================================================================
> > diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
> > index e72f25fd0cd..6265928b274 100644
> > --- a/lisp/progmodes/flymake.el
> > +++ b/lisp/progmodes/flymake.el
> > @@ -3,6 +3,7 @@
> > ;; Copyright (C) 2003-2024 Free Software Foundation, Inc.
> >
> > ;; Author: Pavel Kobyakov <pk_at_work@yahoo.com>
> > +;; Maintainer: Spencer Baugh <sbaugh@janestreet.com>
> > ;; Maintainer: João Távora <joaotavora@gmail.com>
>
> Is João also still a maintainer of Flymake? If so, it would be better
> to list both in the same header, as currently lisp-mnt functions only
> detect the first entry:
Feel free to fix this, I just wanted to add Spencer.
If João prefers to be removed, it is for him to say.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: emacs-30 0fb50e26316: ; * admin/MAINTAINERS: Spencer Baugh maintains flymake.el.
2024-08-29 18:03 ` Eli Zaretskii
@ 2024-08-29 19:54 ` João Távora
2024-08-29 20:31 ` Philip Kaludercic
0 siblings, 1 reply; 4+ messages in thread
From: João Távora @ 2024-08-29 19:54 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: Philip Kaludercic, emacs-devel
> If João prefers to be removed, it is for him to say.
I don't care. It's simple: Spencer is the new Flymake maintainer: all queries
previously directed at me should be directed at Spencer. If you want to
ask me things, I can try to answer, if I have time.
João
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: emacs-30 0fb50e26316: ; * admin/MAINTAINERS: Spencer Baugh maintains flymake.el.
2024-08-29 19:54 ` João Távora
@ 2024-08-29 20:31 ` Philip Kaludercic
0 siblings, 0 replies; 4+ messages in thread
From: Philip Kaludercic @ 2024-08-29 20:31 UTC (permalink / raw)
To: João Távora; +Cc: Eli Zaretskii, emacs-devel, Spencer Baugh
João Távora <joaotavora@gmail.com> writes:
>> If João prefers to be removed, it is for him to say.
>
> I don't care. It's simple: Spencer is the new Flymake maintainer: all queries
> previously directed at me should be directed at Spencer. If you want to
> ask me things, I can try to answer, if I have time.
OK, I've just adjusted the file to remove the second header. If your
specific input is needed, I presume Spencer will ping you.
> João
--
Philip Kaludercic on peregrine
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-08-29 20:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <172493403531.9933.5635368057043166394@vcs2.savannah.gnu.org>
[not found] ` <20240829122036.3D326C12D8B@vcs2.savannah.gnu.org>
2024-08-29 17:35 ` emacs-30 0fb50e26316: ; * admin/MAINTAINERS: Spencer Baugh maintains flymake.el Philip Kaludercic
2024-08-29 18:03 ` Eli Zaretskii
2024-08-29 19:54 ` João Távora
2024-08-29 20:31 ` Philip Kaludercic
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).