GNU bug report logs - #36766
27.0.50; Remove gnus-start-news-server

Previous Next

Packages: gnus, emacs;

Reported by: Eric Abrahamsen <eric <at> ericabrahamsen.net>

Date: Mon, 22 Jul 2019 18:43:01 UTC

Severity: normal

Found in version 27.0.50

Done: Eric Abrahamsen <eric <at> ericabrahamsen.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 36766 in the body.
You can then email your comments to 36766 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org:
bug#36766; Package emacs,gnus. (Mon, 22 Jul 2019 18:43:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Eric Abrahamsen <eric <at> ericabrahamsen.net>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org. (Mon, 22 Jul 2019 18:43:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Eric Abrahamsen <eric <at> ericabrahamsen.net>
To: bug-gnu-emacs <at> gnu.org
Subject: 27.0.50; Remove gnus-start-news-server
Date: Mon, 22 Jul 2019 11:42:33 -0700
I think this function can be removed entirely. It is the only place
where the obsolete variables `gnus-nntp-server' and
`gnus-secondary-servers' are referenced, and its main job seems to be
bailing on Gnus startup if a nntp server isn't available. Now that Gnus
doesn't insist on being a newsreader, there's no reason why it should
ever bail on startup, no matter what happened. The only bit of the
function that looks like it should be kept is:

(gnus-agent-read-servers-validate-native gnus-select-method)

Which updates from earlier versions, but that bit could be moved elsewhere.




Information forwarded to bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org:
bug#36766; Package emacs,gnus. (Tue, 23 Jul 2019 17:28:01 GMT) Full text and rfc822 format available.

Message #8 received at 36766 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Eric Abrahamsen <eric <at> ericabrahamsen.net>
Cc: 36766 <at> debbugs.gnu.org
Subject: Re: bug#36766: 27.0.50; Remove gnus-start-news-server
Date: Tue, 23 Jul 2019 19:26:57 +0200
Eric Abrahamsen <eric <at> ericabrahamsen.net> writes:

> I think this function can be removed entirely. It is the only place
> where the obsolete variables `gnus-nntp-server' and
> `gnus-secondary-servers' are referenced, and its main job seems to be
> bailing on Gnus startup if a nntp server isn't available.

Yes, so when gnus-nntp-server is removed, that function should be
removed (is the plan).  It's only been obsolete since 24.1, though, so
that sounds too soon.  Perhaps for Emacs 28?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org:
bug#36766; Package emacs,gnus. (Tue, 23 Jul 2019 18:36:02 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Eric Abrahamsen <eric <at> ericabrahamsen.net>
To: bug-gnu-emacs <at> gnu.org
Subject: Re: bug#36766: 27.0.50; Remove gnus-start-news-server
Date: Tue, 23 Jul 2019 11:34:49 -0700
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> Eric Abrahamsen <eric <at> ericabrahamsen.net> writes:
>
>> I think this function can be removed entirely. It is the only place
>> where the obsolete variables `gnus-nntp-server' and
>> `gnus-secondary-servers' are referenced, and its main job seems to be
>> bailing on Gnus startup if a nntp server isn't available.
>
> Yes, so when gnus-nntp-server is removed, that function should be
> removed (is the plan).  It's only been obsolete since 24.1, though, so
> that sounds too soon.  Perhaps for Emacs 28?

Oh! I was getting ahead of things, sorry. 28 sounds fine to me. I guess
I'll leave this bug report open for when the time comes.





Information forwarded to bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org:
bug#36766; Package emacs,gnus. (Thu, 25 Jul 2019 09:35:02 GMT) Full text and rfc822 format available.

Message #14 received at 36766 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Eric Abrahamsen <eric <at> ericabrahamsen.net>
Cc: 36766 <at> debbugs.gnu.org
Subject: Re: bug#36766: 27.0.50; Remove gnus-start-news-server
Date: Thu, 25 Jul 2019 11:34:00 +0200
Eric Abrahamsen <eric <at> ericabrahamsen.net> writes:

> Oh! I was getting ahead of things, sorry. 28 sounds fine to me. I guess
> I'll leave this bug report open for when the time comes.

I don't think that's necessary...  perhaps just add a comment to the
line before gnus-nntp-server that this function should be removed at the
same time?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org:
bug#36766; Package emacs,gnus. (Thu, 25 Jul 2019 16:14:02 GMT) Full text and rfc822 format available.

Message #17 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Eric Abrahamsen <eric <at> ericabrahamsen.net>
To: bug-gnu-emacs <at> gnu.org
Cc: 36766-done <at> debbugs.gnu.org
Subject: Re: bug#36766: 27.0.50; Remove gnus-start-news-server
Date: Thu, 25 Jul 2019 09:13:29 -0700
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> Eric Abrahamsen <eric <at> ericabrahamsen.net> writes:
>
>> Oh! I was getting ahead of things, sorry. 28 sounds fine to me. I guess
>> I'll leave this bug report open for when the time comes.
>
> I don't think that's necessary...  perhaps just add a comment to the
> line before gnus-nntp-server that this function should be removed at the
> same time?

Okay, will do.





Reply sent to Eric Abrahamsen <eric <at> ericabrahamsen.net>:
You have taken responsibility. (Thu, 25 Jul 2019 16:14:02 GMT) Full text and rfc822 format available.

Notification sent to Eric Abrahamsen <eric <at> ericabrahamsen.net>:
bug acknowledged by developer. (Thu, 25 Jul 2019 16:14:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 23 Aug 2019 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 239 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.