GNU bug report logs - #69066
[PATCH] Fix compilation filtration if carriage is moved

Previous Next

Package: emacs;

Reported by: Evgeny Gagauz <evgenij.gagauz <at> gmail.com>

Date: Mon, 12 Feb 2024 05:35:13 UTC

Severity: normal

Tags: patch

Merged with 69067

Full log


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

From: Gagauz Evgenij Vladimirovich <evgenij.gagauz <at> gmail.com>
To: 69066 <at> debbugs.gnu.org
Subject: Re: bug#69066: [PATCH] Fix compilation filtration if carriage is moved
Date: Thu, 22 Feb 2024 09:33:15 +0100
[Message part 1 (text/plain, inline)]
I could reproduce it with the following simple bash script:

printf '\r\e[K0'
sleep 1
printf '\r\e[K1'
sleep 1
printf '\r\e[K2'
sleep 1
printf '\r\e[K3'
sleep 1
printf '\r\e[K4'

The result is:
./test.sh
^[[K4
Compilation finished at Thu Feb 22 01:10:34

Interesting enough that the issue is not reproduced without sleeps. It
seems that the stream must be flushed to reproduce the issue.
[Message part 2 (text/html, inline)]

This bug report was last modified 1 year and 120 days ago.

Previous Next


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