From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88613 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Calling for testers: scratch/gnus-decoded branch Date: Sun, 09 Jun 2019 21:18:35 -0700 Message-ID: <87imtecbtw.fsf@ericabrahamsen.net> References: <875zpsycy4.fsf@ericabrahamsen.net> <87a7etnhla.fsf@tullinup.koldfront.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="269857"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+M36816@lists.math.uh.edu Mon Jun 10 06:19:48 2019 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1haBme-00181E-IG for ding-account@gmane.org; Mon, 10 Jun 2019 06:19:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92) (envelope-from ) id 1haBlm-0000lq-Q7; Sun, 09 Jun 2019 23:18:54 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1haBlg-0000j5-OY for ding@lists.math.uh.edu; Sun, 09 Jun 2019 23:18:48 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1haBlf-00078H-4s for ding@lists.math.uh.edu; Sun, 09 Jun 2019 23:18:48 -0500 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1haBlb-0002WM-Jq for ding@gnus.org; Mon, 10 Jun 2019 06:18:45 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1haBla-0016w3-Ot for ding@gnus.org; Mon, 10 Jun 2019 06:18:42 +0200 X-Injected-Via-Gmane: http://gmane.org/ Cancel-Lock: sha1:aZMPk55RXfed6IugvaefULIXS+A= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88613 Archived-At: Adam Sjøgren writes: > Eric writes: > >> Basically you would check out a local copy of the scratch/gnus-decoded >> branch, run "make" in it, BACK UP YOUR .newsrc.eld FILE, then restart >> Emacs and do what you normally do in Gnus, and see if anything looks >> funny. When you're tired of that, switch back to master, run "make" >> again, and replace your backup .newsrc.eld file. > > I just tried it. Here are my notes. > > First start up after switching to scratch/gnus-decoded: > > This line is shown as the first group the *Group* buffer: > > *: nntp+fb:feedbase.blog.københavnsskiklub > > Which is unexpected - both the "*" and the placement. I *think* that's > my only nntp-group with a non-ascii name. > > None of my non-ascii nnml:-groups show up like that. > > I can enter the group, and I can move it to it's rightful place in my > topic hierarchy. > > After I quit Gnus and start it again, it shows up with "*" again, but > in the right place in the list of groups. > > Pressing "g" doesn't make the "*" go away. Entering the group does. > Pressing "g" after quitting the group doesn't make the "*" return. > > Quitting Emacs and starting it again gives the same result, > nntp+fb:feedbase.blog.københavnsskiklub appears with a "*" again. > > > Doing a dwdiff, this is what has changed: > > In gnus-newsrc-alist∵ > > -("nntp+fb:feedbase.blog.k\303\270benhavnsskiklub" 3 ((1 . 140)) > ((unexist) (seen (1 . 13) 15 (17 . 22) (25 . 26) (28 . 50) (52 . 57) > (59 . 65) (67 . 80) (82 . 103) (105 . 112) 114 (116 . 117) (119 . 120) > (123 . 124) (128 . 140))) "nntp:fb") > > +("nntp+fb:feedbase.blog.k\303\270benhavnsskiklub" 3 ((1 . 140)) > ((unexist) (seen (1 . 13) 15 (17 . 22) (25 . 26) (28 . 50) (52 . 57) (59 > . 65) (67 . 80) (82 . 103) (105 . 112) 114 (116 . 117) (119 . 120) (123 > . 124) (128 . 140))) "nntp:fb") > > (i.e. moved a lot down in the file.) > > In gnus-topic-alist: > > -"nntp+fb:feedbase.blog.k\303\270benhavnsskiklub" > > +"nntp+fb:feedbase.blog.københavnsskiklub" > > > -"nnml:hyskenstr\303\246de" > > -"nnml:nyt\303\245rskort-2011" "nnml:nyt\303\245rskort-2012" > > +"nnml:hyskenstræde" "nnml:nytårskort-2011" "nnml:nytårskort-2012" > > > Hope this helps, That did help, thanks very much! My quick fix of a few days ago was a little too quick. I've just added a commit to the branch that should address this. Thanks, Eric