unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#5633: 23.1.92; *compilation* hangs and fails to scroll
@ 2010-02-23 15:28 Marshall, Simon
  2010-03-06 19:10 ` Chong Yidong
  0 siblings, 1 reply; 10+ messages in thread
From: Marshall, Simon @ 2010-02-23 15:28 UTC (permalink / raw)
  To: 5633

[-- Attachment #1: Type: text/plain, Size: 2963 bytes --]

This is a re-emergence of bug 2223 filed against 23.0.91 and (ISTR)
subsequently fixed.

You will need a Makefile that is going to output a long line.  This
works for me:

all:
	@echo the 2+K char very long line copied from my real makefile

Now emacs -Q and eval in *scratch*

(setq compilation-scroll-output t)
(setq special-display-frame-alist nil)
(setq compile-frame-alist
      (append '((width . 150) (height . 15))
	      '((left . 25) (top . 75))
	      '((menu-bar-lines . 1))
	      special-display-frame-alist))
(setq special-display-buffer-names
      (list (cons "*compilation*" compile-frame-alist)))

Now do Tools > Compile... RET and I see Emacs create the *compilation*
window frame and insert chunks of the echo output before eventually not
scrolling the *compilation* window.  It doesn't stop scrolling at the
same time with each recompile.

Simon.

In GNU Emacs 23.1.92.1 (sparc-sun-solaris2.8, Motif Version 2.1.0)
 of 2010-02-01 on risksun2
Windowing system distributor `Hummingbird Ltd.', version 11.0.100015
configured using `configure  '--without-makeinfo'
'--x-includes=/usr/openwin/include:/usr/dt/include:/usr/local/include:/u
sr/local/X11/include'
'--x-libraries=/usr/openwin/lib:/usr/dt/lib:/usr/local/lib:/usr/local/X1
1/lib' '--with-x-toolkit=motif' '--with-jpeg=no' '--with-gif=no'
'--with-tiff=no''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: C
  value of $XMODIFIERS: nil
  locale-coding-system: nil
  default enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t



"Misys" is the trade name for Misys plc (registered in England and Wales). Registration Number: 01360027. Registered office: One Kingdom Street, London W2 6BL, United Kingdom. For a list of Misys group operating companies please go to http://www.misys.com/corp/About_Us/misys_operating_companies.html. This email and any attachments have been scanned for known viruses using multiple scanners. This email message is intended for the named recipient only. It may be privileged and/or confidential. If you are not the named recipient of this email please notify us immediately and do not copy it or use it for any purpose, nor disclose its contents to any other person. This email does not constitute the commencement of legal relations between you and Misys plc. Please refer to the executed contract between you and the relevant member of the Misys group for the identity of the contracting party with which you are dealing. 

[-- Attachment #2: Type: text/html, Size: 7296 bytes --]

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

* bug#5633: 23.1.92; *compilation* hangs and fails to scroll
  2010-02-23 15:28 bug#5633: 23.1.92; *compilation* hangs and fails to scroll Marshall, Simon
@ 2010-03-06 19:10 ` Chong Yidong
  2010-03-16 10:00   ` Marshall, Simon
  0 siblings, 1 reply; 10+ messages in thread
From: Chong Yidong @ 2010-03-06 19:10 UTC (permalink / raw)
  To: Marshall, Simon; +Cc: 5633

> Now do Tools > Compile... RET and I see Emacs create the *compilation*
> window frame and insert chunks of the echo output before eventually not
> scrolling the *compilation* window.  It doesn't stop scrolling at the
> same time with each recompile.

I can't reproduce this.  Could you send the Makefile as an attachment?






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

* bug#5633: 23.1.92; *compilation* hangs and fails to scroll
  2010-03-06 19:10 ` Chong Yidong
@ 2010-03-16 10:00   ` Marshall, Simon
  2010-03-16 15:57     ` Chong Yidong
  0 siblings, 1 reply; 10+ messages in thread
From: Marshall, Simon @ 2010-03-16 10:00 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 5633

