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

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

bug#36654: Docview: show current zoom % in the modeline bar


From: Tassilo Horn
Subject: bug#36654: Docview: show current zoom % in the modeline bar
Date: Fri, 19 Jul 2019 09:20:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Tags: wontfix

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:

> Well all I know is gv(1), firefox(1), chromium(1) all show the new
> "xx%" every time one zooms or unzooms, if not permanently shown on
> their panels, then at least on a brief popup.

Yes, right.  However, DocView just shows just images converted from the
document.  It has no clue about the original document's paper size,
e.g., US Letter, DIN A4, etc.  So it's not really feasilble to show a
meaningful percentage without using external tools to query that
information.

I'm assuming that with usual document readers a zoom level of 100% means
"Assuming you configured the correct DPI for you monitor [which, I
guess, almost nobody has], the document is displayed in the same size as
if it were printed out on a sheet of paper of the right dimensions".

Of course, we could simply say the initial size of the images when
opening a document is 100% and then change that when zooming.  That
would match my above assumption if `doc-view-resolution' is set to your
monitor's DPI.

However, DocView has two ways of zooming: if emacs is built with
ImageMagick support and `doc-view-scale-internally' is t, the images are
scaled dynamically, otherwise the document is reconverted with a changed
setting of `doc-view-resolution'.  So if you use emacs with ImageMagick
support, you'd usually configure a higher `doc-view-resolution' value in
order to improve the image quality when scaling dynamically.  But then
the "same size as printout" assumption is moot.

And without ImageMagick support, the recipe

  1) Open doc, zoom level indicator shows 100%
  2) Zoom in, zoom level indicator shows, e.g., 110%
  3) Kill buffer
  4) Find doc again, zoom level indicator shows 100%

would show a larger doc in step 4 than in step 1 although the zoom level
is 100% in both cases.  This is because DocView caches the images and
the corresponding resolution in a temporary directory.  Well, of course
it could also save more information on the initial conversion run so
that step 4 would result in 110%, but I think such a feature wouldn't be
worth the effort.

Therefore, I'm closing this issue as wontfix.

Bye,
Tassilo





reply via email to

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