From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82917 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: External viewer output inserted into Article buffer Date: Tue, 19 Feb 2013 09:17:17 +0100 Message-ID: <87zjz0zpiq.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1361261922 19994 80.91.229.3 (19 Feb 2013 08:18:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Feb 2013 08:18:42 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31183@lists.math.uh.edu Tue Feb 19 09:19:04 2013 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 1U7iPm-00085a-8A for ding-account@gmane.org; Tue, 19 Feb 2013 09:19:02 +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 1U7iOP-000666-Nk; Tue, 19 Feb 2013 02:17:37 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1U7iOL-00065p-6f for ding@lists.math.uh.edu; Tue, 19 Feb 2013 02:17:33 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1U7iOJ-0000HJ-VI for ding@lists.math.uh.edu; Tue, 19 Feb 2013 02:17:32 -0600 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1U7iOI-0002cm-3t for ding@gnus.org; Tue, 19 Feb 2013 09:17:30 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id D2A6A1A8682 for ; Tue, 19 Feb 2013 09:17:27 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LGmE46MrRBiu for ; Tue, 19 Feb 2013 09:17:27 +0100 (CET) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 0B2911A8671 for ; Tue, 19 Feb 2013 09:17:18 +0100 (CET) Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82917 Archived-At: Hi all, when I receive a mail with some PDF attachment and hit RET on it, evince will be opened as external viewer. When I start evince (on the command line), it'll issue some fontconfig warning: Fontconfig warning: "/etc/fonts/conf.d/59-google-droid-sans.conf", line 61: Having multiple values in isn't supported and may not work as expected Now when I close the evince instance that was opened from within gnus, that warning is inserted into the Article buffer. It's just a viewing issue. When opening the article again, the fontconfig warnings aren't there anymore. I use both a recent gnus from git and a recent emacs 24 from bzr trunk. Bye, Tassilo