confusing locking problem message

2025-03-13 Thread hput
OS: Ubuntu 24.04.2 LTS (LXDE desktop) Gnus v5.13 GNU Emacs 30.0.92 (build 2, x86_64-pc-linux-gnu, X toolkit, cairo version 1.18.0, Xaw scroll bars) of 2024-12-05 I don't really understand what is happening to make the error message below every time I start gnus. , | movemail: mailbox `/ho

Re: How to move many groups into a topic

2025-02-17 Thread hput
Adam Sjøgren writes: > hput writes: > >> How does one mass move them into that topic... > > You can kill groups (as many as you like) with C-k and then yank them > where you want them with C-y (repeat until all are yanked). > > That's how I move bunches of group

How to move many groups into a topic

2025-02-16 Thread hput
Sorry for the dimwit question, but I've been withpit gnus running for a good while and as always for us older folks... I've forgotten an awful lot I once knew about gnus operations. I like topic mode where I keep related groups in topics in gnus 't' mode. I've let things go so long that I have an

How to open gnus agent category buffer

2023-03-31 Thread hput
I've plowed every reference to agent category buffer I can find and none of it has seen fit to menion how that buffer opened... the key-combo Anyone know?

Re: Where in gnus manual is info about timers

2022-01-17 Thread hput
Bodertz writes: > I think you just need to make it a function. > > (gnus-demon-init) > > (defun my-gnus-close-servers () > (dolist (elem gnus-opened-servers) > (gnus-close-server (car elem > > (gnus-demon-add-handler #'my-gnus-close-servers 30 t) > > > I haven't tested that, th