all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#17114: 24.3.50; right box line around image at first row and first column disappears
@ 2014-03-27  2:29 YAMAMOTO Mitsuharu
  2014-03-27  9:11 ` Stephen Berman
  2019-09-26 16:44 ` Lars Ingebrigtsen
  0 siblings, 2 replies; 6+ messages in thread
From: YAMAMOTO Mitsuharu @ 2014-03-27  2:29 UTC (permalink / raw)
  To: 17114

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@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@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'






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#17114: 24.3.50; right box line around image at first row and first column disappears
  2014-03-27  2:29 bug#17114: 24.3.50; right box line around image at first row and first column disappears YAMAMOTO Mitsuharu
@ 2014-03-27  9:11 ` Stephen Berman
  2019-09-26 16:44 ` Lars Ingebrigtsen
  1 sibling, 0 replies; 6+ messages in thread
From: Stephen Berman @ 2014-03-27  9:11 UTC (permalink / raw)
  To: YAMAMOTO Mitsuharu; +Cc: 17114

On Thu, 27 Mar 2014 11:29:19 +0900 YAMAMOTO Mitsuharu <mituharu@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@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@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





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#17114: 24.3.50; right box line around image at first row and first column disappears
  2014-03-27  2:29 bug#17114: 24.3.50; right box line around image at first row and first column disappears YAMAMOTO Mitsuharu
  2014-03-27  9:11 ` Stephen Berman
@ 2019-09-26 16:44 ` Lars Ingebrigtsen
  2019-09-26 21:27   ` mituharu
  1 sibling, 1 reply; 6+ messages in thread
From: Lars Ingebrigtsen @ 2019-09-26 16:44 UTC (permalink / raw)
  To: YAMAMOTO Mitsuharu; +Cc: 17114

YAMAMOTO Mitsuharu <mituharu@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





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#17114: 24.3.50; right box line around image at first row and first column disappears
  2019-09-26 16:44 ` Lars Ingebrigtsen
@ 2019-09-26 21:27   ` mituharu
  2019-09-27  8:09     ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: mituharu @ 2019-09-26 21:27 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 17114

reopen 17114
quit

> YAMAMOTO Mitsuharu <mituharu@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@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







^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#17114: 24.3.50; right box line around image at first row and first column disappears
  2019-09-26 21:27   ` mituharu
@ 2019-09-27  8:09     ` Eli Zaretskii
  2019-09-27 23:00       ` YAMAMOTO Mitsuharu
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2019-09-27  8:09 UTC (permalink / raw)
  To: mituharu; +Cc: 17114, larsi

> Date: Fri, 27 Sep 2019 06:27:29 +0900
> From: mituharu@math.s.chiba-u.ac.jp
> Cc: 17114@debbugs.gnu.org
> 
> > YAMAMOTO Mitsuharu <mituharu@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.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#17114: 24.3.50; right box line around image at first row and first column disappears
  2019-09-27  8:09     ` Eli Zaretskii
@ 2019-09-27 23:00       ` YAMAMOTO Mitsuharu
  0 siblings, 0 replies; 6+ messages in thread
From: YAMAMOTO Mitsuharu @ 2019-09-27 23:00 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: larsi, 17114-done

On Fri, 27 Sep 2019 17:09:31 +0900,
Eli Zaretskii wrote:
> 
> > Date: Fri, 27 Sep 2019 06:27:29 +0900
> > From: mituharu@math.s.chiba-u.ac.jp
> > Cc: 17114@debbugs.gnu.org
> > 
> > > YAMAMOTO Mitsuharu <mituharu@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@math.s.chiba-u.ac.jp





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-09-27 23:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-27  2:29 bug#17114: 24.3.50; right box line around image at first row and first column disappears YAMAMOTO Mitsuharu
2014-03-27  9:11 ` Stephen Berman
2019-09-26 16:44 ` Lars Ingebrigtsen
2019-09-26 21:27   ` mituharu
2019-09-27  8:09     ` Eli Zaretskii
2019-09-27 23:00       ` YAMAMOTO Mitsuharu

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.