From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: C-h r and Images Date: Mon, 09 Sep 2013 12:03:33 +0200 Message-ID: <874n9upb0q.fsf@rosalinde.fritz.box> References: <87y57fe2ej.fsf@gmail.com> <831u57e089.fsf@gnu.org> <5224AEB3.5000508@cs.ucla.edu> <83wqmzcjyn.fsf@gnu.org> <83vc2jcjvw.fsf@gnu.org> <52250454.5090407@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1378721033 10706 80.91.229.3 (9 Sep 2013 10:03:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Sep 2013 10:03:53 +0000 (UTC) Cc: Eli Zaretskii , kjambunathan@gmail.com, emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 09 12:03:55 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VIyK1-0001XB-I3 for ged-emacs-devel@m.gmane.org; Mon, 09 Sep 2013 12:03:53 +0200 Original-Received: from localhost ([::1]:50192 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIyK1-0006uJ-4Z for ged-emacs-devel@m.gmane.org; Mon, 09 Sep 2013 06:03:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIyJt-0006u2-3v for emacs-devel@gnu.org; Mon, 09 Sep 2013 06:03:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VIyJk-00039V-07 for emacs-devel@gnu.org; Mon, 09 Sep 2013 06:03:45 -0400 Original-Received: from mout.gmx.net ([212.227.15.18]:60253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIyJj-00039L-NF for emacs-devel@gnu.org; Mon, 09 Sep 2013 06:03:35 -0400 Original-Received: from rosalinde.fritz.box ([89.245.96.197]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MT74k-1VRK1A0XrC-00S7eA for ; Mon, 09 Sep 2013 12:03:34 +0200 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Provags-ID: V03:K0:Mqyxy3/7vcec/fGlqTJ/3Asg7q76cXsLCTeRahLIcujxRbIjkmw +BEHaeL4UeKVVnhzY/feIvlQrPTJT55RnG88Nye10MC+jslSVJh7Z3VniS9UdbdEaOnODEW ma44DjZsZV068ETgZM811RgKBwwwFVCmh3KfjE1UY5igof0cQi7cc2EnXffqSOqTE5l1w6z vFxD/MfwBcuUvgrCXcHOA== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.18 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:163263 Archived-At: On Mon, 02 Sep 2013 14:34:12 -0700 Paul Eggert wrote: > Eli Zaretskii wrote: >> Perhaps you don't have PNG support in that Emacs where you tried. > > No, I tracked down the problem: the Fedora 19 > GnuTLS documenation package omits /usr/share/info/gnutls-layers.png, > i.e., it's a packaging error for that distro. The images are also not displayed in my Emacs, but for a different reason. My distribution (openSUSE 12.2) includes the PNG images, but compresses them (along with all the *.info files): /usr/share/info/gnutls-layers.png.gz Is it an Emacs bug (or missing feature) that it doesn't uncompress the images for display, or is it an openSUSE bug that the images are compressed? Steve Berman