Gnus development mailing list
 help / color / mirror / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: ding@gnus.org
Subject: Re: Best method to disable TAB in topic-mode?
Date: Sun, 01 Mar 2015 11:03:42 +0800	[thread overview]
Message-ID: <87d24tpgfl.fsf@ericabrahamsen.net> (raw)
In-Reply-To: <87a8zy53k2.fsf@pedroche.home>

Igor Sosa Mayor <joseleopoldo1792@gmail.com> writes:

> Andreas Schwab <schwab@linux-m68k.org> writes:
>
>> Either "\t" or (kbd "TAB").
>
> thanks for your answer. But no success...

I was annoyed by the same thing, and here's how I solved it:

(eval-after-load "gnus-topic"
  '(progn
     (define-key gnus-topic-mode-map [tab] nil)
     (define-key gnus-topic-mode-map "\C-i" nil)))

Works fine here!




  reply	other threads:[~2015-03-01  3:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-28 14:10 Igor Sosa Mayor
2015-02-28 14:29 ` Andreas Schwab
2015-02-28 17:49   ` Igor Sosa Mayor
2015-03-01  3:03     ` Eric Abrahamsen [this message]
2015-03-01  7:05       ` Igor Sosa Mayor

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=87d24tpgfl.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --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).