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

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

Binding the mouse scroll wheel to page scrolling


From: Brian Eable
Subject: Binding the mouse scroll wheel to page scrolling
Date: 11 Feb 2005 12:23:44 +1000
User-agent: Emacs

I was trying to make the mouse scroll wheel scroll the article buffer
up and down. Here is what I put in .gnus:

(define-key gnus-summary-mode-map [mouse-4] 'gnus-summary-prev-page)
(define-key gnus-summary-mode-map [mouse-5] 'gnus-summary-next-page)

C-h k reports that the events are bound to the functions in the
summary buffer, but the article doesn't scroll. Instead, the visual
bell flashes. What did I do wrong?

-- 
                  Absoluta sententia expositore non indiget
                              http://beable.com

reply via email to

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