GNU bug report logs -
#62679
29.0.60; Bindings on `image-map` cause error on sliced images
Previous Next
Reported by: Rah Guzar <rahguzar <at> zohomail.eu>
Date: Wed, 5 Apr 2023 15:44:01 UTC
Severity: normal
Found in version 29.0.60
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Rah Guzar <rahguzar <at> zohomail.eu>
>> Cc: Lars Ingebrigtsen <larsi <at> gnus.org>, 62679 <at> debbugs.gnu.org
>> Date: Thu, 06 Apr 2023 17:43:55 +0200
>>
>> Hi Eli,
>> I can confirm that the issue is mostly fixed now. One thing I noticed
>> was that it is still possible to trigger the error by starting with my
>> recipe before, moving the point to somewhere on the image and then
>> using right arrow key. Since the image has a single column the point
>> is now off image but on the same line. This buffer position still has
>> the "image-map" and pressing e.g. "i +" still causes the error.
>
> I cannot reproduce this. On my system, if I move point with the right
> arrow key, "M-x describe-text-properties" doesn't show the keymap
> property.
>
You are right there is no keymap property there but somehow "image-map"
is still active. I can press "i +" there and see the error while after or
before the image pressing "i +" will insert the two characters.
>> According to the info manual, the advantage of using sliced images is
>> to get a more intuitive scrolling behavior and that is the reason I am
>> using them. I think for everything else the image should behave as a
>> single image. For that reason the behavior of "i r" seems correct to
>> me. It rotates the image and then slices.
>
> If this is what you see, I guess you have Emacs built with
> ImageMagick? I don't see "rotation followed by slicing", because the
> code doesn't do that, at least not with rotation that is implemented
> natively in Emacs on my system. But, as I said, rotation of sliced
> image is not well defined, so my opinion is that people should not
> depend on it doing something sensible.
Evaluating "(image-type-available-p 'imagemagick)" returns nil so I
think Emacs is built without imagemagick support. The sequence of
command I ran to build it were
./configure --with-pgtk
make
make bootstrap
where the first make failed due to some org issue.
But to the broader point about rotation not being sensible I think it
might be a good idea to put a different keymap on sliced images in that
case. Maybe "sliced-image-map" which should be the parent of
"image-map". I don't see any misbehavior though.
This bug report was last modified 2 years and 122 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.