From unknown Thu Jun 19 13:53:27 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#815 <815@debbugs.gnu.org> To: bug#815 <815@debbugs.gnu.org> Subject: Status: 22.2.91; Error when visiting pbm files Reply-To: bug#815 <815@debbugs.gnu.org> Date: Thu, 19 Jun 2025 20:53:27 +0000 retitle 815 22.2.91; Error when visiting pbm files reassign 815 emacs submitter 815 YAMAMOTO Mitsuharu severity 815 normal thanks From mituharu@math.s.chiba-u.ac.jp Thu Aug 28 20:58:35 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.4 required=4.0 tests=AWL,BAYES_00,FOURLA, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 29 Aug 2008 03:58:35 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7T3wUem023030 for ; Thu, 28 Aug 2008 20:58:32 -0700 Received: from mail.gnu.org ([199.232.76.166]:46766 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KYv6Z-0001uE-DH for emacs-pretest-bug@gnu.org; Thu, 28 Aug 2008 23:56:59 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KYv7y-0000aF-6a for emacs-pretest-bug@gnu.org; Thu, 28 Aug 2008 23:58:29 -0400 Received: from ntp.math.s.chiba-u.ac.jp ([133.82.132.2]:56711 helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KYv7x-0000Yv-L2 for emacs-pretest-bug@gnu.org; Thu, 28 Aug 2008 23:58:26 -0400 Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 819012C45 for ; Fri, 29 Aug 2008 12:58:18 +0900 (JST) Received: (from mituharu@localhost) by church.math.s.chiba-u.ac.jp (8.11.7p1+Sun/8.11.7) id m7T3wID01281; Fri, 29 Aug 2008 12:58:18 +0900 (JST) Date: Fri, 29 Aug 2008 12:58:18 +0900 (JST) Message-Id: <200808290358.m7T3wID01281@church.math.s.chiba-u.ac.jp> From: YAMAMOTO Mitsuharu To: emacs-pretest-bug@gnu.org Subject: 22.2.91; Error when visiting pbm files User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.2.91 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-detected-kernel: by monty-python.gnu.org: NetBSD 3.0 (DF) The invocation emacs -Q -D /usr/local/share/emacs/22.2.91/etc/images/attach.pbm gives an error File mode specification error: (void-function image-get-display-property) and it shows raw bytes instead of an image. Emacs 22.2 shows an image correctly. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp In GNU Emacs 22.2.91.1 (sparc-sun-solaris2.8, X toolkit, Xaw3d scroll bars) of 2008-08-29 on church Windowing system distributor `The X.Org Foundation', version 11.0.10300000 configured using `configure '--x-libraries=/usr/local/lib'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: ja locale-coding-system: japanese-iso-8bit default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t From cyd@stupidchicken.com Thu Aug 28 22:15:52 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-3.7 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 815-done) by emacsbugs.donarmstrong.com; 29 Aug 2008 05:15:52 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7T5FngM017358 for <815-done@emacsbugs.donarmstrong.com>; Thu, 28 Aug 2008 22:15:50 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 6E67757E189; Fri, 29 Aug 2008 01:17:46 -0400 (EDT) To: YAMAMOTO Mitsuharu Cc: 815-done@debbugs.gnu.org Subject: Re: 22.2.91; Error when visiting pbm files From: Chong Yidong Date: Fri, 29 Aug 2008 01:17:46 -0400 Message-ID: <87r6888kn9.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > emacs -Q -D /usr/local/share/emacs/22.2.91/etc/images/attach.pbm > > gives an error > > File mode specification error: (void-function > image-get-display-property) Fixed. I botched a backport. Thanks for point this out. From unknown Thu Jun 19 13:53:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Fri, 26 Sep 2008 14:24:04 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator