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

feature request - `w3m-next-anchor'



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