GNU bug report logs - #17114
24.3.50; right box line around image at first row and first column disappears

Previous Next

Package: emacs;

Reported by: YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>

Date: Thu, 27 Mar 2014 02:30:03 UTC

Severity: normal

Found in version 24.3.50

Done: YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 17114 in the body.
You can then email your comments to 17114 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#17114; Package emacs. (Thu, 27 Mar 2014 02:30:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 27 Mar 2014 02:30:06 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.50;
 right box line around image at first row and first column disappears
Date: Thu, 27 Mar 2014 11:29:19 +0900
Steps to reproduce:

  1. $ emacs -Q -D &
  2. (insert-image (create-image "splash.png")
	      (propertize " " 'face '(:box (:line-width 5)))) C-j
  3. C-p C-f
  4. Type C-l several times.

Result:

  The right box line disappears when the image comes to the first row.
  This does not happen if we have an space just before the image.

				     YAMAMOTO Mitsuharu
				mituharu <at> math.s.chiba-u.ac.jp

In GNU Emacs 24.3.50.1 (x86_64-apple-darwin13.1.0, GTK+ Version 3.10.7)
 of 2014-03-27 on YAMAMOTO-no-iMac.local
Repository revision: 116868 lekktu <at> gmail.com-20140327010136-w1ellpn2t78hv1fb
Windowing system distributor `The X.Org Foundation', version 11.0.11404000
Configured using:
 `configure --without-imagemagick LDFLAGS=-L/opt/local/lib
 CPPFLAGS=-I/opt/local/include'





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17114; Package emacs. (Thu, 27 Mar 2014 09:12:02 GMT) Full text and rfc822 format available.

Message #8 received at 17114 <at> debbugs.gnu.org (full text, mbox):

From: Stephen Berman <stephen.berman <at> gmx.net>
To: YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>
Cc: 17114 <at> debbugs.gnu.org
Subject: Re: bug#17114: 24.3.50;
 right box line around image at first row and first column disappears
Date: Thu, 27 Mar 2014 10:11:11 +0100
On Thu, 27 Mar 2014 11:29:19 +0900 YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp> wrote:

> Steps to reproduce:
>
>   1. $ emacs -Q -D &
>   2. (insert-image (create-image "splash.png")
> 	      (propertize " " 'face '(:box (:line-width 5)))) C-j
>   3. C-p C-f
>   4. Type C-l several times.
>
> Result:
>
>   The right box line disappears when the image comes to the first row.
>   This does not happen if we have an space just before the image.

I see this (on GNU Emacs 24.3.50.2 (x86_64-suse-linux-gnu, GTK+ Version
3.10.4) of 2014-03-18 on rosalinde, bzr r116798) when the image is moved
or reinserted into the first column, regardless of which row it is in.
For example, in the above recipe, after step 1, typing SPC, then step 2,
then C-a C-d to remove the space results in the right side of the box
disappearing.  And step 1, step 2, then DEL to delete the image, then
C-x u to restore the image to the first column likewise results in the
right side of the box disappearing.

>
> 				     YAMAMOTO Mitsuharu
> 				mituharu <at> math.s.chiba-u.ac.jp
>
> In GNU Emacs 24.3.50.1 (x86_64-apple-darwin13.1.0, GTK+ Version 3.10.7)
>  of 2014-03-27 on YAMAMOTO-no-iMac.local
> Repository revision: 116868 lekktu <at> gmail.com-20140327010136-w1ellpn2t78hv1fb
> Windowing system distributor `The X.Org Foundation', version 11.0.11404000
> Configured using:
>  `configure --without-imagemagick LDFLAGS=-L/opt/local/lib
>  CPPFLAGS=-I/opt/local/include'

Steve Berman




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17114; Package emacs. (Thu, 26 Sep 2019 16:45:01 GMT) Full text and rfc822 format available.

Message #11 received at 17114 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>
Cc: 17114 <at> debbugs.gnu.org
Subject: Re: bug#17114: 24.3.50; right box line around image at first row
 and first column disappears
Date: Thu, 26 Sep 2019 18:44:05 +0200
YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp> writes:

>   1. $ emacs -Q -D &
>   2. (insert-image (create-image "splash.png")
> 	      (propertize " " 'face '(:box (:line-width 5)))) C-j
>   3. C-p C-f
>   4. Type C-l several times.
>
> Result:
>
>   The right box line disappears when the image comes to the first row.
>   This does not happen if we have an space just before the image.

I'm unable to reproduce this in Emacs 27, so my guess is that this has
been fixed in the passing years, and I'm closing this bug report.  If
you're still seeing this problem, please reopen.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug closed, send any further explanations to 17114 <at> debbugs.gnu.org and YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Thu, 26 Sep 2019 16:45:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17114; Package emacs. (Thu, 26 Sep 2019 21:28:02 GMT) Full text and rfc822 format available.

Message #16 received at 17114 <at> debbugs.gnu.org (full text, mbox):

From: mituharu <at> math.s.chiba-u.ac.jp
To: "Lars Ingebrigtsen" <larsi <at> gnus.org>
Cc: 17114 <at> debbugs.gnu.org
Subject: Re: bug#17114: 24.3.50; right box line around image at first row and
 first column disappears
