GNU bug report logs -
#23369
25.0.93; CANNOT_DUMP build fails if resizing terminal during startup in tty mode
Previous Next
Reported by: Fredrik Fornwall <fredrik <at> fornwall.net>
Date: Mon, 25 Apr 2016 07:19:03 UTC
Severity: normal
Tags: confirmed
Found in version 25.0.93
Fixed in version 25.0.94
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #46 received at 23369 <at> debbugs.gnu.org (full text, mbox):
> From: Glenn Morris <rgm <at> gnu.org>
> Cc: fredrik <at> fornwall.net, 23369 <at> debbugs.gnu.org
> Date: Wed, 27 Apr 2016 17:01:13 -0400
>
> *** a/lisp/window.el
> --- b/lisp/window.el
> ***************
> *** 8520,8525 ****
> --- 8520,8526 ----
> displaying that processes's buffer."
> (let ((processes (process-list))
> (process-windows nil))
> + (when processes
> (walk-windows
> (lambda (window)
> (let ((buffer (window-buffer window))
> ***************
> *** 8538,8544 ****
> nil)
> (setf iter (cdr iter)))))))
> 1 t)
> ! process-windows))
>
> (defun window--adjust-process-windows ()
> "Update process window sizes to match the current window configuration."
> --- 8539,8545 ----
> nil)
> (setf iter (cdr iter)))))))
> 1 t)
> ! process-windows)))
>
> (defun window--adjust-process-windows ()
> "Update process window sizes to match the current window configuration."
Btw, the change which introduced these calls (made, probably
inadvertently, at startup as well, something that doesn't seem to make
sense to me) is completely devoid of any documentation: the feature is
not mentioned in NEWS and not in any manual, even though it includes a
defcustom.
This bug report was last modified 9 years and 84 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.