[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnus-summary-prev-page
From: |
Hadron Quark |
Subject: |
Re: gnus-summary-prev-page |
Date: |
Sun, 30 Apr 2006 16:07:05 +0200 |
User-agent: |
Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) |
Tassilo Horn <heimdall@uni-koblenz.de> writes:
> Hadron Quark <hadronquark@gmail.com> writes:
>
> Hi Hadron,
>
>> Could someone tell how best to bind "b" to "gnus-summary-prev-page" so
>> that its only valid when I'm in the summary buffer? My previous
>> attempt had "b" still bound to this when I was composing a new post :(
>
> This should work:
>
> (define-key gnus-summary-mode-map "b" 'gnus-summary-prev-page)
>
> Regards,
> Tassilo
> --
> A child of five could understand this! Fetch me a child of five!
>
>
>
Hi Tassilo,
Unfortunately emacs always just give an error message "no such part" :
even on "multi page" posts which I have scrolled forward with "space".
I put the line in my .gnus.el file.