Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: joakim@verona.se
To: info-gnus-english@gnu.org
Subject: Re: How can I protect the gnus structure?
Date: Mon, 11 Feb 2019 21:39:40 +0100	[thread overview]
Message-ID: <87zhr2awkz.fsf@chopper> (raw)
In-Reply-To: <875ztqozv7.fsf@ericabrahamsen.net>

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> joakim@verona.se 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
joakim@verona.se



  reply	other threads:[~2019-02-11 20:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-11 19:35 joakim
2019-02-11 20:05 ` Eric Abrahamsen
2019-02-11 20:39   ` joakim [this message]
2019-02-11 20:14 ` Emanuel Berg
2019-02-11 20:14 ` Emanuel Berg

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=87zhr2awkz.fsf@chopper \
    --to=joakim@verona.se \
    --cc=info-gnus-english@gnu.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).