unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: Why are so many great packages not trying to get included in GNU Emacs?
@ 2020-04-23 17:47 ndame
  2020-04-23 18:50 ` Yuan Fu
                   ` (2 more replies)
  0 siblings, 3 replies; 432+ messages in thread
From: ndame @ 2020-04-23 17:47 UTC (permalink / raw)
  To: Emacs developers

> The reasons why package authors would not want to include it

Also, it may not even occur to the developer to include the code
in emacs, because it works for him and he's happy with it.

Is there an actual effort too seek out prospective packages and ask the
code owners to include it in emacs? Or is it left to the chance
that it occurs to the developer?

What about current popular packages outside Emacs? Were those developers
all asked?





^ permalink raw reply	[flat|nested] 432+ messages in thread
* Re: Why are so many great packages not trying to get included in GNU Emacs?
@ 2020-05-07 18:17 Luke Shumaker
  2020-05-07 18:40 ` Eli Zaretskii
  2020-05-09  3:50 ` Richard Stallman
  0 siblings, 2 replies; 432+ messages in thread
From: Luke Shumaker @ 2020-05-07 18:17 UTC (permalink / raw)
  To: rms; +Cc: emacs-devel

Hi, sorry to jump in as an outsider.  I just wanted to clarify a
couple of things about Git.

> How could that be possible?  How would we know who wrote those
> changes?  We can't assume it is the person whose account checked them
> in.  Often that is so, but not always.

Git tracks separate "committer" and "author" information (both of
which are name/email/timestamp).  Unfortunately, it only allows
exactly one author; limiting the case where a change has 2
collaborators.

> There may be other issues, such as, if the name on that account is
> John Doe, does that mean the user of that account is the same John Doe
> that signed an assignment?

Git tracks both name and email.  Surely assuming jdoe@foocorp.com is
the same jdoe@foocorp.com that signed the assignment is a safer
assumption?

Of course, that can be intentionally spoofed.  I'm not sure whether
the concern is about accidentally mixing up two people, or about
someone maliciously misrepresenting the authorship.  If the concern is
malicious misrepresentation, then this could be solved with
GPG-signing of either the emails with the patches, or the Git commits
(which is something that Git supports).

----

FWIW, several free software projects that I've contributed to (and
require copyright assignment or other licensing paperwork) handle this
by requiring that each commit message have a specially formatted line
in it:

    Signed-off-by: Full Name <user@domain>

for each person that contributed to that commit (this line can
conveniently be added with `--signoff` flag to `git commit`); and they
have an automated system that validates that each submitted commit has
such a line, and that the person mentioned in the line has signed the
agreement.  I believe this is standard for projects under the auspices
of the Linux Foundation.

-- 
Happy hacking,
~ Luke Shumaker




