Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: jeff.rancier@softechnics.com (Jeffery B. Rancier)
Subject: Re: Reassigning the tab key in topic mode
Date: Mon, 10 Feb 2003 15:55:29 -0500	[thread overview]
Message-ID: <u7kc7ony6.fsf@softechnics.com> (raw)
In-Reply-To: <8465rsjfco.fsf@lucy.is.informatik.uni-duisburg.de>

>>>>> "Kai" == Kai Großjohann <kai.grossjohann@uni-duisburg.de> writes:

    > Try (define-key gnus-topic-mode-map ...) -- does it help?

(defun jbr-gnus-topic-mode-hook()
  (define-key gnus-topic-mode-map [tab] 'gnus-group-next-unread-group)
  (define-key gnus-topic-mode-map [S-tab] 'gnus-group-prev-unread-group)
  (jbr-pause-message "Set TAB key to gnus-group-next-unread-group" )
  (jbr-pause-message "Set S-TAB key to gnus-group-prev-unread-group" ))

(add-hook 'gnus-topic-mode-hook 'jbr-gnus-topic-mode-hook)

That did it, no move moving Topics for me! Thanks Kai!

-- 

Thanks,
Jeff
,----
| Jeffery B. Rancier
| 
| Softechnics
| a METTLER TOLEDO company
`----


      reply	other threads:[~2003-02-10 20:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-10 14:49 Jeffery B. Rancier
2003-02-10 16:00 ` Kai Großjohann
2003-02-10 20:55   ` Jeffery B. Rancier [this message]

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=u7kc7ony6.fsf@softechnics.com \
    --to=jeff.rancier@softechnics.com \
    /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).