GNU bug report logs - #15592
24.3.50; TTY redisplay screwed by frequently resized mini-window

Previous Next

Package: emacs;

Reported by: Dmitry Antipov <antipov <at> dev.rtsoft.ru>

Date: Fri, 11 Oct 2013 21:35:02 UTC

Severity: normal

Tags: moreinfo

Found in version 24.3.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Dmitry Antipov <antipov <at> dev.rtsoft.ru>
Cc: 15592 <at> debbugs.gnu.org
Subject: Re: bug#15592: 24.3.50; TTY redisplay screwed by frequently resized
 mini-window
Date: Sun, 30 May 2021 07:52:46 +0200
Dmitry Antipov <antipov <at> dev.rtsoft.ru> writes:

> When mini-window is frequently updated with (setq resize-mini-windows t),
> TTY output may be completely screwed.
>
> How to reproduce:
>
> 1) Create oops.el with the following function:
>
>   (defun oops-msg ()
>     (interactive)
>     (setq resize-mini-windows t)
>     (while t
>       (message (make-string (abs (% (random) 1000))
>                             (+ (abs (% (random) 25)) 97)))))
>
> 2) Run with 'emacs -Q -nw -l oops.el', then M-x oops-msg, then wait.

I tried running it for a while in Emacs 28, but I'm not able to
reproduce the problem.  Are you still seeing this?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 3 years and 324 days ago.

Previous Next


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