From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, FREEMAIL_FROM,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 4621 invoked from network); 11 Feb 2023 09:48:49 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 11 Feb 2023 09:48:49 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pQmUw-009Py1-LV for ml@inbox.vuxu.org; Sat, 11 Feb 2023 03:48:46 -0600 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.96) (envelope-from ) id 1pQmUw-000CYv-0v for ml@inbox.vuxu.org; Sat, 11 Feb 2023 03:48:46 -0600 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1pQmUp-000CYm-2d for ding@lists.math.uh.edu; Sat, 11 Feb 2023 03:48:39 -0600 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pQmUm-006DYb-Ly for ding@lists.math.uh.edu; Sat, 11 Feb 2023 03:48:39 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:Reply-To:Message-ID:Date:Subject: From:To:Sender:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=0lACsDADOZYpX8xmWdEBvnrLdSmXAxyyuGVcZZb17t8=; b=gOF8f8fwqhGF3PEsbQ1PYMQVFw s6IpHCKdTmGeIa9zXhuJXSA7LdGStkjh2OTP2mUAvW75+kNSJGDCJSFkHyF2b2JPG7eNyHr1iIIri w3/lE+d8xzM7LMZkISxeNk3J6IbygqZNhvaBopTLKHeQ/EvtxJ8zU/UXAB5iBHUA2VK8=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pQmUd-0003fD-Ro for ding@gnus.org; Sat, 11 Feb 2023 10:48:31 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1pQmUb-0008uI-LF for ding@gnus.org; Sat, 11 Feb 2023 10:48:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Colin Baxter Subject: Groups will not stay in topic Date: Sat, 11 Feb 2023 09:48:18 +0000 Message-ID: <877cwosfbx.fsf@yandex.com> Reply-To: m43cap@yandex.com Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (gnu/linux) Cancel-Lock: sha1:8SKvqkwz6Sei04LdASb+Pmj4abU= X-Face: BHjiJOg/Qmj'BQgsAKL@])L)e62P)C"Y=6T Face: iVBORw0KGgoAAAANSUhEUgAAAEkAAAATAgMAAAChCMjeAAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEX/zAABCWP///8I RHjYAAAAAWJLR0QCZgt8ZAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB+UFEAk5BvqS634A AAAbSURBVBjTY2BgCA1hYA0FAxDDgQEERsXoIAYA2F9Eb3cpB+AAAAAldEVYdGRhdGU6Y3JlYXRl ADIwMjEtMDUtMTZUMTA6NTY6MTcrMDE6MDCh/kkpAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIxLTA1 LTE2VDA5OjU3OjA2KzAxOjAwTyZ6HwAAAABJRU5ErkJggg== List-ID: Precedence: bulk I have several topics, and in my ~/.gnus.el they are arranged according to: --8<---------------cut here---------------start------------->8--- (eval-after-load 'gnus-topic '(progn (setq gnus-topic-topology '(("Gnus" visible) ;; root (("topic-1" visible nil nil)) (("topic-2" visible nil nil )))) (setq gnus-topic-alist '(("topic-1" ; key of first topic "group-1" "group-2") ("topic-2" ; key of second topic "group-a" "group-b") ("Gnus"))))) --8<---------------cut here---------------end--------------->8--- I have more than two topics and four groups so the above scheme is generic only. Everything works well except for three groups in the final topic. These groups will only stay in the topic area during the session in which they were placed. In a new gnus session they have jumped out of the topic and are visible just below the root "Gnus" but before the first topic. No matter how often I return them using "Tm" to the last topic they will have jumped out in the next session. I can live with it, I suppose, but does anyone recognises the issue and suggest a solution? Thanks. Colin Baxter.