emacs-devel
[Top][All Lists]
Advanced

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

Re: eww


From: Stefan Monnier
Subject: Re: eww
Date: Tue, 18 Jun 2013 16:19:21 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> At least I would prefer undo/redo to go back and forth in the history of
> the current eww buffer, and an explicit "browse in new eww buffer"
> command.

Agreed.  I don't think creating a new buffer for every page is
a good idea.  Also going back to a previously displayed page should be
"immediate" and not require any network communication.
You might start with something like:

  (push (cons (buffer-string) (buffer-local-variables)) eww-history)

> Speaking of conveniences, could `next-error' and `previous-error' move
> between anchors?

Sounds like a bad idea.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]