Date: Fri, 27 Sep 2019 06:27:29 +0900
reopen 17114
quit

> YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp> writes:
>
>>   1. $ emacs -Q -D &
>>   2. (insert-image (create-image "splash.png")
>>       (propertize " " 'face '(:box (:line-width 5)))) C-j
>>   3. C-p C-f
>>   4. Type C-l several times.
>>
>> Result:
>>
>>   The right box line disappears when the image comes to the first row.
>>   This does not happen if we have an space just before the image.
>
> I'm unable to reproduce this in Emacs 27, so my guess is that this has
> been fixed in the passing years, and I'm closing this bug report.  If
> you're still seeing this problem, please reopen.

I can reproduce it with the latest master with the config below.

				     YAMAMOTO Mitsuharu
				mituharu <at> math.s.chiba-u.ac.jp

In GNU Emacs 27.0.50 (build 1, x86_64-apple-darwin18.7.0, X toolkit, Xaw3d
scroll bars)
 of 2019-09-27 built on YAMAMOTOnoMacBook-Pro.local
Repository revision: 648a6b7e912c97f9f4190cfd401274a2a33f31da
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.11804000
System Description:  Mac OS X 10.14.6

Configured using:
 'configure --without-gnutls --without-ns --with-modules --with-jpeg=no
 --with-gif=no --with-tiff=no PKG_CONFIG=/opt/local/bin/pkg-config
 PKG_CONFIG_PATH=/usr/lib/pkgconfig:/opt/X11/lib/pkgconfig:/usr/local/lib/pkgconfig
 PKG_CONFIG_LIBDIR='

Configured features:
XAW3D XPM PNG NOTIFY KQUEUE ACL LIBXML2 FREETYPE M17N_FLT LIBOTF XFT
ZLIB TOOLKIT_SCROLL_BARS LUCID X11 XDBE XIM MODULES THREADS PDUMPER






Did not alter fixed versions and reopened. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 26 Sep 2019 21:28:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17114; Package emacs. (Fri, 27 Sep 2019 08:10:02 GMT) Full text and rfc822 format available.

Message #21 received at 17114 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: mituharu <at> math.s.chiba-u.ac.jp
Cc: 17114 <at> debbugs.gnu.org, larsi <at> gnus.org
Subject: Re: bug#17114: 24.3.50;
 right box line around image at first row and first column disappears
Date: Fri, 27 Sep 2019 11:09:31 +0300
> Date: Fri, 27 Sep 2019 06:27:29 +0900
> From: mituharu <at> math.s.chiba-u.ac.jp
> Cc: 17114 <at> debbugs.gnu.org
> 
> > YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp> writes:
> >
> >>   1. $ emacs -Q -D &
> >>   2. (insert-image (create-image "splash.png")
> >>       (propertize " " 'face '(:box (:line-width 5)))) C-j
> >>   3. C-p C-f
> >>   4. Type C-l several times.
> >>
> >> Result:
> >>
> >>   The right box line disappears when the image comes to the first row.
> >>   This does not happen if we have an space just before the image.
> >
> > I'm unable to reproduce this in Emacs 27, so my guess is that this has
> > been fixed in the passing years, and I'm closing this bug report.  If
> > you're still seeing this problem, please reopen.
> 
> I can reproduce it with the latest master with the config below.

Thanks, should be fixed now.  Please test.




Reply sent to YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>:
You have taken responsibility. (Fri, 27 Sep 2019 23:01:02 GMT) Full text and rfc822 format available.

Notification sent to YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>:
bug acknowledged by developer. (Fri, 27 Sep 2019 23:01:02 GMT) Full text and rfc822 format available.

Message #26 received at 17114-done <at> debbugs.gnu.org (full text, mbox):

From: YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: larsi <at> gnus.org, 17114-done <at> debbugs.gnu.org
Subject: Re: bug#17114: 24.3.50;
 right box line around image at first row and first column disappears
Date: Sat, 28 Sep 2019 08:00:49 +0900
On Fri, 27 Sep 2019 17:09:31 +0900,
Eli Zaretskii wrote:
> 
> > Date: Fri, 27 Sep 2019 06:27:29 +0900
> > From: mituharu <at> math.s.chiba-u.ac.jp
> > Cc: 17114 <at> debbugs.gnu.org
> > 
> > > YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp> writes:
> > >
> > >>   1. $ emacs -Q -D &
> > >>   2. (insert-image (create-image "splash.png")
> > >>       (propertize " " 'face '(:box (:line-width 5)))) C-j
> > >>   3. C-p C-f
> > >>   4. Type C-l several times.
> > >>
> > >> Result:
> > >>
> > >>   The right box line disappears when the image comes to the first row.
> > >>   This does not happen if we have an space just before the image.
> > >
> > > I'm unable to reproduce this in Emacs 27, so my guess is that this has
> > > been fixed in the passing years, and I'm closing this bug report.  If
> > > you're still seeing this problem, please reopen.
> > 
> > I can reproduce it with the latest master with the config below.
> 
> Thanks, should be fixed now.  Please test.

Works fine.  Thanks.  Closing again.

			     YAMAMOTO Mitsuharu
			mituharu <at> math.s.chiba-u.ac.jp




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 26 Oct 2019 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 236 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.