Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: "Adam Sjøgren via info-gnus-english" <info-gnus-english@gnu.org>
To: info-gnus-english@gnu.org
Subject: Re: Maybe a bug after df89d6d6dc429e638e425536d1c201b5373f2abd
Date: Sat, 28 Dec 2019 02:17:22 +0100	[thread overview]
Message-ID: <87h81lw8nx.fsf@tullinup.koldfront.dk> (raw)
In-Reply-To: <87fth5e0ja.fsf@gnus.org>

Lars writes:

> Garjola Dindi <garjola@garjola.net> writes:
>
>> I have a strange behaviour with recent versions of gnus (in emacs
>> master and branch emacs-27).
>>
>> When I try to subscribe to a group in the *Browse server buffer*, all
>> groups appear with the ’K’ mark and the subscribe command ’u’ does not
>> subscribe (the ’K’ still appears and the group is not subscribed).
>
> This was due to a recent change -- whenever a group changed level, it
> would put a nil onto gnus-newsrc-alist, thereby making it invalid.
>
> I've now pushed a fix for this to both emacs-27 and the trunk.

Is this a fix for:

  7b3b27eef1325b41187f2e9cc898644d5eae9ff3 is the first bad commit
  commit 7b3b27eef1325b41187f2e9cc898644d5eae9ff3
  Author: Stefan Monnier <monnier@iro.umontreal.ca>
  Date:   Sun Dec 22 16:09:31 2019 -0500

      * lisp/gnus/gnus-start.el: Use lexical-binding

      (gnus-group-change-level, gnus-make-hashtable-from-newsrc-alist):
      Use gnus-info-make.
      (gnus-make-hashtable-from-newsrc-alist): Prefer `gnus-info-group`
      to `car` when applied to a `gnus-info` object.
      (gnus-make-hashtable-from-killed): Remove unused vars `lists` and `list`.
      (gnus-gnus-to-quick-newsrc-format): Extract common code from if branches.

      * lisp/gnus/gnus.el (gnus-info-make): New constructor.

   lisp/gnus/gnus-start.el | 59 ++++++++++++++++++++++---------------------------
   lisp/gnus/gnus.el       |  4 ++++
   2 files changed, 31 insertions(+), 32 deletions(-)

?

I just bisected the problem that Garjola and I have hit, where if you
press u on an unsubscribed group, you get an error, and when quitting
Gnus you get something like this (with toggle-debug-on-error):

  Debugger entered--Lisp error: (wrong-type-argument stringp nil)
    encode-coding-string(nil utf-8-emacs)
    #f(compiled-function (info) #<bytecode 0x1564b3c89a85>)(nil)
    mapcar(#f(compiled-function (info) #<bytecode 0x1564b3c89a85>) (nil ("nntp+fb:feedbase.blog.adafruit.q..." [...cut...] ...))
    gnus-gnus-to-quick-newsrc-format()
    gnus-save-newsrc-file()
    gnus-group-exit()
    funcall-interactively(gnus-group-exit)
    call-interactively(gnus-group-exit nil nil)
    command-execute(gnus-group-exit)

and when quitting Emacs, it asks if .newsrc.eld should be saved (which
will save an almost empty file).


  Best regards,

    Adam

-- 
 "It's a shite state of affairs to be in, and no            Adam Sjøgren
  amount of fresh air is ever going to change that."   asjo@koldfront.dk


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

  reply	other threads:[~2019-12-28  1:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-28  0:11 Garjola Dindi
2019-12-28  0:26 ` Adam Sjøgren via info-gnus-english
2019-12-28  0:50 ` Lars Ingebrigtsen
2019-12-28  1:17   ` Adam Sjøgren via info-gnus-english [this message]
2019-12-28  1:19     ` Adam Sjøgren via info-gnus-english
2019-12-28  1:29     ` Lars Ingebrigtsen
2019-12-28  7:42       ` Garjola Dindi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h81lw8nx.fsf@tullinup.koldfront.dk \
    --to=info-gnus-english@gnu.org \
    --cc=asjo@koldfront.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).