From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#21462: 25.0.50; Gnus thread gathering and sorting inverted Date: Mon, 08 Feb 2016 15:51:06 +1100 Message-ID: <878u2vhkjp.fsf@gnus.org> References: <878u8cdfmt.fsf@md5i.com> <87si15awxh.fsf@gnus.org> <87zivdge7z.fsf@md5i.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1454907151 25021 80.91.229.3 (8 Feb 2016 04:52:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Feb 2016 04:52:31 +0000 (UTC) Cc: 21462@debbugs.gnu.org To: Michael Welsh Duggan Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 08 05:52:13 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aSdo5-000727-M5 for geb-bug-gnu-emacs@m.gmane.org; Mon, 08 Feb 2016 05:52:13 +0100 Original-Received: from localhost ([::1]:41161 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSdo1-0002sd-Tq for geb-bug-gnu-emacs@m.gmane.org; Sun, 07 Feb 2016 23:52:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSdnx-0002sJ-PK for bug-gnu-emacs@gnu.org; Sun, 07 Feb 2016 23:52:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSdnu-0006H2-IC for bug-gnu-emacs@gnu.org; Sun, 07 Feb 2016 23:52:05 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:57490) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSdnu-0006Gy-F6 for bug-gnu-emacs@gnu.org; Sun, 07 Feb 2016 23:52:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aSdnu-0001Gi-30; Sun, 07 Feb 2016 23:52:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, bugs@gnus.org Resent-Date: Mon, 08 Feb 2016 04:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21462 X-GNU-PR-Package: emacs,gnus X-GNU-PR-Keywords: Original-Received: via spool by 21462-submit@debbugs.gnu.org id=B21462.14549070974843 (code B ref 21462); Mon, 08 Feb 2016 04:52:02 +0000 Original-Received: (at 21462) by debbugs.gnu.org; 8 Feb 2016 04:51:37 +0000 Original-Received: from localhost ([127.0.0.1]:37845 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aSdnU-0001G3-Oe for submit@debbugs.gnu.org; Sun, 07 Feb 2016 23:51:36 -0500 Original-Received: from hermes.netfonds.no ([80.91.224.195]:45096) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aSdnT-0001Fv-8R for 21462@debbugs.gnu.org; Sun, 07 Feb 2016 23:51:35 -0500 Original-Received: from cpe-60-225-211-161.nsw.bigpond.net.au ([60.225.211.161] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aSdn4-0002zA-Nb; Mon, 08 Feb 2016 05:51:11 +0100 In-Reply-To: <87zivdge7z.fsf@md5i.com> (Michael Welsh Duggan's message of "Sun, 07 Feb 2016 02:40:48 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-MailScanner-ID: 1aSdn4-0002zA-Nb MailScanner-NULL-Check: 1455511873.22579@kNqZU2G6DcEM523AzCdvJA X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:112686 Archived-At: Michael Welsh Duggan writes: > 1) gnus-make-threads -> gathers articles into threads by ref > 2) gnus-cut-threads -> removes "uninteresting" articles from the > threads > 3) gnus-sort-threads -> sorts the threads (with respect to each other thread) > 4) gnus-summary-thread-gathering-function -> gathers threads with > similar characteristics (subject, reference) into a single thread > 5) gnus-sort-gathered-threads -> sorts the articles within each thread > > My argument is that steps 3 and 4 are backwards. Step 4 is the place > where the final thread groupings are decided, and sorting these threads > with respect to each other should happen afterward. Yes, but can't you just sort the gathered threads in the way you would have wanted to have them sorted if they had been sorted before gathering? I think I vaguely think that should kinda work... -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no