* New theme pack for emacs
@ 2024-12-21 7:09 Bruno Ciccarino
2024-12-22 16:57 ` Philip Kaludercic
0 siblings, 1 reply; 5+ messages in thread
From: Bruno Ciccarino @ 2024-12-21 7:09 UTC (permalink / raw)
To: emacs-devel
[-- Attachment #1: Type: text/plain, Size: 471 bytes --]
Good evening, or morning, wherever you are reading, I recently created a
theme pack for Emacs, based on my existing one for Neovim, and I would like
to know, how can I do it so that it is accepted in Elpa/Melpa, now? I sent
the pull request, if anyone could review it and help me get it through, I
would be very grateful, the pull request link is this:
https://github.com/melpa/melpa/pull/9291
I would like to thank anyone who can help me in advance. reply, I'll wait.
[-- Attachment #2: Type: text/html, Size: 649 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: New theme pack for emacs
2024-12-21 7:09 New theme pack for emacs Bruno Ciccarino
@ 2024-12-22 16:57 ` Philip Kaludercic
2024-12-24 4:53 ` Richard Stallman
0 siblings, 1 reply; 5+ messages in thread
From: Philip Kaludercic @ 2024-12-22 16:57 UTC (permalink / raw)
To: Bruno Ciccarino; +Cc: emacs-devel
Bruno Ciccarino <brunociccarinoo@gmail.com> writes:
> Good evening, or morning, wherever you are reading, I recently created a
> theme pack for Emacs, based on my existing one for Neovim, and I would like
> to know, how can I do it so that it is accepted in Elpa/Melpa, now? I sent
> the pull request, if anyone could review it and help me get it through, I
> would be very grateful, the pull request link is this:
>
> https://github.com/melpa/melpa/pull/9291
We have nothing to do with the MELPA archive. If you want to, we can
add the package to GNU or NonGNU ELPA. I would guess you want to add it
to NonGNU ELPA, as the code is licensed under MIT?
There is not much code to comment on, my only question is if
`nekonight-main-color' is supposed to be a user option, or if you could
even define it as a constant?
> I would like to thank anyone who can help me in advance. reply, I'll wait.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: New theme pack for emacs
2024-12-22 16:57 ` Philip Kaludercic
@ 2024-12-24 4:53 ` Richard Stallman
2024-12-24 9:22 ` Philip Kaludercic
0 siblings, 1 reply; 5+ messages in thread
From: Richard Stallman @ 2024-12-24 4:53 UTC (permalink / raw)
To: Philip Kaludercic; +Cc: brunociccarinoo, emacs-devel
[[[ To any NSA and FBI agents reading my email: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> We have nothing to do with the MELPA archive. If you want to, we can
> add the package to GNU or NonGNU ELPA. I would guess you want to add it
> to NonGNU ELPA, as the code is licensed under MIT?
I don't follow the inference here -- could you explain it?
Specifically, I don't see any reason why it could not be included in
GNU ELPA, if the developers want that and we want that.
--
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: New theme pack for emacs
2024-12-24 4:53 ` Richard Stallman
@ 2024-12-24 9:22 ` Philip Kaludercic
2024-12-26 4:32 ` Richard Stallman
0 siblings, 1 reply; 5+ messages in thread
From: Philip Kaludercic @ 2024-12-24 9:22 UTC (permalink / raw)
To: Richard Stallman; +Cc: brunociccarinoo, emacs-devel
Richard Stallman <rms@gnu.org> writes:
> [[[ To any NSA and FBI agents reading my email: please consider ]]]
> [[[ whether defending the US Constitution against all enemies, ]]]
> [[[ foreign or domestic, requires you to follow Snowden's example. ]]]
>
> > We have nothing to do with the MELPA archive. If you want to, we can
> > add the package to GNU or NonGNU ELPA. I would guess you want to add it
> > to NonGNU ELPA, as the code is licensed under MIT?
>
> I don't follow the inference here -- could you explain it?
> Specifically, I don't see any reason why it could not be included in
> GNU ELPA, if the developers want that and we want that.
My inference is that since the package is not published under GPLv3, the
authors probably didn't intend to add the package to GNU ELPA. But I
might be mistaken!
To the package author: If the package is to be added to GNU ELPA, all
significant contributors have to sign the FSF copyright assignment [0]
and the package must be relicensed to match that of Emacs.
[0] https://www.fsf.org/licensing/assigning.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: New theme pack for emacs
2024-12-24 9:22 ` Philip Kaludercic
@ 2024-12-26 4:32 ` Richard Stallman
0 siblings, 0 replies; 5+ messages in thread
From: Richard Stallman @ 2024-12-26 4:32 UTC (permalink / raw)
To: Philip Kaludercic; +Cc: brunociccarinoo, emacs-devel
[[[ To any NSA and FBI agents reading my email: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> My inference is that since the package is not published under GPLv3, the
> authors probably didn't intend to add the package to GNU ELPA. But I
> might be mistaken!
If the authors assign the copyright, we would probably relicense it
under GPL-3-or-later -- unless there is some specific reason not to.
I can't think of what might be such a reason, but I don't want to
assert it can't possibly happen.
--
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-12-26 4:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-21 7:09 New theme pack for emacs Bruno Ciccarino
2024-12-22 16:57 ` Philip Kaludercic
2024-12-24 4:53 ` Richard Stallman
2024-12-24 9:22 ` Philip Kaludercic
2024-12-26 4:32 ` Richard Stallman
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.