On Wed 12 Oct 2011, Harry Putnam wrote: > Harry Putnam <[email protected]> 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) _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
