From unknown Thu Aug 21 14:53:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#28692: Emacs fails to display images Resent-From: Diego Nicola Barbato Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 03 Oct 2017 19:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 28692 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 28692@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.150706023827385 (code B ref -1); Tue, 03 Oct 2017 19:51:01 +0000 Received: (at submit) by debbugs.gnu.org; 3 Oct 2017 19:50:38 +0000 Received: from localhost ([127.0.0.1]:46833 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dzTDB-00077d-Ms for submit@debbugs.gnu.org; Tue, 03 Oct 2017 15:50:37 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53544) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dzT7O-0006wF-Ka for submit@debbugs.gnu.org; Tue, 03 Oct 2017 15:44:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzT7I-0007yj-GT for submit@debbugs.gnu.org; Tue, 03 Oct 2017 15:44:33 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39678) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dzT7I-0007yZ-D0 for submit@debbugs.gnu.org; Tue, 03 Oct 2017 15:44:32 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzT7G-0005LH-UE for bug-guix@gnu.org; Tue, 03 Oct 2017 15:44:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzT7D-0007wf-0M for bug-guix@gnu.org; Tue, 03 Oct 2017 15:44:30 -0400 Received: from mout02.posteo.de ([185.67.36.66]:38296) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dzT7C-0007sS-17 for bug-guix@gnu.org; Tue, 03 Oct 2017 15:44:26 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 0A46620CD2 for ; Tue, 3 Oct 2017 21:44:14 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3y68cD6lG8z107j for ; Tue, 3 Oct 2017 21:44:11 +0200 (CEST) From: Diego Nicola Barbato Date: Tue, 03 Oct 2017 21:44:10 +0200 Message-ID: <877ewcdnjp.fsf@GlaDOS.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Mailman-Approved-At: Tue, 03 Oct 2017 15:50:36 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) Hello! Several of emacs image related features have stopped working properly: * Eww does not render images showing empty squares instead. * When visiting an image in a buffer and pressing n to visit the next image the next image is either not displayed at all (showing an empty square instead) or a thumbnail sized version is displayed. * Transformations such as "Fit to Window Width" or "Rotate Image" do not work at all. The following error message is displayed instead: ImageMagick error: no decode delegate for this image format `PBM' @ error/constitute.c/ReadImage/504 (This happens with all image formats not just .pbm) This is independent of any init file as it still happens if emacs is run with the -Q flag. Everything works as it should if I roll back to the version from 2017-09-22. I am running GuixSD on an x86-64 machine with the following config: ;; This is an operating system configuration file ;; for a "desktop" setup with StumpWM and EXWM where ;; the root partition is encrypted with LUKS. (use-modules (gnu) (gnu packages) (gnu system nss)) (use-service-modules avahi dbus desktop networking xorg) (use-package-modules certs emacs gnome lisp xdisorg) (operating-system (host-name <>) (timezone <>) (locale <>) ;; Assuming /dev/sda is the target hard disk, and "osiris" ;; is the label of the target root file system. (bootloader (grub-configuration (target "/dev/sda") (timeout 1))) ;; Specify a mapped device for the encrypted root partition. ;; The UUID is that returned by 'cryptsetup luksUUID'. (mapped-devices (list (mapped-device (source (uuid <>)) (target <>) (type luks-device-mapping)))) (file-systems (cons* (file-system (device <>) (title 'label) (mount-point "/") (type "ext4")) (file-system (device <>) (title 'label) (mount-point "/home") (type "ext4") (dependencies mapped-devices)) %base-file-systems)) (swap-devices '("/dev/sda2")) (users (cons (user-account (name <>) (comment <>) (group "users") (supplementary-groups '("lp" "wheel" "netdev" "audio" "video")) (home-directory <>)) %base-user-accounts)) ;; This is where we specify system-wide packages. (packages (cons* nss-certs ;for HTTPS access ;; gvfs ;for user mounts sbcl-stumpwm ;StumpWM window manager emacs emacs-exwm ;emacs window manager %base-packages)) ;; Add desktop services to %base-services. This is a modified ;; version of %desktop-services with fewer services and wicd ;; instead of network-manager. Also adding tor, xscreensaver, ;; bluetooth and a <> console keymap. (services (cons* (tor-service) ;; Login service (slim-service) ;; Screen lockers are a pretty useful thing ;; and these are small. (screen-locker-service xlockmore "xlock") (screen-locker-service xscreensaver "xscreensaver") ;; The D-Bus clique. (bluetooth-service) (avahi-service) (wicd-service) (udisks-service) (upower-service) (colord-service) (geoclue-service) (polkit-service) (elogind-service) (dbus-service) (ntp-service) ;; Add swiss german keymap (console-keymap-service <>) %base-services)) ;; Allow resolution of '.local' host names with mDNS. (name-service-switch %mdns-host-lookup-nss)) From unknown Thu Aug 21 14:53:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#28692: Emacs fails to display images Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 05 Oct 2017 15:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28692 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Diego Nicola Barbato Cc: 28692@debbugs.gnu.org Received: via spool by 28692-submit@debbugs.gnu.org id=B28692.150721643717780 (code B ref 28692); Thu, 05 Oct 2017 15:14:02 +0000 Received: (at 28692) by debbugs.gnu.org; 5 Oct 2017 15:13:57 +0000 Received: from localhost ([127.0.0.1]:51693 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e07qW-0004ci-Lt for submit@debbugs.gnu.org; Thu, 05 Oct 2017 11:13:56 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33295) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e07qV-0004cW-2A for 28692@debbugs.gnu.org; Thu, 05 Oct 2017 11:13:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e07qJ-0002M0-Rg for 28692@debbugs.gnu.org; Thu, 05 Oct 2017 11:13:49 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e07qJ-0002Lq-Na; Thu, 05 Oct 2017 11:13:43 -0400 Received: from [193.50.110.164] (port=60354 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1e07qJ-0004nr-9g; Thu, 05 Oct 2017 11:13:43 -0400 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <877ewcdnjp.fsf@GlaDOS.home> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 14 =?UTF-8?Q?Vend=C3=A9miaire?= an 226 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Thu, 05 Oct 2017 17:13:41 +0200 In-Reply-To: <877ewcdnjp.fsf@GlaDOS.home> (Diego Nicola Barbato's message of "Tue, 03 Oct 2017 21:44:10 +0200") Message-ID: <878tgp4ogq.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Hello Diego, Diego Nicola Barbato skribis: > Several of emacs image related features have stopped working properly: > * Eww does not render images showing empty squares instead. > * When visiting an image in a buffer and pressing n to visit the next > image the next image is either not displayed at all (showing an empty > square instead) or a thumbnail sized version is displayed. > * Transformations such as "Fit to Window Width" or "Rotate Image" do not > work at all. The following error message is displayed instead: > ImageMagick error: no decode delegate for this image format `PBM' @ > error/constitute.c/ReadImage/504 > (This happens with all image formats not just .pbm) Indeed, I experience this with DocView as well (when resizing), which leads to: ImageMagick error: no decode delegate for this image format `PNG' @ error= /constitute.c/ReadImage/504 Could it be a CLI change in ImageMagick? The package was upgraded in 87a9c53b7ca08bd490c94fe5579c3f26c19be78c. Ludo=E2=80=99. From unknown Thu Aug 21 14:53:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#28692: Emacs fails to display images References: <877ewcdnjp.fsf@GlaDOS.home> In-Reply-To: <877ewcdnjp.fsf@GlaDOS.home> Resent-From: Diego Nicola Barbato Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 05 Oct 2017 15:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28692 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 28692@debbugs.gnu.org Received: via spool by 28692-submit@debbugs.gnu.org id=B28692.150721832421105 (code B ref 28692); Thu, 05 Oct 2017 15:46:01 +0000 Received: (at 28692) by debbugs.gnu.org; 5 Oct 2017 15:45:24 +0000 Received: from localhost ([127.0.0.1]:51713 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e08Kx-0005UL-NS for submit@debbugs.gnu.org; Thu, 05 Oct 2017 11:45:23 -0400 Received: from mout02.posteo.de ([185.67.36.66]:43436) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e08Kv-0005U5-9t for 28692@debbugs.gnu.org; Thu, 05 Oct 2017 11:45:21 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 7774220B0A for <28692@debbugs.gnu.org>; Thu, 5 Oct 2017 17:45:14 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3y7HCY0kwLzyqC for <28692@debbugs.gnu.org>; Thu, 5 Oct 2017 17:45:13 +0200 (CEST) From: Diego Nicola Barbato User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Date: Thu, 05 Oct 2017 17:45:12 +0200 Message-ID: <87efqhha47.fsf@GlaDOS.home> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -5.1 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.1 (-----) Apparently this was a known bug in ImageMagick 6.9.9-15 (and 6.9.9-17) (https://github.com/ImageMagick/ImageMagick/issues/825). It has been fixed in version 6.9.9-18. From unknown Thu Aug 21 14:53:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#28692: Emacs fails to display images Resent-From: Diego Nicola Barbato Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 05 Oct 2017 16:12:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28692 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Cc: 28692@debbugs.gnu.org Received: via spool by 28692-submit@debbugs.gnu.org id=B28692.150721991323774 (code B ref 28692); Thu, 05 Oct 2017 16:12:03 +0000 Received: (at 28692) by debbugs.gnu.org; 5 Oct 2017 16:11:53 +0000 Received: from localhost ([127.0.0.1]:51721 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e08ka-0006BO-Ru for submit@debbugs.gnu.org; Thu, 05 Oct 2017 12:11:53 -0400 Received: from mout02.posteo.de ([185.67.36.66]:57403) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e08kX-0006B6-8E for 28692@debbugs.gnu.org; Thu, 05 Oct 2017 12:11:50 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 5979D20927 for <28692@debbugs.gnu.org>; Thu, 5 Oct 2017 18:11:42 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3y7Hp36x9Tz107j; Thu, 5 Oct 2017 18:11:39 +0200 (CEST) From: Diego Nicola Barbato References: <877ewcdnjp.fsf@GlaDOS.home> <878tgp4ogq.fsf@gnu.org> Date: Thu, 05 Oct 2017 18:11:39 +0200 In-Reply-To: <878tgp4ogq.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 05 Oct 2017 17:13:41 +0200") Message-ID: <877ew9h8w4.fsf@GlaDOS.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -5.1 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.1 (-----) Hello Ludo, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hello Diego, > > Diego Nicola Barbato skribis: > >> Several of emacs image related features have stopped working properly: >> * Eww does not render images showing empty squares instead. >> * When visiting an image in a buffer and pressing n to visit the next >> image the next image is either not displayed at all (showing an empty >> square instead) or a thumbnail sized version is displayed. >> * Transformations such as "Fit to Window Width" or "Rotate Image" do not >> work at all. The following error message is displayed instead: >> ImageMagick error: no decode delegate for this image format `PBM' @ >> error/constitute.c/ReadImage/504 >> (This happens with all image formats not just .pbm) > > Indeed, I experience this with DocView as well (when resizing), which > leads to: > > ImageMagick error: no decode delegate for this image format `PNG' @ err= or/constitute.c/ReadImage/504 > > Could it be a CLI change in ImageMagick? The package was upgraded in > 87a9c53b7ca08bd490c94fe5579c3f26c19be78c. > > Ludo=E2=80=99. I believe the bug was introduced in 030030f4416b54285dcdd58bddb863c0e6bda4c4. It appears to be a known bug in ImageMagick (https://github.com/ImageMagick/ImageMagick/issues/825), which was already present in version 6.9.9-15. It has been fixed in version 6.9.9-18 (https://github.com/ImageMagick/ImageMagick/blob/ImageMagick-6/ChangeLog). Diego From unknown Thu Aug 21 14:53:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#28692: Emacs fails to display images Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 05 Oct 2017 18:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28692 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Diego Nicola Barbato , 28692@debbugs.gnu.org Received: via spool by 28692-submit@debbugs.gnu.org id=B28692.15072287116177 (code B ref 28692); Thu, 05 Oct 2017 18:39:01 +0000 Received: (at 28692) by debbugs.gnu.org; 5 Oct 2017 18:38:31 +0000 Received: from localhost ([127.0.0.1]:51778 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e0B2U-0001bY-5h for submit@debbugs.gnu.org; Thu, 05 Oct 2017 14:38:31 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:57279) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e0B2R-0001bQ-M2 for 28692@debbugs.gnu.org; Thu, 05 Oct 2017 14:38:28 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 6AE3F20B95; Thu, 5 Oct 2017 14:38:27 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Thu, 05 Oct 2017 14:38:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=fm1; bh=W9CtVSby/25yVtYoHA3uSLadZwjgrGMCFrmqjDlM7 Og=; b=wrsqVxC+XQ/anElTpWessSPz7mXZKP4Na5Qv/Tm+MPVZ9CryTG3Ikx2uc zMkaAEs7NdfJl4TuJ4ZH8UJKjx92vQ9JYxK0t8WwPTOOwBJfowR2mCQqi95KfBlz 2S6h3DDF976Y1QWQ8NQnaG6veuRfuYYzowd35+I6mFSi6TdnASpsttAJePY3yKZF iPEhpoYLxvNXafQXE9FK4xEYSsBKpDI6QUeUHIAMervrBjqEgbEKUxusRjQoZuFh +5b9dRr2xtOW9ygt4OvREwxtOUXho0AgqFJoaxrkphnQmiauXVz9/yYHR2dYLcXf CBjTD4wDMv/In0bpRHVzTyxgDK4Bw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=W9CtVSby/25yVtYoHA 3uSLadZwjgrGMCFrmqjDlM7Og=; b=nIY8r4nMzTfdbaVS6VcL0DED7+nf9nhchN NQ/U1L6q/zUtKd4QLq6arBtl3zYLmk8hOb1Bf0PMemi6ylFbRpXOXAz3epzEZkSE HYzBN4yJ61wZ75u1MyHWVVhjoL3KzaTAFkpaWO9e80OfyGWF5D0L0ptb9xK3S/vV 10QIMJAUA24+QcUK9H/d5cGXV84AhcgsZu/gy2TS/35qNWhDhocl99H3ymX7bHwe i0ag7JZSsN4MvZH/QRkQDRso/J5uPbZk7LmieYrRh4944drUkO2ytExAZqkyJZH9 p8DZLRpDP1BkUCFF1qkm+z44Pguf3t5Mte4rSqPYKvM34CDHlZ9Q== X-ME-Sender: X-Sasl-enc: c4Sal7f6n9rnZv4M5hedJ1wvAqa0x8gpkvUC7wx+32a3 1507228706 Received: from localhost (cm-84.214.173.174.getinternet.no [84.214.173.174]) by mail.messagingengine.com (Postfix) with ESMTPA id EE1377F9CD; Thu, 5 Oct 2017 14:38:26 -0400 (EDT) From: Marius Bakke In-Reply-To: <87efqhha47.fsf@GlaDOS.home> References: <877ewcdnjp.fsf@GlaDOS.home> <87efqhha47.fsf@GlaDOS.home> User-Agent: Notmuch/0.25.1 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) Date: Thu, 05 Oct 2017 20:38:24 +0200 Message-ID: <87k209cue7.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain Diego Nicola Barbato writes: > Apparently this was a known bug in ImageMagick 6.9.9-15 (and 6.9.9-17) > (https://github.com/ImageMagick/ImageMagick/issues/825). It has been > fixed in version 6.9.9-18. Hello! I just pushed an update to 6.9.9-18, can you verify that it works? Thanks for the report! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlnWfCEACgkQoqBt8qM6 VPpopAf8Dv/3ErpAjs9etwixMmMuUoxirW2PTiXMMQz6U8nh1KU77XdNgD8bC027 0lZ3b1hhvgrigk7uvu85xjbhRdgSLTwK5mvUUKaXNFuMPbfpYP2ybLbZkI3WdmME BoDym6LBBl3EpeRrykn5GtBi3FHs6nrcKUiIMtzRhx6pxFmn3YQtcWb2k9PSaTpb 1on2AARXpZ9E7QnnelZr8PrVQZ2pD62YOBEUO1YLfosP7XdZBJEu/x51AG3Uktv5 BaaKZOMO6iD2ig6i8/pNAa0V78trBCDgI29eY52TvPoXte3BCltXz4GQNGDKDUCG tpAQ6sLjruDqeNzNRAwu4sMjU0Wjlg== =UddQ -----END PGP SIGNATURE----- --=-=-=-- From unknown Thu Aug 21 14:53:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#28692: Emacs fails to display images Resent-From: Diego Nicola Barbato Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 06 Oct 2017 09:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28692 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Marius Bakke Cc: 28692@debbugs.gnu.org Received: via spool by 28692-submit@debbugs.gnu.org id=B28692.15072837615257 (code B ref 28692); Fri, 06 Oct 2017 09:57:01 +0000 Received: (at 28692) by debbugs.gnu.org; 6 Oct 2017 09:56:01 +0000 Received: from localhost ([127.0.0.1]:52171 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e0PMP-0001Md-5F for submit@debbugs.gnu.org; Fri, 06 Oct 2017 05:56:01 -0400 Received: from mout02.posteo.de ([185.67.36.66]:36012) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e0PMN-0001MJ-V4 for 28692@debbugs.gnu.org; Fri, 06 Oct 2017 05:56:00 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id DDFA020B01 for <28692@debbugs.gnu.org>; Fri, 6 Oct 2017 11:55:52 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3y7lPz3y2zzytk; Fri, 6 Oct 2017 11:55:49 +0200 (CEST) From: Diego Nicola Barbato References: <877ewcdnjp.fsf@GlaDOS.home> <87efqhha47.fsf@GlaDOS.home> <87k209cue7.fsf@fastmail.com> Date: Fri, 06 Oct 2017 11:55:48 +0200 In-Reply-To: <87k209cue7.fsf@fastmail.com> (Marius Bakke's message of "Thu, 05 Oct 2017 20:38:24 +0200") Message-ID: <87r2ugbnx7.fsf@GlaDOS.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -5.1 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.1 (-----) Marius Bakke writes: > Diego Nicola Barbato writes: > >> Apparently this was a known bug in ImageMagick 6.9.9-15 (and 6.9.9-17) >> (https://github.com/ImageMagick/ImageMagick/issues/825). It has been >> fixed in version 6.9.9-18. > > Hello! I just pushed an update to 6.9.9-18, can you verify that it > works? > > Thanks for the report! Hello! I upgraded Emacs and everything works as expected. Thanks for fixing it! From unknown Thu Aug 21 14:53:43 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Diego Nicola Barbato Subject: bug#28692: closed (Re: bug#28692: Emacs fails to display images) Message-ID: References: <87shewph5l.fsf@gnu.org> <877ewcdnjp.fsf@GlaDOS.home> X-Gnu-PR-Message: they-closed 28692 X-Gnu-PR-Package: guix Reply-To: 28692@debbugs.gnu.org Date: Fri, 06 Oct 2017 12:59:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1507294742-31614-1" This is a multi-part message in MIME format... ------------=_1507294742-31614-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #28692: Emacs fails to display images which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 28692@debbugs.gnu.org. --=20 28692: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D28692 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1507294742-31614-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 28692-done) by debbugs.gnu.org; 6 Oct 2017 12:58:26 +0000 Received: from localhost ([127.0.0.1]:52396 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e0SCw-0008D1-9v for submit@debbugs.gnu.org; Fri, 06 Oct 2017 08:58:26 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35136) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e0SCu-0008Cn-Qu for 28692-done@debbugs.gnu.org; Fri, 06 Oct 2017 08:58:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0SCm-0008Ki-HU for 28692-done@debbugs.gnu.org; Fri, 06 Oct 2017 08:58:19 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0SCm-0008KU-Dp; Fri, 06 Oct 2017 08:58:16 -0400 Received: from [193.50.110.231] (port=37334 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1e0SCl-00007I-UX; Fri, 06 Oct 2017 08:58:16 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Diego Nicola Barbato Subject: Re: bug#28692: Emacs fails to display images References: <877ewcdnjp.fsf@GlaDOS.home> <87efqhha47.fsf@GlaDOS.home> <87k209cue7.fsf@fastmail.com> <87r2ugbnx7.fsf@GlaDOS.home> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 15 =?utf-8?Q?Vend=C3=A9miaire?= an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 06 Oct 2017 14:58:14 +0200 In-Reply-To: <87r2ugbnx7.fsf@GlaDOS.home> (Diego Nicola Barbato's message of "Fri, 06 Oct 2017 11:55:48 +0200") Message-ID: <87shewph5l.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 28692-done Cc: Marius Bakke , 28692-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Diego Nicola Barbato skribis: > Marius Bakke writes: > >> Diego Nicola Barbato writes: >> >>> Apparently this was a known bug in ImageMagick 6.9.9-15 (and 6.9.9-17) >>> (https://github.com/ImageMagick/ImageMagick/issues/825). It has been >>> fixed in version 6.9.9-18. >> >> Hello! I just pushed an update to 6.9.9-18, can you verify that it >> works? >> >> Thanks for the report! > > Hello! > > I upgraded Emacs and everything works as expected. > > Thanks for fixing it! Awesome, thank you gentlefolks! Ludo=E2=80=99. ------------=_1507294742-31614-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 3 Oct 2017 19:50:38 +0000 Received: from localhost ([127.0.0.1]:46833 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dzTDB-00077d-Ms for submit@debbugs.gnu.org; Tue, 03 Oct 2017 15:50:37 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53544) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dzT7O-0006wF-Ka for submit@debbugs.gnu.org; Tue, 03 Oct 2017 15:44:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzT7I-0007yj-GT for submit@debbugs.gnu.org; Tue, 03 Oct 2017 15:44:33 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39678) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dzT7I-0007yZ-D0 for submit@debbugs.gnu.org; Tue, 03 Oct 2017 15:44:32 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzT7G-0005LH-UE for bug-guix@gnu.org; Tue, 03 Oct 2017 15:44:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzT7D-0007wf-0M for bug-guix@gnu.org; Tue, 03 Oct 2017 15:44:30 -0400 Received: from mout02.posteo.de ([185.67.36.66]:38296) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dzT7C-0007sS-17 for bug-guix@gnu.org; Tue, 03 Oct 2017 15:44:26 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 0A46620CD2 for ; Tue, 3 Oct 2017 21:44:14 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3y68cD6lG8z107j for ; Tue, 3 Oct 2017 21:44:11 +0200 (CEST) From: Diego Nicola Barbato To: bug-guix@gnu.org Subject: Emacs fails to display images Date: Tue, 03 Oct 2017 21:44:10 +0200 Message-ID: <877ewcdnjp.fsf@GlaDOS.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 03 Oct 2017 15:50:36 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) Hello! Several of emacs image related features have stopped working properly: * Eww does not render images showing empty squares instead. * When visiting an image in a buffer and pressing n to visit the next image the next image is either not displayed at all (showing an empty square instead) or a thumbnail sized version is displayed. * Transformations such as "Fit to Window Width" or "Rotate Image" do not work at all. The following error message is displayed instead: ImageMagick error: no decode delegate for this image format `PBM' @ error/constitute.c/ReadImage/504 (This happens with all image formats not just .pbm) This is independent of any init file as it still happens if emacs is run with the -Q flag. Everything works as it should if I roll back to the version from 2017-09-22. I am running GuixSD on an x86-64 machine with the following config: ;; This is an operating system configuration file ;; for a "desktop" setup with StumpWM and EXWM where ;; the root partition is encrypted with LUKS. (use-modules (gnu) (gnu packages) (gnu system nss)) (use-service-modules avahi dbus desktop networking xorg) (use-package-modules certs emacs gnome lisp xdisorg) (operating-system (host-name <>) (timezone <>) (locale <>) ;; Assuming /dev/sda is the target hard disk, and "osiris" ;; is the label of the target root file system. (bootloader (grub-configuration (target "/dev/sda") (timeout 1))) ;; Specify a mapped device for the encrypted root partition. ;; The UUID is that returned by 'cryptsetup luksUUID'. (mapped-devices (list (mapped-device (source (uuid <>)) (target <>) (type luks-device-mapping)))) (file-systems (cons* (file-system (device <>) (title 'label) (mount-point "/") (type "ext4")) (file-system (device <>) (title 'label) (mount-point "/home") (type "ext4") (dependencies mapped-devices)) %base-file-systems)) (swap-devices '("/dev/sda2")) (users (cons (user-account (name <>) (comment <>) (group "users") (supplementary-groups '("lp" "wheel" "netdev" "audio" "video")) (home-directory <>)) %base-user-accounts)) ;; This is where we specify system-wide packages. (packages (cons* nss-certs ;for HTTPS access ;; gvfs ;for user mounts sbcl-stumpwm ;StumpWM window manager emacs emacs-exwm ;emacs window manager %base-packages)) ;; Add desktop services to %base-services. This is a modified ;; version of %desktop-services with fewer services and wicd ;; instead of network-manager. Also adding tor, xscreensaver, ;; bluetooth and a <> console keymap. (services (cons* (tor-service) ;; Login service (slim-service) ;; Screen lockers are a pretty useful thing ;; and these are small. (screen-locker-service xlockmore "xlock") (screen-locker-service xscreensaver "xscreensaver") ;; The D-Bus clique. (bluetooth-service) (avahi-service) (wicd-service) (udisks-service) (upower-service) (colord-service) (geoclue-service) (polkit-service) (elogind-service) (dbus-service) (ntp-service) ;; Add swiss german keymap (console-keymap-service <>) %base-services)) ;; Allow resolution of '.local' host names with mDNS. (name-service-switch %mdns-host-lookup-nss)) ------------=_1507294742-31614-1--