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

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

Re: One window configuration for Gnus?


From: Tassilo Horn
Subject: Re: One window configuration for Gnus?
Date: Mon, 04 Sep 2006 15:48:24 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Reinhard Tartler <siretart@tauware.de> 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?





reply via email to

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