From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#33226: chromium, firefox sharper than doc-view Date: Fri, 27 Sep 2019 18:21:48 +0200 Message-ID: <87h84xiuar.fsf@gnus.org> References: <87h8h0nafo.fsf@jidanni.org> <87imsa3t66.fsf@mouse.gnus.org> <87v9w4zuy4.5.fsf@jidanni.org> <87ef23a5fb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="226865"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: 33226@debbugs.gnu.org, =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson To: Tassilo Horn Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Sep 27 19:22:13 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iDtwa-000wtZ-Fp for geb-bug-gnu-emacs@m.gmane.org; Fri, 27 Sep 2019 19:22:12 +0200 Original-Received: from localhost ([::1]:54462 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDtwY-0005D4-Pu for geb-bug-gnu-emacs@m.gmane.org; Fri, 27 Sep 2019 13:22:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43937) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDt0N-0007Yo-LR for bug-gnu-emacs@gnu.org; Fri, 27 Sep 2019 12:22:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iDt0M-0007JO-3d for bug-gnu-emacs@gnu.org; Fri, 27 Sep 2019 12:22:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:39729) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iDt0L-0007IC-Vx for bug-gnu-emacs@gnu.org; Fri, 27 Sep 2019 12:22:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iDt0L-0005HV-Qp for bug-gnu-emacs@gnu.org; Fri, 27 Sep 2019 12:22:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 27 Sep 2019 16:22:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33226 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo unreproducible Original-Received: via spool by 33226-submit@debbugs.gnu.org id=B33226.156960131520271 (code B ref 33226); Fri, 27 Sep 2019 16:22:01 +0000 Original-Received: (at 33226) by debbugs.gnu.org; 27 Sep 2019 16:21:55 +0000 Original-Received: from localhost ([127.0.0.1]:48547 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iDt0F-0005Gt-Gp for submit@debbugs.gnu.org; Fri, 27 Sep 2019 12:21:55 -0400 Original-Received: from quimby.gnus.org ([80.91.231.51]:35002) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iDt0D-0005Gd-Kj for 33226@debbugs.gnu.org; Fri, 27 Sep 2019 12:21:54 -0400 Original-Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iDt08-0003jj-Gg; Fri, 27 Sep 2019 18:21:50 +0200 In-Reply-To: <87ef23a5fb.fsf@gnu.org> (Tassilo Horn's message of "Fri, 02 Aug 2019 18:38:32 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:167429 Archived-At: Tassilo Horn writes: >> But wait! *Not* on the INFO page is >> >> (defcustom doc-view-scale-internally t >> "Whether we should try to rescale images ourselves. >> If nil, the document is re-rendered every time the scaling factor is modified. >> This only has an effect if the image libraries linked with Emacs support >> scaling." >> :version "24.4" >> :type 'boolean) >> >> And indeed, setting it to nil makes the bug go away, as proved by >> resolution.el finnaly changing each time we hit "+". > > Right, it wouldn't be bad to enhance the documentation with those > details. I've now done so, and I don't think there's anything else to fix in this bug report, so I'm closing it. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no