emacs-devel
[Top][All Lists]
Advanced

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

Re: eww


From: Lars Magne Ingebrigtsen
Subject: Re: eww
Date: Wed, 19 Jun 2013 21:46:37 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

> Don't you have some pixel size information about each image in the
> page?

Usually not.

> You could have an option to make it wait, I personally don't believe
> it will slow things down.  Alternatively, reflowing when an image is
> inserted doesn't sound too hard, either.

Fetching and inserting images is a huge slow-down.  I've been using shr
to read blogs for years, and the images sometimes arrive, and sometimes
they don't.

>> 2) When rendering tables, shr tries to keep everything lined up.  Even
>> if it knew how big the images are (which it doesn't), the Emacs display
>> engine isn't powerful enough to line stuff up vertically when there's
>> elements of different sizes.  So it can't.
>
> Does the 'space' display spec fit that bill?

Hm.  I didn't know about that one, but it seems promising.  However,
images are displayed thusly:

    (add-text-properties start (point)
                         `(display ,(if slice
                                        (list (cons 'slice slice) image)
                                      image) rear-nonsticky (display)))))

Can `display' have both an image and a `space' spec?

>> What kind of buttons?
>
> At the very least, Back, Forward, Reload, and Cancel.

Yeah, that makes sense.

-- 
(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]