bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#18839: 24.4; posn-object-width-height returns (0 . 0) for large imag


From: Roland Winkler
Subject: bug#18839: 24.4; posn-object-width-height returns (0 . 0) for large images
Date: Sat, 25 Oct 2014 23:15:15 -0500

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]