Reinhard Tartler <[EMAIL PROTECTED]> writes:

Hi Reinhard,

> Thats nice. Any way I can make the 'x' key
> (gnus-summary-limit-to-unread) issue the '=' key (command
> gnus-summary-expand-window) as well?

This should do the trick:

--8<---------------cut here---------------start------------->8---
(add-hook 'gnus-summary-mode-hook
          (lambda ()
            (local-set-key (kbd "x") 
                           (lambda ()
                             (gnus-summary-limit-to-unread)
                             (gnus-summary-expand-window)))))
--8<---------------cut here---------------end--------------->8---

Bye,
Tassilo
-- 
* delYsid has mortage, opportunity and penis in his score file.
<delYsid> thats pretty effective against spam
<Luke> aren't you worried about missing opportunities to mortgage
       your penis?



_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to