From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alex Bochannek Newsgroups: gmane.emacs.bugs Subject: bug#48950: 28.0.50; Gnus nnvirtual selection with positive prefix shows newest articles of component groups Date: Mon, 14 Jun 2021 10:34:32 -0700 Message-ID: References: <87o8ca2at7.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31147"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin) Cc: 48950@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jun 14 19:35:15 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lsqUV-0007vY-5t for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 14 Jun 2021 19:35:15 +0200 Original-Received: from localhost ([::1]:47698 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lsqUT-0005sx-Il for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 14 Jun 2021 13:35:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49418) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lsqUI-0005sl-Rw for bug-gnu-emacs@gnu.org; Mon, 14 Jun 2021 13:35:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:36208) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lsqUI-0005XY-2Z for bug-gnu-emacs@gnu.org; Mon, 14 Jun 2021 13:35:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lsqUH-0003DJ-Qz for bug-gnu-emacs@gnu.org; Mon, 14 Jun 2021 13:35:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Alex Bochannek Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 14 Jun 2021 17:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48950 X-GNU-PR-Package: emacs Original-Received: via spool by 48950-submit@debbugs.gnu.org id=B48950.162369208912328 (code B ref 48950); Mon, 14 Jun 2021 17:35:01 +0000 Original-Received: (at 48950) by debbugs.gnu.org; 14 Jun 2021 17:34:49 +0000 Original-Received: from localhost ([127.0.0.1]:47754 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsqU4-0003Cm-MR for submit@debbugs.gnu.org; Mon, 14 Jun 2021 13:34:48 -0400 Original-Received: from ns.lapseofthought.com ([50.0.39.240]:46043 helo=mail.lapseofthought.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsqU2-0003Cd-EZ for 48950@debbugs.gnu.org; Mon, 14 Jun 2021 13:34:47 -0400 Original-Received: from awb-mbp.local (unknown [IPv6:2601:646:4200:b470:80fd:a41c:b5fc:560c]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.lapseofthought.com (Postfix) with ESMTPSA id 4G3dql6ctHz3pdqD; Mon, 14 Jun 2021 10:34:43 -0700 (PDT) In-Reply-To: <87o8ca2at7.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 13 Jun 2021 14:44:52 +0200") Authentication-Results: ORIGINATING; auth=pass smtp.auth=alex smtp.mailfrom=alex@bochannek.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:208514 Archived-At: Lars Ingebrigtsen writes: > Alex Bochannek writes: > >> I am not sure if this behavior is intentional or not, but it surprised >> me and I thought I'd ask before I invest time changing it. >> >> When selecting an `nnvirtual' group with a numeric prefix, I see the >> newest messages of each of its component groups and not the newest >> messages of the combined group. > > Yup. It's pretty annoying and should be fixed, but I didn't see any > easy way to do that the last time I poked at it (which was a couple > decades ago). OK, good to know that this is a known problem. No promises when I will get around to looking at it. -- Alex.