unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#39992: Merge external idlwave development efforts into GNU Emacs?
@ 2020-03-09  1:16 Stefan Kangas
  2021-09-19 15:49 ` Stefan Kangas
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Kangas @ 2020-03-09  1:16 UTC (permalink / raw)
  To: 39992; +Cc: jd smith

X-Debbugs-CC: JD Smith <jdsmith@rain.mhr.utoledo.edu>

Hi,

I don't use it myself, but I noticed that there is ongoing development
of idlwave.el here:

    https://github.com/jdtsmith/idlwave

As far as I can tell from the git log, the last change to idlwave by
JD Smith was on Fri Apr 27 19:34:22 2007 +0000.

Would it be possible to merge this effort into the version distributed
with GNU Emacs itself?  That way more users could benefit from the
improvements.

Thanks in advance.

Best regards,
Stefan Kangas





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

* bug#39992: Merge external idlwave development efforts into GNU Emacs?
  2020-03-09  1:16 bug#39992: Merge external idlwave development efforts into GNU Emacs? Stefan Kangas
@ 2021-09-19 15:49 ` Stefan Kangas
  2021-09-19 16:05   ` Stefan Kangas
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Kangas @ 2021-09-19 15:49 UTC (permalink / raw)
  To: 39992; +Cc: jd smith

Stefan Kangas <stefan@marxist.se> writes:

> I don't use it myself, but I noticed that there is ongoing development
> of idlwave.el here:
>
>     https://github.com/jdtsmith/idlwave
>
> As far as I can tell from the git log, the last change to idlwave by
> JD Smith was on Fri Apr 27 19:34:22 2007 +0000.
>
> Would it be possible to merge this effort into the version distributed
> with GNU Emacs itself?  That way more users could benefit from the
> improvements.

I note that on the GitHub page, there has since been added a note:

    Note: IDLWAVE is currently not maintained. In current form it
    supports IDL v8.6, and is still in daily use by some users.

    If you are interested in taking over IDLWAVE maintenance, please
    post an issue. See the DEVELOP file for information on the file
    structure layout.

I'm not sure what this means for the idlwave we ship with Emacs.

JD Smith, do you mind if someone else tries to on merge your external
development efforts into Emacs itself?





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

* bug#39992: Merge external idlwave development efforts into GNU Emacs?
  2021-09-19 15:49 ` Stefan Kangas
@ 2021-09-19 16:05   ` Stefan Kangas
  2021-09-19 16:41     ` JD Smith
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Kangas @ 2021-09-19 16:05 UTC (permalink / raw)
  To: 39992; +Cc: J.D. Smith

Stefan Kangas <stefan@marxist.se> writes:

> Stefan Kangas <stefan@marxist.se> writes:
>
>> I don't use it myself, but I noticed that there is ongoing development
>> of idlwave.el here:
>>
>>     https://github.com/jdtsmith/idlwave
>>
>> As far as I can tell from the git log, the last change to idlwave by
>> JD Smith was on Fri Apr 27 19:34:22 2007 +0000.
>>
>> Would it be possible to merge this effort into the version distributed
>> with GNU Emacs itself?  That way more users could benefit from the
>> improvements.
>
> I note that on the GitHub page, there has since been added a note:
>
>     Note: IDLWAVE is currently not maintained. In current form it
>     supports IDL v8.6, and is still in daily use by some users.
>
>     If you are interested in taking over IDLWAVE maintenance, please
>     post an issue. See the DEVELOP file for information on the file
>     structure layout.
>
> I'm not sure what this means for the idlwave we ship with Emacs.
>
> JD Smith, do you mind if someone else tries to on merge your external
> development efforts into Emacs itself?

The above email bounced, so I have now copied in the email address used
in the GitHub repository.





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

