From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#44338: 27.1; EWW can't download and view pdf Date: Sat, 31 Oct 2020 19:35:19 +0300 Message-ID: References: <878sbmo6i0.fsf@tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15350"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/+ (1036f0e) (2020-10-18) Cc: 44338@debbugs.gnu.org, Nicholas Harrison To: "Basil L. Contovounesios" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Oct 31 17:36:11 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kYtrO-0003rM-Fx for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 31 Oct 2020 17:36:10 +0100 Original-Received: from localhost ([::1]:38368 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kYtrN-0008Cw-2j for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 31 Oct 2020 12:36:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49362) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kYtrG-0008Cg-DD for bug-gnu-emacs@gnu.org; Sat, 31 Oct 2020 12:36:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:51093) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kYtrG-0007FW-48 for bug-gnu-emacs@gnu.org; Sat, 31 Oct 2020 12:36:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kYtrG-00069D-1R for bug-gnu-emacs@gnu.org; Sat, 31 Oct 2020 12:36:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 31 Oct 2020 16:36:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44338 X-GNU-PR-Package: emacs Original-Received: via spool by 44338-submit@debbugs.gnu.org id=B44338.160416212723575 (code B ref 44338); Sat, 31 Oct 2020 16:36:01 +0000 Original-Received: (at 44338) by debbugs.gnu.org; 31 Oct 2020 16:35:27 +0000 Original-Received: from localhost ([127.0.0.1]:34403 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kYtqh-00068A-1z for submit@debbugs.gnu.org; Sat, 31 Oct 2020 12:35:27 -0400 Original-Received: from static.rcdrun.com ([95.85.24.50]:43883) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kYtqe-00067z-2y for 44338@debbugs.gnu.org; Sat, 31 Oct 2020 12:35:25 -0400 Original-Received: from localhost ([::ffff:197.157.0.60]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002A0B3D.000000005F9D924A.000032A2; Sat, 31 Oct 2020 16:35:21 +0000 Content-Disposition: inline In-Reply-To: <878sbmo6i0.fsf@tcd.ie> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:192287 Archived-At: * Basil L. Contovounesios [2020-10-31 16:45]: > Nicholas Harrison writes: > > > Using the EWW browser, I can navigate around to webpages, but navigating > > to a pdf fails. It appears to download an unreadable pdf. Downloading > > and viewing the pdf manually in emacs (pdf-view-mode) works fine. > > > > I've tried these solutions to no avail: > > - Adding "application/pdf; emacsclient %s" to a ~/.mailcap file. This > > makes the process hang indefinitely. > > - Running the following elisp code: > > `(add-to-list 'mailcap-user-mime-data > > '((type . "application/pdf") > > (viewer . pdf-view-mode)))` > > This doesn't seem to have an effect. > > Seems to have been fixed on master: > > 1. emacs -Q > 2. M-x eww RET https://www.gnu.org/software/emacs/manual/emacs.html RET > 3. C-s extra pdf RET RET When external editor is used, buffer for eww pdf remains there in background *eww pdf* and neither l or q key bindings work, it would be expected to go back to the previous page from that buffer. -- Thanks, Jean Louis ⎔ λ 🄯 𝍄 𝌡 𝌚