info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: open/close threads with `<' and `>'


From: Tassilo Horn
Subject: Re: open/close threads with `<' and `>'
Date: Wed, 12 Oct 2011 08:13:29 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux)

Slackrat <g-no-ose@azurservers.com> writes:

Hi!

> | I once had some code in .gnus that I cabbaged onto somewhere on the
> | internet. It allowed me to open and close threads with the right left
> | arrow keys.  Somewhere along the way I lost it.
>>
> | Suddenly as of a week or two It hasn't worked... this went along with
> | major OS changes too.  Abandoning a long time OS (gentoo) and moving to
> | debian. 
>>
> | Cutting to the chase; does anyone here happen to have code that allows
> | <> to open/close threads, that I can steel?  It would take a major
> | makeover for me to be able to write it myself.
>
>
> Not the answer you wanted, but
>
> C-M-t
>
> until something better turns up

This should do the trick:

  (define-key gnus-summary-mode-map (kbd ">") 'gnus-summary-show-thread)
  (define-key gnus-summary-mode-map (kbd "<") 'gnus-summary-hide-thread)

Bye,
Tassilo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]