GNU bug report logs - #7248
In term, SIGWINCH is delayed until a key is typed

Previous Next

Package: emacs;

Reported by: Rob Browning <rlb <at> defaultvalue.org>

Date: Wed, 20 Oct 2010 03:45:02 UTC

Severity: normal

Tags: fixed

Fixed in version 25.3

Done: Noam Postavsky <npostavs <at> gmail.com>

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 7248 in the body.
You can then email your comments to 7248 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 owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#7248; Package emacs. (Wed, 20 Oct 2010 03:45:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Rob Browning <rlb <at> defaultvalue.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 20 Oct 2010 03:45:02 GMT) Full text and rfc822 format available.

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

From: Rob Browning <rlb <at> defaultvalue.org>
To: bug-gnu-emacs <at> gnu.org
Subject: In term, SIGWINCH is delayed until a key is typed
Date: Tue, 19 Oct 2010 20:58:09 -0500
It appears that a SIGWINCH to a make-term is being delayed until a key
is typed.

To reproduce:

  Create sigwinch-test:

    #!/usr/bin/env perl
    use strict;

    $SIG{'WINCH'} = sub { print "SIGWINCH at ".localtime()."\n" };
    sleep 120;

  Create sigwinch-test.el:

    (set-buffer (apply 'make-term "SIGWINCH Test" "./sigwinch-test" nil))
    (term-mode)
    (term-char-mode)
    (switch-to-buffer "*SIGWINCH Test*")

  Then:

    1. Run "emacs -q --no-splash -l sigwinch-test.el" under X11.
    2. Resize the Emacs window.
    3. Type a key.

The SIGWINCH is delayed until the key is typed instead of being sent
immediately.  Here's the original report:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583373

Is that the expected behavior?

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#7248; Package emacs. (Tue, 05 Jun 2018 23:43:01 GMT) Full text and rfc822 format available.

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

From: Noam Postavsky <npostavs <at> gmail.com>
To: Rob Browning <rlb <at> defaultvalue.org>
Cc: 7248 <at> debbugs.gnu.org
Subject: Re: bug#7248: In term, SIGWINCH is delayed until a key is typed
Date: Tue, 05 Jun 2018 19:42:17 -0400
tags 7248 fixed
close 7248 25.3
quit

Rob Browning <rlb <at> defaultvalue.org> writes:

> The SIGWINCH is delayed until the key is typed instead of being sent
> immediately.  Here's the original report:
>
>   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583373

As mentioned there, this is fixed in Emacs 25.




Added tag(s) fixed. Request was from Noam Postavsky <npostavs <at> gmail.com> to control <at> debbugs.gnu.org. (Tue, 05 Jun 2018 23:43:02 GMT) Full text and rfc822 format available.

bug marked as fixed in version 25.3, send any further explanations to 7248 <at> debbugs.gnu.org and Rob Browning <rlb <at> defaultvalue.org> Request was from Noam Postavsky <npostavs <at> gmail.com> to control <at> debbugs.gnu.org. (Tue, 05 Jun 2018 23:43:04 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 04 Jul 2018 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 50 days ago.

Previous Next


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