bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#19085: 25.0.50; eww: text fields and undo


From: Lars Ingebrigtsen
Subject: bug#19085: 25.0.50; eww: text fields and undo
Date: Tue, 02 Feb 2016 05:28:29 +0100
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux)

Ivan Shmakov <ivan@siamics.net> writes:

>       Which makes me wonder if EWW could make use of the facilities
>       provided by 'wid-edit for its forms – just like the rest of
>       Emacs appears to do?

No, reusing the Widget code for non-widget buffers is pretty futile if
you're doing non-trivial stuff.  It sets up so many buffer-local
variables and uses overlays that it's next to impossible to be flexible
about it.  shr uses many buffers for rendering, and then mashes them
together in one buffer, and that doesn't really work for Widget.

(shr used to use Widget before I gave up.)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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