* bug#39992: Merge external idlwave development efforts into GNU Emacs?
  2021-09-19 16:05   ` Stefan Kangas
@ 2021-09-19 16:41     ` JD Smith
  2021-09-19 17:23       ` Stefan Kangas
  0 siblings, 1 reply; 6+ messages in thread
From: JD Smith @ 2021-09-19 16:41 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 39992


I’m happy for anyone to work on merging the latest IDLWAVE into Emacs, and I can assist with this process as time allows.  This might require some moderate effort, since I believe I refactored and simplified the code layout (in an attempt to attract a new maintainer) after my last push into emacs core.  This refactoring occurred around 20015/16. My last commit on GitHub was actually in 2018.  

I’ve also discussed with several of the emacs devels over the years moving IDLWAVE to a package on Elpa.  I think that’s a more appropriate home, since there are not terribly many users (as judged by the number of email queries I get now vs. a decade ago).

I still use IDLWAVE, but far more rarely than before.  There is currently a bug related to routine info scanning that I need to look into.  I’m happy to do this in the context of a merged core/elpa package if someone is able to lead that effort.  There were numerous changes on the emacs side based on obsoleted functions, etc. that I never found the time to bring over. 

And needless to say, if you know of any users of IDLWAVE who are interested in taking over maintenance and overseeing its re-folding back into the emacs core/elpa, I’d be delighted to speak with them. 

Best,
JDS

> On Sep 19, 2021, at 12:05 PM, Stefan Kangas <stefan@marxist.se> wrote:
> 
> Stefan Kangas <stefan@marxist.se> writes:
> 
>> Stefan Kangas <stefan@marxist.se> writes:
>> 
>>> I don't use it myself, but I noticed that there is ongoing development
>>> of idlwave.el here:
>>> 
>>>    https://github.com/jdtsmith/idlwave
>>> 
>>> As far as I can tell from the git log, the last change to idlwave by
>>> JD Smith was on Fri Apr 27 19:34:22 2007 +0000.
>>> 
>>> Would it be possible to merge this effort into the version distributed
>>> with GNU Emacs itself?  That way more users could benefit from the
>>> improvements.
>> 
>> I note that on the GitHub page, there has since been added a note:
>> 
>>    Note: IDLWAVE is currently not maintained. In current form it
>>    supports IDL v8.6, and is still in daily use by some users.
>> 
>>    If you are interested in taking over IDLWAVE maintenance, please
>>    post an issue. See the DEVELOP file for information on the file
>>    structure layout.
>> 
>> I'm not sure what this means for the idlwave we ship with Emacs.
>> 
>> JD Smith, do you mind if someone else tries to on merge your external
>> development efforts into Emacs itself?
> 
> The above email bounced, so I have now copied in the email address used
> in the GitHub repository.






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

* bug#39992: Merge external idlwave development efforts into GNU Emacs?
  2021-09-19 16:41     ` JD Smith
@ 2021-09-19 17:23       ` Stefan Kangas
  2021-09-19 17:40         ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Kangas @ 2021-09-19 17:23 UTC (permalink / raw)
  To: JD Smith; +Cc: 39992, Stefan Monnier

JD Smith <jdtsmith@gmail.com> writes:

> I’m happy for anyone to work on merging the latest IDLWAVE into Emacs,
> and I can assist with this process as time allows.  This might require
> some moderate effort, since I believe I refactored and simplified the
> code layout (in an attempt to attract a new maintainer) after my last
> push into emacs core.  This refactoring occurred around 20015/16. My
> last commit on GitHub was actually in 2018.

Thank you for your efforts in maintaining this package.  I don't
actually use it myself, so I only have a few observations on the
maintenance aspects below.

> I’ve also discussed with several of the emacs devels over the years
> moving IDLWAVE to a package on Elpa.  I think that’s a more
> appropriate home, since there are not terribly many users (as judged
> by the number of email queries I get now vs. a decade ago).

That makes sense to me.  I'm copying in Stefan Monnier, who is in charge
of GNU ELPA, in case he has anything to add.

> I still use IDLWAVE, but far more rarely than before.  There is
> currently a bug related to routine info scanning that I need to look
> into.  I’m happy to do this in the context of a merged core/elpa
> package if someone is able to lead that effort.  There were numerous
> changes on the emacs side based on obsoleted functions, etc. that I
> never found the time to bring over.

If we could get those changes merged into your version, perhaps we could
just replace the one in Emacs with yours?

It would of course be excellent if you could eventually find the time to
do that, and a priori it sounds like much less works than going the
other way around.

> And needless to say, if you know of any users of IDLWAVE who are
> interested in taking over maintenance and overseeing its re-folding
> back into the emacs core/elpa, I’d be delighted to speak with them.

I currently don't, unfortunately.  I suppose we shall have to wait and
see if there is someone interested.

Thanks again for getting back to us about this.





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

* bug#39992: Merge external idlwave development efforts into GNU Emacs?
  2021-09-19 17:23       ` Stefan Kangas
@ 2021-09-19 17:40         ` Eli Zaretskii
  0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2021-09-19 17:40 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 39992, monnier, jdtsmith

> From: Stefan Kangas <stefan@marxist.se>
> Date: Sun, 19 Sep 2021 10:23:02 -0700
> Cc: 39992@debbugs.gnu.org, Stefan Monnier <monnier@iro.umontreal.ca>
> 
> > I’ve also discussed with several of the emacs devels over the years
> > moving IDLWAVE to a package on Elpa.  I think that’s a more
> > appropriate home, since there are not terribly many users (as judged
> > by the number of email queries I get now vs. a decade ago).
> 
> That makes sense to me.  I'm copying in Stefan Monnier, who is in charge
> of GNU ELPA, in case he has anything to add.

Unfortunately, we cannot move anything from core to ELPA until we have
a way of producing a release tarball with ELPA packages.





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

end of thread, other threads:[~2021-09-19 17:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-09  1:16 bug#39992: Merge external idlwave development efforts into GNU Emacs? Stefan Kangas
2021-09-19 15:49 ` Stefan Kangas
2021-09-19 16:05   ` Stefan Kangas
2021-09-19 16:41     ` JD Smith
2021-09-19 17:23       ` Stefan Kangas
2021-09-19 17:40         ` Eli Zaretskii

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