^ permalink raw reply	[flat|nested] 432+ messages in thread
* Re: Why are so many great packages not trying to get included in GNU Emacs?
@ 2020-04-23 17:42 ndame
  2020-04-24  0:50 ` Rostislav Svoboda
  0 siblings, 1 reply; 432+ messages in thread
From: ndame @ 2020-04-23 17:42 UTC (permalink / raw)
  To: Emacs developers

> An unwillingness to assign copyright to the FSF, seemingly often more due to
>  inertia than any principled opposition.

Getting papers from others is a burden. Most code these days live
on GitHub where it's very easy to submit and merge pull requests.

If a package needs assignment then the maintainer cannot accept code until
the copyright is assigned which is an administrative hoop which nor the
maintainer, nor the submitter may want to deal with.





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

end of thread, other threads:[~2020-06-20 14:42 UTC | newest]

Thread overview: 432+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-23 17:47 Why are so many great packages not trying to get included in GNU Emacs? ndame
2020-04-23 18:50 ` Yuan Fu
2020-04-23 18:57   ` Stefan Kangas
2020-04-23 18:59   ` ndame
2020-04-23 19:02     ` Yuan Fu
2020-04-23 20:02     ` Stefan Monnier
2020-04-23 20:19       ` ndame
2020-04-23 21:57         ` Eric Abrahamsen
2020-04-23 22:24           ` Stefan Monnier
2020-04-23 23:10             ` Eric Abrahamsen
2020-04-23 23:57               ` Tim Cross
2020-04-24  3:24               ` Stefan Monnier
2020-04-24  5:59                 ` Eric Abrahamsen
2020-04-24 10:07                 ` Eli Zaretskii
2020-04-25  3:35                   ` Richard Stallman
2020-04-24 17:47                 ` Phillip Lord
2020-04-25  2:48                   ` Stefan Monnier
2020-04-26 21:11                     ` Phillip Lord
2020-04-26 21:56                       ` Stefan Monnier
2020-04-25  3:11                   ` Stefan Monnier
2020-04-25  4:22                     ` Clément Pit-Claudel
2020-04-25  6:49                       ` Eli Zaretskii
2020-04-25 17:41                         ` Eric Abrahamsen
2020-04-25 18:03                           ` Eli Zaretskii
2020-04-25 20:21                             ` Eric Abrahamsen
2020-04-26 21:34                     ` Phillip Lord
2020-04-26 22:04                       ` Stefan Monnier
2020-05-05 20:27                         ` Phillip Lord
2020-05-07  2:43                   ` Richard Stallman
2020-05-07  3:33                     ` Stefan Monnier
2020-05-07  7:13                       ` Philippe Vaucher
2020-05-07  9:40                         ` Kévin Le Gouguec
2020-05-07 12:44                           ` Eli Zaretskii
2020-05-07 15:18                             ` Kévin Le Gouguec
2020-05-07  7:17                       ` 조성빈
2020-05-07  7:23                       ` tomas
2020-05-07 14:16                       ` Stefan Kangas
2020-05-08  2:51                       ` Richard Stallman
2020-05-08  3:44                         ` Stefan Monnier
2020-05-08 13:28                         ` Drop the Copyright Assignment requirement for Emacs Stefan Kangas
2020-05-08 15:14                           ` Stefan Monnier
2020-05-08 15:56                             ` Stefan Kangas
2020-05-08 16:05                             ` Eli Zaretskii
2020-05-08 18:06                               ` Stefan Monnier
2020-05-08 18:54                                 ` Eli Zaretskii
2020-05-08 21:38                                   ` João Távora
2020-05-08 22:34                                     ` Amin Bandali
2020-05-09  2:28                                       ` Fu Yuan
2020-05-09  6:14                                     ` Eli Zaretskii
2020-05-09  9:48                                       ` João Távora
2020-05-09  9:56                                         ` Eli Zaretskii
2020-05-09 10:10                                           ` João Távora
2020-05-09 10:19                                             ` Eli Zaretskii
2020-05-09 11:35                                               ` João Távora
2020-05-09 10:00                                         ` Eli Zaretskii
2020-05-09 10:03                                           ` João Távora
2020-05-10  2:29                                           ` Richard Stallman
2020-05-10 13:55                                             ` Eli Zaretskii
2020-05-10 16:43                                               ` Stefan Monnier
2020-05-11  2:38                                                 ` Richard Stallman
2020-05-09 11:49                                         ` Marcin Borkowski
2020-05-09 12:22                                           ` Eli Zaretskii
2020-05-16 14:15                                             ` Marcin Borkowski
2020-05-09 12:22                                           ` João Távora
2020-05-09 13:35                                           ` Alfred M. Szmidt
2020-05-09 13:51                                             ` João Távora
2020-05-09 14:00                                               ` Eli Zaretskii
2020-05-09 14:17                                                 ` João Távora
2020-05-09 14:17                                               ` Alfred M. Szmidt
2020-05-09 14:21                                                 ` João Távora
2020-05-09 14:20                                               ` Philippe Vaucher
2020-05-09 14:33                                                 ` 조성빈
2020-05-09 15:24                                                 ` Eli Zaretskii
2020-05-09 15:35                                                   ` Philippe Vaucher
2020-05-09 16:05                                                   ` Stefan Kangas
2020-05-09 17:35                                                   ` Alfred M. Szmidt
2020-05-09 17:38                                                     ` João Távora
2020-05-09 17:49                                                       ` Alfred M. Szmidt
2020-05-09 17:53                                                         ` João Távora
2020-05-11  2:35                                                           ` Richard Stallman
2020-05-09 14:35                                               ` 조성빈
2020-05-09 14:56                                                 ` Fu Yuan
2020-05-16 14:11                                               ` Marcin Borkowski
2020-05-10  2:29                                           ` Richard Stallman
2020-05-16 14:04                                             ` Marcin Borkowski
2020-05-17  2:52                                               ` Richard Stallman
     [not found]                                                 ` <CADwFkmneMvZGMHuT-ukpf=vhY-CmgJPD2FipampxdAPnP8W=ZQ@mail.gmail.com>
2020-05-19  3:53                                                   ` Amazon Richard Stallman
2020-05-09 15:22                                         ` Drop the Copyright Assignment requirement for Emacs Dmitry Gutov
2020-05-09 15:25                                           ` João Távora
2020-05-09 15:34                                             ` PL support (was: Drop the Copyright Assignment requirement for Emacs) Eli Zaretskii
2020-05-09 15:39                                               ` Philippe Vaucher
2020-05-09 15:45                                                 ` PL support David Engster
2020-05-09 15:52                                                 ` PL support (was: Drop the Copyright Assignment requirement for Emacs) Eli Zaretskii
2020-05-09 15:57                                                 ` PL support Dmitry Gutov
2020-05-09 15:57                                                 ` PL support (was: Drop the Copyright Assignment requirement for Emacs) João Távora
2020-05-09 15:50                                               ` Daniel Colascione
2020-05-09 16:02                                                 ` Eli Zaretskii
2020-05-09 16:08                                                   ` João Távora
2020-05-09 16:15                                                     ` Eli Zaretskii
2020-05-09 16:17                                                   ` Daniel Colascione
2020-05-09 20:08                                                     ` PL support Stefan Monnier
2020-05-09 15:53                                               ` Dmitry Gutov
2020-05-09 16:05                                                 ` Eli Zaretskii
2020-05-09 16:30                                                   ` João Távora
2020-05-09 16:38                                                     ` Eli Zaretskii
2020-05-09 17:08                                                       ` João Távora
2020-05-09 17:23                                                         ` Eli Zaretskii
2020-05-09 17:36                                                           ` João Távora
2020-05-09 17:46                                                             ` Eli Zaretskii
2020-05-09 17:58                                                               ` Yuan Fu
2020-05-09 18:19                                                                 ` João Távora
2020-05-09 18:44                                                                   ` Dmitry Gutov
2020-05-09 18:56                                                                     ` João Távora
2020-05-09 19:20                                                                       ` Dmitry Gutov
2020-05-09 17:58                                                               ` João Távora
2020-05-09 18:03                                                                 ` Eli Zaretskii
2020-05-09 19:55                                                                   ` Clément Pit-Claudel
2020-05-09 20:07                                                                     ` João Távora
2020-05-09 21:49                                                                     ` Dmitry Gutov
2020-05-09 22:23                                                                       ` Clément Pit-Claudel
2020-05-09 23:19                                                                         ` Dmitry Gutov
2020-05-10  4:08                                                                           ` Clément Pit-Claudel
2020-05-10 13:28                                                                             ` Dmitry Gutov
2020-05-10 13:50                                                                               ` João Távora
2020-05-10 16:34                                                                               ` Stefan Monnier
2020-05-10 17:23                                                                                 ` Dmitry Gutov
2020-05-11  2:40                                                                                   ` Richard Stallman
2020-05-11  2:49                                                                                     ` 조성빈
2020-05-11  5:35                                                                                       ` Alfred M. Szmidt
2020-05-11 20:11                                                                                         ` Stefan Kangas
2020-05-11 20:26                                                                                           ` Alfred M. Szmidt
2020-05-11 15:00                                                                                       ` Eli Zaretskii
2020-05-11 21:08                                                                                         ` Stefan Kangas
2020-05-12  2:36                                                                                           ` Eli Zaretskii
2020-05-12 14:04                                                                                             ` Stefan Kangas
2020-05-12 17:12                                                                                               ` Eli Zaretskii
2020-05-12 17:54                                                                                                 ` Stefan Monnier
2020-05-12 18:01                                                                                                   ` Eli Zaretskii
2020-05-12 18:24                                                                                                     ` Dmitry Gutov
2020-05-12 18:31                                                                                                       ` Alfred M. Szmidt
2020-05-12 19:32                                                                                                     ` Stefan Monnier
2020-05-14  5:03                                                                                               ` Richard Stallman
2020-05-11  3:06                                                                                     ` Dmitry Gutov
2020-05-11  3:39                                                                                       ` Stefan Monnier
2020-05-11 14:24                                                                                         ` Dmitry Gutov
2020-05-11 16:42                                                                                         ` Eli Zaretskii
2020-05-11 16:40                                                                                       ` Eli Zaretskii
2020-05-11 16:54                                                                                         ` Dmitry Gutov
2020-05-11 17:11                                                                                           ` Eli Zaretskii
2020-05-11 18:05                                                                                             ` Stefan Monnier
2020-05-11 18:16                                                                                               ` Dmitry Gutov
2020-05-11 18:40                                                                                               ` Eli Zaretskii
2020-05-11 19:49                                                                                                 ` Stefan Monnier
2020-05-12 16:19                                                                                                   ` Eli Zaretskii
2020-05-14  5:03                                                                                                     ` Richard Stallman
2020-05-14 13:36                                                                                                       ` Stefan Monnier
2020-05-14 13:41                                                                                                         ` Dmitry Gutov
2020-05-14 17:41                                                                                                           ` Stefan Monnier
2020-05-14 17:45                                                                                                             ` João Távora
2020-05-15  3:20                                                                                                               ` Richard Stallman
2020-05-15  3:24                                                                                                         ` Richard Stallman
2020-05-15  3:44                                                                                                           ` Stefan Monnier
2020-05-15  7:04                                                                                                             ` Eli Zaretskii
2020-05-15 15:34                                                                                                               ` A new archive, halfway between GNU ELPA and MELPA Stefan Monnier
2020-05-15 17:28                                                                                                                 ` Stefan Monnier
2020-05-18  5:47                                                                                                             ` PL support chad
2020-05-14  5:03                                                                                                     ` Richard Stallman
2020-05-12  3:17                                                                                                 ` Richard Stallman
2020-05-12  3:47                                                                                                   ` Stefan Monnier
2020-05-12  4:59                                                                                                     ` Alfred M. Szmidt
2020-05-12 13:00                                                                                                       ` Stefan Monnier
2020-05-12 18:12                                                                                                         ` Alfred M. Szmidt
2020-05-12 14:08                                                                                                       ` Stefan Kangas
2020-05-13  3:57                                                                                                     ` Richard Stallman
2020-05-13 10:02                                                                                                       ` 조성빈
2020-05-13 12:28                                                                                                         ` tomas
2020-05-14  1:31                                                                                                           ` João Távora
2020-05-13 13:03                                                                                                       ` Stefan Kangas
2020-05-14  5:10                                                                                                         ` Richard Stallman
2020-05-11 18:11                                                                                             ` Dmitry Gutov
2020-05-11 18:25                                                                                               ` Project.el, xref.el and eldoc.el in GNU ELPA (Was: PL support) João Távora
2020-05-11 18:43                                                                                               ` PL support Eli Zaretskii
2020-05-11 19:08                                                                                                 ` Dmitry Gutov
2020-05-11 19:18                                                                                                   ` Eli Zaretskii
2020-05-11 19:32                                                                                                     ` Alfred M. Szmidt
2020-05-11 20:02                                                                                                       ` Dmitry Gutov
2020-05-11 20:12                                                                                                         ` Alfred M. Szmidt
2020-05-12  2:27                                                                                                         ` Eli Zaretskii
2020-05-12 13:55                                                                                                           ` Dmitry Gutov
2020-05-12 17:04                                                                                                             ` Eli Zaretskii
2020-05-12 18:41                                                                                                               ` Dmitry Gutov
2020-05-13  3:53                                                                                       ` Richard Stallman
2020-05-13  5:04                                                                                         ` Dmitry Gutov
2020-05-11 20:11                                                                                     ` Stefan Kangas
2020-05-12  2:30                                                                                       ` Eli Zaretskii
2020-05-09 18:36                                                                 ` Dmitry Gutov
2020-05-09 18:47                                                                   ` João Távora
2020-05-09 19:12                                                                     ` Dmitry Gutov
2020-05-09 19:23                                                                       ` Eli Zaretskii
2020-05-09 19:38                                                                         ` Dmitry Gutov
2020-05-09 19:45                                                                           ` Eli Zaretskii
2020-05-09 19:52                                                                             ` Dmitry Gutov
2020-05-09 19:49                                                                       ` João Távora
2020-05-09 20:09                                                                         ` Dmitry Gutov
2020-05-09 20:25                                                                           ` João Távora
2020-05-09 22:00                                                                             ` Dmitry Gutov
2020-05-10  2:30                                                                           ` Eli Zaretskii
2020-05-10  3:33                                                                             ` Dmitry Gutov
2020-05-10  4:27                                                                               ` Eli Zaretskii
2020-05-10 11:07                                                                               ` João Távora
2020-05-11  2:35                                                                       ` Richard Stallman
2020-05-11  3:01                                                                         ` Dmitry Gutov
2020-05-11  3:22                                                                           ` Drew Adams
2020-05-11 15:08                                                                           ` Eli Zaretskii
2020-05-11 23:03                                                                             ` Dmitry Gutov
2020-05-12 14:44                                                                               ` Eli Zaretskii
2020-05-14  0:59                                                                                 ` Dmitry Gutov
2020-05-09 20:40                                                                     ` Stefan Monnier
2020-05-09 21:05                                                                       ` João Távora
2020-05-09 18:55                                                               ` Sébastien G
2020-05-09 19:26                                                             ` Sébastien G
2020-05-09 20:25                                                               ` Yuan Fu
2020-05-09 23:39                                                                 ` Stefan Monnier
2020-05-11  2:35                                                                 ` Richard Stallman
2020-05-11  3:07                                                                   ` Daniel Colascione
2020-05-12  3:21                                                                     ` Richard Stallman
2020-05-13  4:32                                                                       ` Daniel Colascione
2020-05-14  5:14                                                                         ` Richard Stallman
2020-05-14  5:14                                                                         ` Richard Stallman
2020-05-11  3:56                                                                   ` Stefan Monnier
2020-05-11 13:38                                                                     ` Fu Yuan
2020-05-11 14:58                                                                       ` Stefan Monnier
2020-05-11 19:07                                                                         ` T.V Raman
2020-05-12  0:33                                                                     ` Daniel Colascione
2020-05-12  3:10                                                                       ` Stefan Monnier
2020-05-12  3:21                                                                     ` Richard Stallman
2020-05-12  3:48                                                                       ` Stefan Monnier
2020-05-13  3:57                                                                         ` Richard Stallman
2020-05-09 20:45                                                               ` Stefan Monnier
2020-05-12 16:06                                                               ` Sébastien Gendre
2020-05-14  5:03                                                                 ` Richard Stallman
2020-05-14  5:03                                                                 ` Richard Stallman
2020-05-09 18:34                                                           ` Dmitry Gutov
2020-05-09 18:31                                                         ` Dmitry Gutov
2020-05-11  2:35                                                           ` Richard Stallman
2020-05-09 18:26                                                     ` Dmitry Gutov
2020-05-09 18:41                                                       ` João Távora
2020-05-09 18:23                                                   ` Dmitry Gutov
2020-05-09 18:41                                                     ` Daniel Colascione
2020-05-09 19:01                                                       ` Dmitry Gutov
2020-05-09 19:28                                                         ` Daniel Colascione
2020-05-09 19:49                                                           ` Dmitry Gutov
2020-05-16 12:08                                                             ` Dmitry Gutov
2020-05-09 20:17                                                 ` Stefan Monnier
2020-05-09 23:53                                                   ` Dmitry Gutov
2020-05-10 12:44                                                     ` Stefan Monnier
2020-05-10 13:16                                                       ` Dmitry Gutov
2020-05-11 16:35                                                   ` Eli Zaretskii
2020-05-11 17:54                                                     ` Stefan Monnier
2020-05-09 15:55                                               ` PL support (was: Drop the Copyright Assignment requirement for Emacs) 조성빈
2020-05-09 16:02                                                 ` João Távora
2020-05-09 18:28                                                   ` PL support Dmitry Gutov
2020-05-11  2:35                                                     ` Richard Stallman
2020-05-09 15:41                                             ` Drop the Copyright Assignment requirement for Emacs Dmitry Gutov
2020-05-09 15:52                                               ` João Távora
2020-05-10 13:12                                                 ` Dmitry Gutov
2020-05-10 14:08                                                   ` João Távora
2020-05-10 16:39                                                   ` Stefan Monnier
2020-05-10 17:42                                                     ` Dmitry Gutov
2020-05-10 17:58                                                       ` Stefan Monnier
2020-05-10 18:18                                                         ` Dmitry Gutov
2020-05-11  1:17                                                     ` Daniel Colascione
2020-05-10  2:29                                         ` Richard Stallman
2020-05-10  2:29                                         ` Richard Stallman
2020-05-09 15:46                                   ` Dmitry Gutov
2020-05-11 16:33                                     ` Eli Zaretskii
2020-05-11 16:56                                       ` Dmitry Gutov
2020-05-11 17:13                                         ` Eli Zaretskii
2020-05-11 17:28                                           ` Dmitry Gutov
2020-05-11 18:18                                             ` Eli Zaretskii
2020-05-11 17:33                                           ` David Engster
2020-05-11 18:20                                             ` Eli Zaretskii
2020-05-11 18:58                                               ` Dmitry Gutov
2020-05-11 19:54                                                 ` Eli Zaretskii
2020-05-11 20:03                                                   ` Dmitry Gutov
2020-05-11 20:26                                                     ` Alfred M. Szmidt
2020-05-12  2:28                                                     ` Eli Zaretskii
2020-05-12 13:58                                                       ` Dmitry Gutov
2020-05-12 17:08                                                         ` Eli Zaretskii
2020-05-12 18:29                                                           ` Dmitry Gutov
2020-05-14  5:14                                                         ` Richard Stallman
2020-05-14 12:17                                                           ` Dmitry Gutov
2020-05-11 21:12                                                   ` Stefan Monnier
2020-05-12 14:39                                                     ` Eli Zaretskii
2020-05-18  3:50                                                     ` Richard Stallman
2020-05-18  5:56                                                       ` Philippe Vaucher
2020-05-18 11:33                                                         ` Dmitry Gutov
2020-05-18 13:16                                                           ` Clément Pit-Claudel
2020-05-18 13:25                                                             ` Dmitry Gutov
2020-05-18 16:36                                                               ` Robert Pluim
2020-05-18 19:04                                                                 ` Clément Pit-Claudel
2020-05-18 19:34                                                                   ` Robert Pluim
2020-05-18 13:27                                                           ` Philippe Vaucher
2020-05-18 13:28                                                             ` Philippe Vaucher
2020-05-18 13:39                                                             ` João Távora
2020-05-18 16:41                                                               ` Philippe Vaucher
2020-05-18 16:45                                                                 ` Philippe Vaucher
2020-05-18 17:04                                                                   ` João Távora
2020-05-18 17:15                                                                     ` Stefan Monnier
2020-05-18 17:33                                                                       ` João Távora
2020-05-19  5:26                                                                     ` Philippe Vaucher
2020-05-19  5:49                                                                       ` Yuri Khan
2020-05-19  5:58                                                                         ` Philippe Vaucher
2020-05-19  6:16                                                                           ` Philippe Vaucher
2020-05-19 14:26                                                                         ` Clément Pit-Claudel
2020-05-19  5:56                                                                       ` Philippe Vaucher
2020-05-19  7:55                                                                       ` tomas
2020-05-19 10:11                                                                         ` Philippe Vaucher
2020-05-19 10:34                                                                           ` tomas
2020-05-19 14:34                                                                         ` Arthur Miller
2020-05-19 14:44                                                                           ` Clément Pit-Claudel
2020-05-19 15:16                                                                           ` Eli Zaretskii
2020-05-19 10:13                                                                       ` João Távora
2020-05-19 10:22                                                                         ` Philippe Vaucher
2020-05-19 10:26                                                                           ` Philippe Vaucher
2020-05-19 23:48                                                                             ` João Távora
2020-05-20  6:19                                                                               ` Philippe Vaucher
2020-05-20  4:03                                                                         ` Richard Stallman
2020-05-20  6:16                                                                           ` Philippe Vaucher
2020-05-26  4:13                                                                             ` Richard Stallman
2020-05-26  5:42                                                                               ` Arthur Miller
2020-05-26  7:41                                                                                 ` Alfred M. Szmidt
2020-06-20  3:09                                                                                 ` Richard Stallman
2020-06-20 14:42                                                                                 ` Stefan Monnier
2020-05-18 16:59                                                                 ` João Távora
2020-05-19  3:53                                                         ` Richard Stallman
2020-05-19  4:56                                                           ` Clément Pit-Claudel
2020-05-19  5:28                                                           ` Philippe Vaucher
2020-05-31  7:01                                                             ` Richard Stallman
2020-05-18  3:49                                                   ` Richard Stallman
2020-05-08 17:53                             ` T.V Raman
2020-05-08 16:41                           ` Philippe Vaucher
2020-05-08 18:01                         ` Why are so many great packages not trying to get included in GNU Emacs? Phillip Lord
2020-05-08 18:47                           ` João Távora
2020-05-08 18:51                             ` Eli Zaretskii
2020-05-09  3:53                               ` Richard Stallman
2020-05-09  3:53                           ` Richard Stallman
2020-05-09 13:45                             ` Stefan Monnier
2020-05-10  2:30                               ` Richard Stallman
2020-05-09 13:33                       ` Andreas Röhler
2020-05-11 18:51                     ` Clément Pit-Claudel
2020-05-11 18:57                       ` Eli Zaretskii
2020-05-11 19:13                         ` Clément Pit-Claudel
2020-05-11 19:27                           ` Eric Abrahamsen
2020-05-11 19:27                           ` Eli Zaretskii
2020-05-11 19:36                             ` Clément Pit-Claudel
2020-05-12  2:23                               ` Eli Zaretskii
2020-05-12  2:46                                 ` Clément Pit-Claudel
2020-05-12 14:53                                   ` Eli Zaretskii
2020-05-12 16:44                                     ` Clément Pit-Claudel
2020-05-12 17:15                                       ` Eli Zaretskii
2020-05-12 17:26                                         ` Clément Pit-Claudel
2020-05-12 17:39                                           ` Eli Zaretskii
2020-05-12 19:48                                             ` Clément Pit-Claudel
2020-05-12 20:17                                               ` Alan Third
2020-05-13  3:03                                                 ` Clément Pit-Claudel
2020-05-13 14:50                                                   ` Eli Zaretskii
2020-05-13 16:58                                                   ` Alan Third
2020-05-13 17:36                                                     ` Clément Pit-Claudel
2020-05-14 10:06                                                       ` Robert Pluim
2020-05-14  5:08                                                     ` Richard Stallman
2020-05-14  5:08                                                     ` Richard Stallman
2020-05-14 14:09                                                       ` Eli Zaretskii
2020-05-14 19:27                                                         ` Alan Third
2020-05-13  4:01                                                 ` Richard Stallman
2020-05-12 20:28                                               ` Dmitry Gutov
2020-05-13  4:07                                               ` Richard Stallman
2020-05-13  4:22                                                 ` Clément Pit-Claudel
2020-05-13 15:00                                                   ` Eli Zaretskii
2020-05-13 15:16                                                     ` Clément Pit-Claudel
2020-05-13 16:01                                                       ` Eli Zaretskii
2020-05-13 16:55                                                         ` Clément Pit-Claudel
2020-05-13 17:01                                                           ` Alfred M. Szmidt
2020-05-14  5:09                                                   ` Richard Stallman
2020-05-14 14:02                                                     ` Eli Zaretskii
2020-05-15  3:23                                                       ` Richard Stallman
2020-05-13 14:14                                               ` Eli Zaretskii
2020-05-13 14:48                                                 ` Clément Pit-Claudel
2020-05-13 15:01                                               ` Copyright assignment checking by PGP-signed commits (WAS: Why are so many great packages not trying to get included in GNU Emacs?) Noam Postavsky
2020-05-13 15:15                                                 ` Clément Pit-Claudel
2020-05-12  3:17                         ` Why are so many great packages not trying to get included in GNU Emacs? Richard Stallman
2020-04-25  3:31           ` Richard Stallman
2020-04-25  3:55             ` Eric Abrahamsen
2020-04-26  3:25               ` Richard Stallman
2020-04-25  7:56             ` Tim Cross
2020-04-25  8:33               ` Eli Zaretskii
2020-04-26  6:06                 ` Tim Cross
2020-04-27  2:18               ` Richard Stallman
2020-04-27  4:08                 ` Stefan Monnier
2020-04-28  2:53                   ` Richard Stallman
2020-04-23 21:46       ` Andrea Corallo
2020-04-23 23:50         ` Tim Cross
2020-04-24  8:56           ` Andrea Corallo
2020-04-24  9:11             ` Stefan Kangas
2020-04-24 10:25             ` Eli Zaretskii
2020-04-24 15:51             ` Dmitry Gutov
2020-04-25  2:15             ` Tim Cross
2020-04-26  3:21               ` Richard Stallman
2020-04-23 19:03   ` Dmitry Gutov
2020-05-07 17:42     ` João Távora
2020-05-07 19:54       ` Clément Pit-Claudel
2020-05-07 20:28         ` João Távora
2020-05-08  6:26           ` Eli Zaretskii
2020-05-08 16:28             ` João Távora
2020-05-08 17:20               ` Eli Zaretskii
2020-04-23 19:19 ` Eli Zaretskii
2020-04-23 19:35   ` ndame
2020-04-23 19:38     ` Eli Zaretskii
2020-04-23 20:52 ` Stefan Monnier
2020-04-24  4:28   ` ndame
2020-04-25  3:37     ` Richard Stallman
2020-04-24  5:49   ` Stefan Kangas
2020-04-24 12:50     ` Stefan Monnier
2020-04-25  3:31   ` Richard Stallman
2020-04-25 14:27   ` Jean-Christophe Helary
2020-04-26  4:11   ` Po Lu
  -- strict thread matches above, loose matches on Subject: below --
2020-05-07 18:17 Luke Shumaker
2020-05-07 18:40 ` Eli Zaretskii
2020-05-09  3:50 ` Richard Stallman
2020-04-23 17:42 ndame
2020-04-24  0:50 ` Rostislav Svoboda
2020-04-24  2:23   ` Noam Postavsky

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