From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85408 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Trouble viewing PDF attachments (with patches) Date: Wed, 31 Dec 2014 18:29:53 +0800 Message-ID: <87a924xgbi.fsf@ericabrahamsen.net> References: <87iogszkbt.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1420021502 13340 80.91.229.3 (31 Dec 2014 10:25:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Dec 2014 10:25:02 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33650@lists.math.uh.edu Wed Dec 31 11:24:55 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Y6GSU-0000yx-Do for ding-account@gmane.org; Wed, 31 Dec 2014 11:24:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Y6GRv-0003rx-Ts; Wed, 31 Dec 2014 04:24:19 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Y6GRt-0003rc-1l for ding@lists.math.uh.edu; Wed, 31 Dec 2014 04:24:17 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1Y6GRi-0007zj-4u for ding@lists.math.uh.edu; Wed, 31 Dec 2014 04:24:16 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1Y6GRg-0000SP-6D for ding@gnus.org; Wed, 31 Dec 2014 11:24:04 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y6GRe-0000MU-NB for ding@gnus.org; Wed, 31 Dec 2014 11:24:03 +0100 Original-Received: from 222.128.166.127 ([222.128.166.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 31 Dec 2014 11:24:02 +0100 Original-Received: from eric by 222.128.166.127 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 31 Dec 2014 11:24:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 222.128.166.127 User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:G+1h5eXogM+SHr/QxVYD1h5hgBA= X-Spam-Score: -0.4 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85408 Archived-At: peder@news.klingenberg.no (Peder O. Klingenberg) writes: > On on., des. 31 2014 at 09:20, Eric Abrahamsen wrote: > >> Thanks for digging into this! I've been annoyed by the same problem for >> quite a while, though obviously not annoyed enough to actually go >> looking for the problem. I hope your solution or something like it is >> accepted! > > Thanks. As a workaround, you could always do some surgery to > mailcap-mime-data in your init file, and remove doc-view-mode. Hmm, I haven't removed that entry, but I do have earlier entries keyed to "pdf" that point to xdg-open. Still doesn't use it, though... > (It would be nice to have a good interface to manipulate that variable, > including some control over which viewer is preferred, but generally it > just works well enough as is, so I don't know if it would be worth the > effort.) > > ...Peder...