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

w3m-reload-this-page moves to beginning



I use gentoo and have the following versions of
w3m and emacs-w3m

app-emacs/emacs-w3m
Installed versions:  1.4.379_pre20100125


www-client/w3m
Installed versions:  0.5.2-r2

When I issue w3m-reload-this-page
the page reloads fine but focus moves to the beginning of the page.
I believe this is new behavior.  I believe focus used to stay
where it was before the command.

As a work around I now use

  (let ((old-point (point)))
    (w3m-reload-this-page)
    (sit-for 3 'no-disp)
    (goto-char old-point))

Is there an option to w3m and/or emacs-w3m that would restore the old
behavior in which focus stayed at point without my current
workaround?

Thank you for w3m and emacs-w3m, which work very well.

allan