From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88301 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: feature/gnus-select git branch Date: Fri, 28 Dec 2018 13:33:32 -0800 Message-ID: <87bm55l4k3.fsf@ericabrahamsen.net> References: <87efagomzm.fsf@ust.hk> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1546032768 24558 195.159.176.226 (28 Dec 2018 21:32:48 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 28 Dec 2018 21:32:48 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+M36511@lists.math.uh.edu Fri Dec 28 22:32:44 2018 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gczkK-0006F4-6W for ding-account@gmane.org; Fri, 28 Dec 2018 22:32:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.91) (envelope-from ) id 1gczlQ-00082N-4r; Fri, 28 Dec 2018 15:33:52 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.91) (envelope-from ) id 1gczlG-0007zb-QL for ding@lists.math.uh.edu; Fri, 28 Dec 2018 15:33:42 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1gczlF-0001yz-Av for ding@lists.math.uh.edu; Fri, 28 Dec 2018 15:33:42 -0600 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gczlE-0004ry-36 for ding@gnus.org; Fri, 28 Dec 2018 22:33:40 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gczj5-0004X8-F8 for ding@gnus.org; Fri, 28 Dec 2018 22:31:27 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:LzqGIfKOBPed/sBU1cNRoSZktXQ= X-Spam-Score: 0.8 (/) X-Spam-Report: SpamAssassin (3.4.2 2018-09-13) analysis follows Bayesian score: 0.2419 Ham tokens: 0.000-168--6230h-0s--0d--namespace, 0.000-50--1847h-0s--0d--H*M:fsf, 0.000-41--1506h-0s--7d--H*UA:Emacs, 0.000-40--1469h-0s--7d--H*u:Emacs, 0.000-32--1165h-0s--7d--H*UA:Gnus Spam tokens: 0.996-33154--660h-27500s--0d--H*r:quimby.gnus.org, 0.994-34128--1070h-28626s--0d--HTo:D*gnus.org, 0.994-2532--90h-2132s--0d--Hx-spam-relays-external:quimby.gnus.org, 0.994-2532--90h-2132s--0d--H*RU:quimby.gnus.org, 0.993-35102--1385h-29674s--0d--H*RT:quimby.gnus.org Autolearn status: no autolearn_force=no -0.0 BAYES_40 BODY: Bayes spam probability is 20 to 40% [score: 0.2419] 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 0.8 RDNS_NONE Delivered to internal network by a host with no rDNS List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88301 Archived-At: Andrew Cohen writes: > After 9 months of not having time to do anything gnus-related, I found a > few minutes to push some bug fixes to the feature/gnus-select > branch. And, of course, I completely borked the repository in the > process. > > So rather than go through the tedious process of restoring everything, > with the help of Stefan I created a new branch, feature/gnus-select2 > that is rebased off of master (from several days ago) and has all of my > local fixes in it. I will shortly delete the old feature/gnus-select > branch, and wanted to give anyone (anyone?) who is using it a chance to > upgrade. FWIW, I've seen no problems so far. The one bug I saw before -- where `nnselect-artlist' could pollute the global namespace -- is fixed. I've put in some shims for Gnorb, and everything's working as expected.