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

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

bug#22485: M-x compile cuts off output if signal is received!


From: Eli Zaretskii
Subject: bug#22485: M-x compile cuts off output if signal is received!
Date: Thu, 28 Jan 2016 21:57:45 +0200

> From: 積丹尼 Dan Jacobson
>       <jidanni@jidanni.org>
> Date: Fri, 29 Jan 2016 03:38:46 +0800
> 
> $ cat makefile
> boom:
>       seq 1111; false
> boom1:
>       seq 1111; true
> boom2:
>       seq 1111; false; m=$$?; sleep 1; exit $$m
> 
> M-x compile make boom gives
> 
> ...
> 1039
> 1040
> 10
> Compilation exited abnormally with code 2 at Fri Jan 29 03:24:38
> 
> The output is cut off!

I cannot reproduce this.





reply via email to

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