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: Andy Moreton
Subject: Re: open/close threads with `<' and `>'
Date: Wed, 12 Oct 2011 15:53:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (windows-nt)

On Wed 12 Oct 2011, Harry Putnam wrote:

> Harry Putnam <reader@newsguy.com> writes:
>
>> AFter loading this, it does not work for me.  I suspect something is
>> blocking it somehow.  All I see is a cursor move left or right.
>
> Too bad to... it would come in handy on the raging thread going on in
> gmane.emacs.gnus.general right now ... hehe.

Where did you add the keymappings suggessed by Tassilo ?
This works for me:

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




reply via email to

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