Eric Abrahamsen <[email protected]> writes: > [email protected] writes: > >> Hello, >> >> I misstakenly kill and/or unsubscribe groups pretty often. >> Also I randomly seem to press TAB, breaking my gnus topic structure. >> >> I would like to have some way to guard against such changes, perhaps >> with a prompt. Any idea how to do this? > > That happened to me a lot, and I did this: > > (eval-after-load "gnus-topic" > '(progn > (define-key gnus-topic-mode-map [tab] nil) > (define-key gnus-topic-mode-map "\C-i" nil) > ;; I keep deleting groups by accident. > (define-key gnus-topic-mode-map (kbd "C-k") nil) > (define-key gnus-topic-mode-map (kbd "c") nil) > (define-key gnus-topic-mode-map (kbd "C c") > #'gnus-topic-catchup-articles))) > >
Thanks! I will try this! -- Joakim Verona [email protected] _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
