[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature request - `w3m-next-anchor'
- From: Thierry Volpiatto <thierry.volpiatto@xxxxxxxxx>
- Date: Tue, 16 Jun 2009 13:44:32 +0200
- X-ml-name: emacs-w3m
- X-mail-count: 10919
Hi all!
It seem last versions of emacs-w3m use scrolling with the commands
`w3m-next-anchor' and `w3m-previous-anchor'.
Does it exists a variable to set that behavior to nil?
It seem no.
Is it possible to implement that to come back to old behavior.
(i.e not scrolling)
I actually must use:
,----
| (define-key w3m-mode-map (kbd "<down>") #'(lambda ()
| (interactive)
| (w3m-goto-next-anchor)))
|
| (define-key w3m-mode-map (kbd "<up>") #'(lambda ()
| (interactive)
| (w3m-goto-previous-anchor)))
`----
to avoid scrolling at the same time, that is really annoying.
Thanks.
--
A + Thierry Volpiatto
Location: Saint-Cyr-Sur-Mer - France