From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Van L Newsgroups: gmane.emacs.help Subject: Re: DocView resolution for PDF on WQHD Date: Sat, 23 Jun 2018 02:14:10 +1000 Message-ID: References: <2E649B12-6BB8-4224-93DC-B39AD0A465DA@scratch.space> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1529683961 12422 195.159.176.226 (22 Jun 2018 16:12:41 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 22 Jun 2018 16:12:41 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 22 18:12:37 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fWOfs-00037V-6P for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Jun 2018 18:12:36 +0200 Original-Received: from localhost ([::1]:35149 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fWOhz-0006We-9x for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Jun 2018 12:14:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fWOhc-0006WY-0D for help-gnu-emacs@gnu.org; Fri, 22 Jun 2018 12:14:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fWOhY-0004yJ-B8 for help-gnu-emacs@gnu.org; Fri, 22 Jun 2018 12:14:23 -0400 Original-Received: from relay8-d.mail.gandi.net ([217.70.183.201]:42885) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fWOhY-0004ug-4C for help-gnu-emacs@gnu.org; Fri, 22 Jun 2018 12:14:20 -0400 X-Originating-IP: 203.213.106.91 Original-Received: from epi.local (203-213-106-91.static.tpgi.com.au [203.213.106.91]) (Authenticated sender: van@scratch.space) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 6826E1BF203 for ; Fri, 22 Jun 2018 16:14:25 +0000 (UTC) In-Reply-To: X-Mailer: Apple Mail (2.3124) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.201 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:117252 Archived-At: > Setting 'Doc View Resolution' to 192 > and reloading the PDF doesn=E2=80=99t improve > the font rendering. The clue from lisp/doc-view.el=20 is to call `doc-view-clear-cache` and the 192 resolution takes effect.