* net/eww.el: Rework history traversal. When going forward/back,
put these actions into the history, too, so that they can be
replayed.
+ (eww-render): Move the history reset to the correct buffer.
2013-06-25 Juri Linkov <juri@jurta.org>
(unless (string-match-p "\\'file:" url)
(setq url (concat eww-search-prefix
(replace-regexp-in-string " " "+" url)))))
- (setq eww-history-position 0)
(url-retrieve url 'eww-render (list url)))
;;;###autoload
(eww-display-image))
(t
(eww-display-raw charset)))
+ (setq eww-history-position 0)
(cond
(point
(goto-char point))