unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#7248: In term, SIGWINCH is delayed until a key is typed
@ 2010-10-20  1:58 Rob Browning
  2018-06-05 23:42 ` Noam Postavsky
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Browning @ 2010-10-20  1:58 UTC (permalink / raw)
  To: 7248


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





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

* bug#7248: In term, SIGWINCH is delayed until a key is typed
  2010-10-20  1:58 bug#7248: In term, SIGWINCH is delayed until a key is typed Rob Browning
@ 2018-06-05 23:42 ` Noam Postavsky
  0 siblings, 0 replies; 2+ messages in thread
From: Noam Postavsky @ 2018-06-05 23:42 UTC (permalink / raw)
  To: Rob Browning; +Cc: 7248

tags 7248 fixed
close 7248 25.3
quit

Rob Browning <rlb@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.





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

end of thread, other threads:[~2018-06-05 23:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-20  1:58 bug#7248: In term, SIGWINCH is delayed until a key is typed Rob Browning
2018-06-05 23:42 ` Noam Postavsky

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).