From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Roland Winkler" Newsgroups: gmane.emacs.bugs Subject: bug#18839: 24.4; posn-object-width-height returns (0 . 0) for large images Date: Sat, 25 Oct 2014 23:15:15 -0500 Message-ID: <30035.53947.376512.21580@gargle.gargle.HOWL> References: <87mw8j5zs1.fsf@gnu.org> <24378.47280.535306.21580@gargle.gargle.HOWL> <83r3xv4hu3.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1414296979 31804 80.91.229.3 (26 Oct 2014 04:16:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Oct 2014 04:16:19 +0000 (UTC) Cc: 18839@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 26 05:16:07 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1XiFFP-0006Wc-3V for geb-bug-gnu-emacs@m.gmane.org; Sun, 26 Oct 2014 05:16:07 +0100 Original-Received: from localhost ([::1]:55307 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiFFO-0002PT-E9 for geb-bug-gnu-emacs@m.gmane.org; Sun, 26 Oct 2014 00:16:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiFFL-0002PI-ML for bug-gnu-emacs@gnu.org; Sun, 26 Oct 2014 00:16:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiFFK-0001i9-Uh for bug-gnu-emacs@gnu.org; Sun, 26 Oct 2014 00:16:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:43546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiFFK-0001i5-Re for bug-gnu-emacs@gnu.org; Sun, 26 Oct 2014 00:16:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XiFFK-0004II-BQ for bug-gnu-emacs@gnu.org; Sun, 26 Oct 2014 00:16:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: "Roland Winkler" Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 26 Oct 2014 04:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18839 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18839-submit@debbugs.gnu.org id=B18839.141429692316455 (code B ref 18839); Sun, 26 Oct 2014 04:16:02 +0000 Original-Received: (at 18839) by debbugs.gnu.org; 26 Oct 2014 04:15:23 +0000 Original-Received: from localhost ([127.0.0.1]:35644 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XiFEh-0004HK-4o for submit@debbugs.gnu.org; Sun, 26 Oct 2014 00:15:23 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:49007 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XiFEd-0004H9-VI for 18839@debbugs.gnu.org; Sun, 26 Oct 2014 00:15:20 -0400 Original-Received: from 162-229-45-114.lightspeed.cicril.sbcglobal.net ([162.229.45.114]:35816 helo=regnitz) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1XiFEc-0001OB-O8; Sun, 26 Oct 2014 00:15:19 -0400 In-Reply-To: <83r3xv4hu3.fsf@gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:95094 On Sun Oct 26 2014 Eli Zaretskii wrote: > Please post the URLs where one can find the images you tried, or > images that can be used to reproduce this problem. Say, I observe the buggy behavior if I enlarge the file splash.png in the etc directory of emacs: convert splash.png -resize 1024 splash-1024.png convert splash.png -resize 2048 splash-2048.png In this case for emacs 24.4 emacs -q --no-splash -l foo.el splash-1024.png # fine emacs -q -l foo.el splash-1024.png # buggy emacs -q --no-splash -l foo.el splash-2048.png # buggy emacs -q -l foo.el splash-2048.png # buggy No problem with emacs 24.3.93