[-- Attachment #1: Type: text/plain, Size: 1253 bytes --]

> I can't reproduce this.  Could you send the Makefile as an attachment?

Plz find attached the .emacs and Makefile.  With the .emacs, start
emacs, navigate to the directory with the Makefile and do Tools >
Compile... RET.  I see point stuck at 1496 in *compilation*.  I can
reproduce this with 23.1.94.

Simon.



"Misys" is the trade name for Misys plc (registered in England and Wales). Registration Number: 01360027. Registered office: One Kingdom Street, London W2 6BL, United Kingdom. For a list of Misys group operating companies please go to http://www.misys.com/corp/About_Us/misys_operating_companies.html. This email and any attachments have been scanned for known viruses using multiple scanners. This email message is intended for the named recipient only. It may be privileged and/or confidential. If you are not the named recipient of this email please notify us immediately and do not copy it or use it for any purpose, nor disclose its contents to any other person. This email does not constitute the commencement of legal relations between you and Misys plc. Please refer to the executed contract between you and the relevant member of the Misys group for the identity of the contracting party with which you are dealing. 

[-- Attachment #2: 5633.tgz --]
[-- Type: application/x-compressed, Size: 1141 bytes --]

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

* bug#5633: 23.1.92; *compilation* hangs and fails to scroll
  2010-03-16 10:00   ` Marshall, Simon
@ 2010-03-16 15:57     ` Chong Yidong
  2010-03-16 16:31       ` Marshall, Simon
  0 siblings, 1 reply; 10+ messages in thread
From: Chong Yidong @ 2010-03-16 15:57 UTC (permalink / raw)
  To: Marshall, Simon; +Cc: 5633

"Marshall, Simon" <Simon.Marshall@misys.com> writes:

>> I can't reproduce this.  Could you send the Makefile as an attachment?
>
> Plz find attached the .emacs and Makefile.  With the .emacs, start
> emacs, navigate to the directory with the Makefile and do Tools >
> Compile... RET.  I see point stuck at 1496 in *compilation*.  I can
> reproduce this with 23.1.94.

Hmm, I still can't reproduce this.  The *compilation* buffer ends up
being like this:

=======================
....
wpnp.o ./ybindiffcapp.o ./yccap_ext_ycbarp.o ./yccap_fxbarp.o
./yccap_irbarp.o ./yccapp.o ./ycrvswpn.o ./ydiffcapp.o
./YieldFixedSide.o

Compilation finished at Tue Mar 16 11:55:58

^
=======================

With point at position indicated by ^.  I assume this is not what you
see...






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

* bug#5633: 23.1.92; *compilation* hangs and fails to scroll
  2010-03-16 15:57     ` Chong Yidong
@ 2010-03-16 16:31       ` Marshall, Simon
  2010-03-16 17:35         ` Glenn Morris
  2022-01-31 17:06         ` Lars Ingebrigtsen
  0 siblings, 2 replies; 10+ messages in thread
From: Marshall, Simon @ 2010-03-16 16:31 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 5633

> Hmm, I still can't reproduce this.  The *compilation* buffer ends up
> being like this:
> 
> =======================
> ....
> wpnp.o ./ybindiffcapp.o ./yccap_ext_ycbarp.o ./yccap_fxbarp.o
> ./yccap_irbarp.o ./yccapp.o ./ycrvswpn.o ./ydiffcapp.o
> ./YieldFixedSide.o
> 
> Compilation finished at Tue Mar 16 11:55:58
> 
> ^
> =======================
> 
> With point at position indicated by ^.  I assume this is not what you
> see...

No, it isn't, point is left in the middle of the long line.

Perhaps this is a timing issue, eg, something specific to reading
asynchronously/inserting into the buffer on solaris.

Is there anything I can do to help track it down?

I already tried x-synchronize, but more in hope than anything.


"Misys" is the trade name for Misys plc (registered in England and Wales). Registration Number: 01360027. Registered office: One Kingdom Street, London W2 6BL, United Kingdom. For a list of Misys group operating companies please go to http://www.misys.com/corp/About_Us/misys_operating_companies.html. This email and any attachments have been scanned for known viruses using multiple scanners. This email message is intended for the named recipient only. It may be privileged and/or confidential. If you are not the named recipient of this email please notify us immediately and do not copy it or use it for any purpose, nor disclose its contents to any other person. This email does not constitute the commencement of legal relations between you and Misys plc. Please refer to the executed contract between you and the relevant member of the Misys group for the identity of the contracting party with which you are dealing. 






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

* bug#5633: 23.1.92; *compilation* hangs and fails to scroll
  2010-03-16 16:31       ` Marshall, Simon
@ 2010-03-16 17:35         ` Glenn Morris
  2010-03-17  9:18           ` Marshall, Simon
  2022-01-31 17:06         ` Lars Ingebrigtsen
  1 sibling, 1 reply; 10+ messages in thread
From: Glenn Morris @ 2010-03-16 17:35 UTC (permalink / raw)
  To: Marshall, Simon; +Cc: 5633


May I close bug#21, since it seems to be replaced by this one?
The former is largely off-topic anyway.






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

* bug#5633: 23.1.92; *compilation* hangs and fails to scroll
  2010-03-16 17:35         ` Glenn Morris
@ 2010-03-17  9:18           ` Marshall, Simon
  2010-03-17 16:09             ` Glenn Morris
  0 siblings, 1 reply; 10+ messages in thread
From: Marshall, Simon @ 2010-03-17  9:18 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 5633

> May I close bug#21, since it seems to be replaced by this one?

Yes, thanks.

> The former is largely off-topic anyway.

Well, it wasn't to begin with.  I was unfortunate enough to raise it
during a row elsewhere about raised bug emails.


"Misys" is the trade name for Misys plc (registered in England and Wales). Registration Number: 01360027. Registered office: One Kingdom Street, London W2 6BL, United Kingdom. For a list of Misys group operating companies please go to http://www.misys.com/corp/About_Us/misys_operating_companies.html. This email and any attachments have been scanned for known viruses using multiple scanners. This email message is intended for the named recipient only. It may be privileged and/or confidential. If you are not the named recipient of this email please notify us immediately and do not copy it or use it for any purpose, nor disclose its contents to any other person. This email does not constitute the commencement of legal relations between you and Misys plc. Please refer to the executed contract between you and the relevant member of the Misys group for the identity of the contracting party with which you are dealing. 






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

* bug#5633: 23.1.92; *compilation* hangs and fails to scroll
  2010-03-17  9:18           ` Marshall, Simon
@ 2010-03-17 16:09             ` Glenn Morris
  0 siblings, 0 replies; 10+ messages in thread
From: Glenn Morris @ 2010-03-17 16:09 UTC (permalink / raw)
  To: Marshall, Simon; +Cc: 5633

"Marshall, Simon" wrote:

>> May I close bug#21, since it seems to be replaced by this one?
>
> Yes, thanks.
>
>> The former is largely off-topic anyway.
>
> Well, it wasn't to begin with.  I was unfortunate enough to raise it
> during a row elsewhere about raised bug emails.

Absolutely, I didn't mean to imply it was your fault at all.






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

* bug#5633: 23.1.92; *compilation* hangs and fails to scroll
  2010-03-16 16:31       ` Marshall, Simon
  2010-03-16 17:35         ` Glenn Morris
@ 2022-01-31 17:06         ` Lars Ingebrigtsen
  2022-03-01 15:45           ` Lars Ingebrigtsen
  1 sibling, 1 reply; 10+ messages in thread
From: Lars Ingebrigtsen @ 2022-01-31 17:06 UTC (permalink / raw)
  To: Marshall, Simon; +Cc: Chong Yidong, 5633

"Marshall, Simon" <Simon.Marshall@misys.com> writes:

>> With point at position indicated by ^.  I assume this is not what you
>> see...
>
> No, it isn't, point is left in the middle of the long line.
>
> Perhaps this is a timing issue, eg, something specific to reading
> asynchronously/inserting into the buffer on solaris.

(I'm going through old bug reports that unfortunately weren't resolved
at the time.)

Are you still seeing this issue in more recent versions of Emacs or the
operating systems you're using it on?

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





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

* bug#5633: 23.1.92; *compilation* hangs and fails to scroll
  2022-01-31 17:06         ` Lars Ingebrigtsen
@ 2022-03-01 15:45           ` Lars Ingebrigtsen
  0 siblings, 0 replies; 10+ messages in thread
From: Lars Ingebrigtsen @ 2022-03-01 15:45 UTC (permalink / raw)
  To: Marshall, Simon; +Cc: Chong Yidong, 5633

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Are you still seeing this issue in more recent versions of Emacs or the
> operating systems you're using it on?

More information was requested, but no response was given within a
month, so I'm closing this bug report.  If the problem still exists,
please respond to this email and we'll reopen the bug report.

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





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

end of thread, other threads:[~2022-03-01 15:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-23 15:28 bug#5633: 23.1.92; *compilation* hangs and fails to scroll Marshall, Simon
2010-03-06 19:10 ` Chong Yidong
2010-03-16 10:00   ` Marshall, Simon
2010-03-16 15:57     ` Chong Yidong
2010-03-16 16:31       ` Marshall, Simon
2010-03-16 17:35         ` Glenn Morris
2010-03-17  9:18           ` Marshall, Simon
2010-03-17 16:09             ` Glenn Morris
2022-01-31 17:06         ` Lars Ingebrigtsen
2022-03-01 15:45           ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).