From unknown Tue Jun 24 20:56:28 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12709: 24.2.50; PNG and XPM files cannot be displayed as graphics Resent-From: Peter Dyballa Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 22 Oct 2012 23:08:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 12709 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 12709@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.13509472372682 (code B ref -1); Mon, 22 Oct 2012 23:08:01 +0000 Received: (at submit) by debbugs.gnu.org; 22 Oct 2012 23:07:17 +0000 Received: from localhost ([127.0.0.1]:56449 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TQR5Y-0000hD-8i for submit@debbugs.gnu.org; Mon, 22 Oct 2012 19:07:16 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48960) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TQR5U-0000gx-JY for submit@debbugs.gnu.org; Mon, 22 Oct 2012 19:07:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQR3d-0007F0-3c for submit@debbugs.gnu.org; Mon, 22 Oct 2012 19:05:18 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:33205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQR3d-0007Eu-0u for submit@debbugs.gnu.org; Mon, 22 Oct 2012 19:05:17 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQR3b-0000kY-Rv for bug-gnu-emacs@gnu.org; Mon, 22 Oct 2012 19:05:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQR3a-0007EN-7d for bug-gnu-emacs@gnu.org; Mon, 22 Oct 2012 19:05:15 -0400 Received: from mout3.freenet.de ([195.4.92.93]:35502) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQR3Z-0007E6-UI for bug-gnu-emacs@gnu.org; Mon, 22 Oct 2012 19:05:14 -0400 Received: from [195.4.92.142] (helo=mjail2.freenet.de) by mout3.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.76 #1) id 1TQR3Y-0002KO-DA for bug-gnu-emacs@gnu.org; Tue, 23 Oct 2012 01:05:12 +0200 Received: from localhost ([::1]:56053 helo=mjail2.freenet.de) by mjail2.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (Exim 4.76 #1) id 1TQR3Y-0005A2-3i for bug-gnu-emacs@gnu.org; Tue, 23 Oct 2012 01:05:12 +0200 Received: from [195.4.92.26] (port=35753 helo=16.mx.freenet.de) by mjail2.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (Exim 4.76 #1) id 1TQR1Q-00053T-KJ for bug-gnu-emacs@gnu.org; Tue, 23 Oct 2012 01:03:00 +0200 Received: from ip-95-222-201-211.unitymediagroup.de ([95.222.201.211]:59326 helo=[192.168.178.8]) by 16.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 587) (Exim 4.76 #1) id 1TQR1Q-00053z-Aa for bug-gnu-emacs@gnu.org; Tue, 23 Oct 2012 01:03:00 +0200 From: Peter Dyballa Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Date: Tue, 23 Oct 2012 01:02:59 +0200 Message-Id: <1E2C887B-CC19-4EC1-A7B7-3F9BB3A7AB43@Freenet.DE> Mime-Version: 1.0 (Apple Message framework v1085) X-Mailer: Apple Mail (2.1085) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.9 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Hello! At revno: 110618 I open etc/images in dired mode and type v when with = the text cursor on the splash.* files. The PBM and SVG files without = problem while the PNG and XPM variants open in text mode. Switching to = graphics mode with C-c C-c leads to errors: Cannot display image: (Invalid image type `png') Cannot display image: (Invalid image type `xpm') The variable imagemagick-enabled-types contains PNG PNG24 PNG32 PNG8 and = XPM, imagemagick-types-inhibit is "(C HTML HTM INFO M TXT PDF)". = ImageMagick's display programme can display all four splash files, = identify describes: etc/images/splash.png PNG 275x188 275x188+0+0 8-bit sRGB 37.5KB = 0.000u 0:00.000 etc/images/splash.xpm XPM 270x217 270x217+0+0 16-bit sRGB 60.5KB = 0.000u 0:00.009 Building GNU Emacs without wide ints and building as a 64-bit programme = leads to the same. In GNU Emacs 24.2.50.1 (i386-apple-darwin10.8.0, X toolkit, Xaw3d scroll = bars) of 2012-10-22 on Sumac.local Bzr revision: 110618 = monnier@iro.umontreal.ca-20121022132928-232zm0fecassmhfb Windowing system distributor `The X.Org Foundation', version = 11.0.11300000 Configured using: `configure '--build=3Dx86_64-apple-darwin10.8.0' '--host=3Di386-apple-darwin10.8.0' '--target=3Di386-apple-darwin10.8.0' '--with-wide-int' '--without-pop' '--without-sound' '--without-gpm' '--without-dbus' '--without-selinux' '--with-x-toolkit=3Dathena' '--disable-ns-self-contained' '--without-xpm' '--without-jpeg' '--without-tiff' '--without-gif' '--without-png' '--x-libraries=3D/usr/X11/lib' '--x-includes=3D/usr/X11/include' '--enable-locallisppath=3D/Library/Application Support/Emacs/calendar24:/Library/Application Support/Emacs' 'CFLAGS=3D-g= -H -pipe -fPIC -fno-common -Os -march=3Dcore2 -mtune=3Dcore2 -m32 -fomit-frame-pointer -msse4.2' 'LDFLAGS=3D-m32 -Wl,-dead_strip_dylibs -Wl,-bind_at_load -Wl,-t' 'CPPFLAGS=3D-I/sw/include' 'CC=3Dclang' 'CXX=3Dclang++' = 'PKG_CONFIG_PATH=3D/sw/lib/xft2/lib/pkgconfig:/sw/share/pkgconfig:/sw/lib/= pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig:/usr/lib/pkgconf= ig' 'build_alias=3Dx86_64-apple-darwin10.8.0' 'host_alias=3Di386-apple-darwin10.8.0' 'target_alias=3Di386-apple-darwin10.8.0'' Important settings: value of $LC_CTYPE: de_DE.UTF-8 value of $LANG: de_DE.UTF-8 locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Help Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t line-number-mode: t transient-mark-mode: (only . t) Recent input: C-x d e t c / i m a g e s =20 > v C-x=20 k v C-c C-c C-x k v=20 C-x k v C-c C-c C-x k =20 C-x b * M e s s =20 =20 =20 =20= C-h v i m=20 a g e m a g e n a =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 Recent messages: Type C-c C-c to view the image as text. Not using View mode because the major mode is special Loading cc-langs...done Type C-c C-c to view the image as an image. Cannot display image: (Invalid image type `xpm') View mode: type C-h for help, h for commands, q to quit. Type C-c C-c to view the image as an image. Cannot display image: (Invalid image type `xpm') Type C-x 1 to delete the help window. -- Greetings Pete If it should exist, it doesn't.=20 =96 Arnold's First Law of Documentation From unknown Tue Jun 24 20:56:28 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12709: 24.2.50; PNG and XPM files cannot be displayed as graphics Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 22 Oct 2012 23:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12709 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 12709@debbugs.gnu.org Received: via spool by 12709-submit@debbugs.gnu.org id=B12709.13509479063710 (code B ref 12709); Mon, 22 Oct 2012 23:19:02 +0000 Received: (at 12709) by debbugs.gnu.org; 22 Oct 2012 23:18:26 +0000 Received: from localhost ([127.0.0.1]:56456 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TQRGL-0000xm-Mk for submit@debbugs.gnu.org; Mon, 22 Oct 2012 19:18:26 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:51390 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TQRGJ-0000xf-IK for 12709@debbugs.gnu.org; Mon, 22 Oct 2012 19:18:24 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TQREX-00069O-Vr; Mon, 22 Oct 2012 19:16:34 -0400 From: Glenn Morris References: <1E2C887B-CC19-4EC1-A7B7-3F9BB3A7AB43@Freenet.DE> X-Spook: Ruby Ridge clandestine afsatcom LLNL MD4 kilo class X-Ran: "kGBE|g22&>.E9)7!HX@hSR-l:{<7^+xJ90r"}ri|fw^.e3C!_5*xj3NW*9`& X-Hue: yellow X-Attribution: GM Date: Mon, 22 Oct 2012 19:16:33 -0400 In-Reply-To: <1E2C887B-CC19-4EC1-A7B7-3F9BB3A7AB43@Freenet.DE> (Peter Dyballa's message of "Tue, 23 Oct 2012 01:02:59 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.9 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.9 (----) Sounds like the supposedly fixed http://debbugs.gnu.org/9045 From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 22 19:25:45 2012 Received: (at control) by debbugs.gnu.org; 22 Oct 2012 23:25:45 +0000 Received: from localhost ([127.0.0.1]:56466 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TQRNR-00018e-BE for submit@debbugs.gnu.org; Mon, 22 Oct 2012 19:25:45 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:51464 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TQRNP-00018V-9U for control@debbugs.gnu.org; Mon, 22 Oct 2012 19:25:43 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TQRLd-0006jp-VQ for control@debbugs.gnu.org; Mon, 22 Oct 2012 19:23:54 -0400 Date: Mon, 22 Oct 2012 19:23:53 -0400 Message-Id: Subject: control message for bug 12710 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.9 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.9 (----) merge 12709 12710 From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 22 20:19:52 2012 Received: (at control) by debbugs.gnu.org; 23 Oct 2012 00:19:53 +0000 Received: from localhost ([127.0.0.1]:56497 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TQSDo-0003BR-LS for submit@debbugs.gnu.org; Mon, 22 Oct 2012 20:19:52 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:52185 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TQSDn-0003BK-9Z for control@debbugs.gnu.org; Mon, 22 Oct 2012 20:19:51 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TQSC1-00005O-SH for control@debbugs.gnu.org; Mon, 22 Oct 2012 20:18:02 -0400 Date: Mon, 22 Oct 2012 20:18:01 -0400 Message-Id: Subject: control message for bug 12709 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.9 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.9 (----) merge 9045 12709