all messages for Emacs-related lists mirrored at yhetil.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

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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.