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

Re: emacs-w3m should show beyond the bottom of a page



In [emacs-w3m : No.11961] jidanni@xxxxxxxxxxx wrote:
> Scrolling to the bottom of a page in Firefox still makes sure the bottom
> of the page is glued to the bottom of the screen.

> But with emacs-w3m one can get a whole screen of blankness.

What commands or keystrokes should do that?  If it is the mouse
wheel, how about using this?

(add-hook
 'w3m-mode-hook
 (lambda ()
   (set (make-local-variable 'mwheel-scroll-down-function)
	(lambda (&optional arg)
	  (if arg
	      (w3m-scroll-down-or-previous-url arg)
	    (call-interactively 'w3m-scroll-down-or-previous-url))))
   (set (make-local-variable 'mwheel-scroll-up-function)
	(lambda (&optional arg)
	  (if arg
	      (w3m-scroll-up-or-next-url arg)
	    (call-interactively 'w3m-scroll-up-or-next-url))))))

Otherwise are what you brought up just w3m-scroll-up-or-next-url
and w3m-scroll-down-or-previous-url?

> I hope this mailing list still works...

What doesn't function now is to forward a mail posted to this
list to Gmane (maybe a Gmane issue).  Though it is delayed, you
can browse the list archive in: http://emacs-w3m.namazu.org/ml/