* Re: master 38650b630bd: Document 'cond*' [not found] ` <20240829090309.A635AC1F9FB@vcs2.savannah.gnu.org> @ 2024-08-29 22:00 ` Philip Kaludercic 2024-09-01 3:01 ` Richard Stallman 0 siblings, 1 reply; 5+ messages in thread From: Philip Kaludercic @ 2024-08-29 22:00 UTC (permalink / raw) To: emacs-devel; +Cc: Eli Zaretskii, Richard Stallman Eli Zaretskii <eliz@gnu.org> writes: > branch: master > commit 38650b630bdb8b105a7e3c917cc8053133681abc > Author: Eli Zaretskii <eliz@gnu.org> > Commit: Eli Zaretskii <eliz@gnu.org> > > Document 'cond*' > > * doc/lispref/control.texi (cond* Macro): New subsection. > Text written by Richard Stallman <rms@gnu.org>. > * etc/NEWS: Document 'cond*'. I totally missed that cond* has been added! Is there any interest in adding the package to ELPA? -- Philip Kaludercic on peregrine ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: master 38650b630bd: Document 'cond*' 2024-08-29 22:00 ` master 38650b630bd: Document 'cond*' Philip Kaludercic @ 2024-09-01 3:01 ` Richard Stallman 2024-09-01 6:50 ` Philip Kaludercic 0 siblings, 1 reply; 5+ messages in thread From: Richard Stallman @ 2024-09-01 3:01 UTC (permalink / raw) To: Philip Kaludercic; +Cc: emacs-devel, eliz [[[ 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. ]]] > I totally missed that cond* has been added! Is there any interest in > adding the package to ELPA? There is no need -- it is part of core Emacs. It needs to be there so that any part of Emacs can use it. -- 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: master 38650b630bd: Document 'cond*' 2024-09-01 3:01 ` Richard Stallman @ 2024-09-01 6:50 ` Philip Kaludercic 2024-09-04 2:03 ` Richard Stallman 0 siblings, 1 reply; 5+ messages in thread From: Philip Kaludercic @ 2024-09-01 6:50 UTC (permalink / raw) To: Richard Stallman; +Cc: emacs-devel, eliz 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. ]]] > > > I totally missed that cond* has been added! Is there any interest in > > adding the package to ELPA? > > There is no need -- it is part of core Emacs. > It needs to be there so that any part of Emacs can use it. The question was not "should we move cond* from the core to ELPA", but should cond* be made available via ELPA as a core package (just like xref, project, eglot, ...) so that older releases of Emacs can use it as well. From what I see, the code should run fine with Emacs 24.1, so it shouldn't take much effort, and more packages could utilise the macro. -- Philip Kaludercic on peregrine ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: master 38650b630bd: Document 'cond*' 2024-09-01 6:50 ` Philip Kaludercic @ 2024-09-04 2:03 ` Richard Stallman 2024-09-04 6:14 ` Philip Kaludercic 0 siblings, 1 reply; 5+ messages in thread From: Richard Stallman @ 2024-09-04 2:03 UTC (permalink / raw) To: Philip Kaludercic; +Cc: emacs-devel, eliz [[[ 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. ]]] > The question was not "should we move cond* from the core to ELPA", but > should cond* be made available via ELPA as a core package (just like > xref, project, eglot, ...) so that older releases of Emacs can use it as > well. The question actually asked was nether of those, but simply, "Is there any interest in adding the package to ELPA?" Those words are not very clear. I think your suggestion is a good one. -- 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: master 38650b630bd: Document 'cond*' 2024-09-04 2:03 ` Richard Stallman @ 2024-09-04 6:14 ` Philip Kaludercic 0 siblings, 0 replies; 5+ messages in thread From: Philip Kaludercic @ 2024-09-04 6:14 UTC (permalink / raw) To: Richard Stallman; +Cc: emacs-devel, eliz 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. ]]] > > > The question was not "should we move cond* from the core to ELPA", but > > should cond* be made available via ELPA as a core package (just like > > xref, project, eglot, ...) so that older releases of Emacs can use it as > > well. > > The question actually asked was nether of those, but simply, "Is there > any interest in adding the package to ELPA?" Those words are not very > clear. Sorry about that. > I think your suggestion is a good one. OK, I'll push a few changes to cond-star.el to make it a package. Should I ping you before publishing it? -- Philip Kaludercic on peregrine ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-09-04 6:14 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <172492218906.28844.13505377249644129249@vcs2.savannah.gnu.org> [not found] ` <20240829090309.A635AC1F9FB@vcs2.savannah.gnu.org> 2024-08-29 22:00 ` master 38650b630bd: Document 'cond*' Philip Kaludercic 2024-09-01 3:01 ` Richard Stallman 2024-09-01 6:50 ` Philip Kaludercic 2024-09-04 2:03 ` Richard Stallman 2024-09-04 6:14 ` 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).