Gnus development mailing list
 help / color / mirror / Atom feed
From: Colin Baxter <m43cap@yandex.com>
To: ding@gnus.org
Subject: Groups will not stay in topic
Date: Sat, 11 Feb 2023 09:48:18 +0000	[thread overview]
Message-ID: <877cwosfbx.fsf@yandex.com> (raw)


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.



             reply	other threads:[~2023-02-11  9:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-11  9:48 Colin Baxter [this message]
2023-02-13 19:53 ` Eric Abrahamsen
2023-02-15 20:19   ` Colin Baxter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877cwosfbx.fsf@yandex.com \
    --to=m43cap@yandex.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).