unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Dmitry Gutov <dgutov@yandex.ru>
To: Gregory Heytings <gregory@heytings.org>, Po Lu <luangruo@yahoo.com>
Cc: 61667@debbugs.gnu.org, Eli Zaretskii <eliz@gnu.org>
Subject: bug#61667: 29.0.60; Failure to redisplay
Date: Thu, 2 Mar 2023 17:45:05 +0200	[thread overview]
Message-ID: <8eda4f1e-233e-4963-1b1d-75945eca01d4@yandex.ru> (raw)
In-Reply-To: <60c92936-2a75-a254-145a-6a0a1656a645@yandex.ru>

On 02/03/2023 15:39, Dmitry Gutov wrote:
> On 02/03/2023 11:30, Gregory Heytings wrote:
>>
>>>> So... in both problematic cases is seems like there is a 
>>>> show_back_buffer call right after x_set_title, and yet it does not 
>>>> reflect on screen. Right?
>>>
>>> Yes.
>>>
>>
>> How can you draw such a conclusion without knowing what the back 
>> buffer contains?  The fact that show_back_buffer is called doesn't 
>> imply that it contains what Dmitry expects to see, namely the contents 
>> of the xassociations.rb file.
> 
> The problem here is that there is no subsequent show_back_buffer call 
> which corresponds to the "correct" frame contents. But the correct 
> contents do get displayed (albeit with delay).
> 
> The only next (last) one is me pressing "C-x" in "C-x C-c", I think.

I've done so further investigation. Started with trying to find out 
which part of x_set_name_internal causes the problem. Commented out this 
or that call, and none seemed to make a difference.

So I commented out both existing calls to x_set_name_internal: in 
x_set_name and x_set_title. Recompiled -- and the problem still reproduces.

Then I added --eval "(setq frame-title-format \"aaa\")" to the command 
line, which we previously identified as potential fix/workaround -- the 
problem _still_ reproduces. The frequency seems to be ~the same as 
without it, as long as the x_set_name_internal calls are commented out.

With x_set_name_internal not commented out, (setq frame-title-format 
"aaa") seems to lower the frequency of the issue, which coupled with 
blink-cursor-mode (which was previously on, and which fires timers over 
regular intervals) made it rare enough for me to declare the problem 
absent. And also this addition, which now seems to make the problem 
_more_ likely to happen"

   --eval "(add-hook 'find-file-hook #'redisplay t)

So I went back to the previous Emacs versions.

This MRE:

   src/emacs -Q --eval "(tool-bar-mode -1)" --eval "(menu-bar-mode -1)" 
--eval "(scroll-bar-mode -1)" --eval "(global-set-key \"a\" (lambda () 
(interactive) (insert \"!\") (redisplay) (find-file 
\"xassociations.rb\") ))" --eval "(add-hook 'find-file-hook #'redisplay 
t)" --eval "(blink-cursor-mode -1 )" --eval "(setq frame-title-format 
\"aaa\")"

   Press 'a'. See if the buffer is displayed after a delay.

reproduces (though a little less frequently) in Emacs 28, 27, 26

In 26 it happened ~5 times over 100 tries.

It doesn't seem to reproduce in Emacs 25, though that version is pretty 
buggy here: it tends to hang during startup (around 1 in 6 times) and I 
have to pass --eval "(set-frame-size nil 40 18)" for its window to have 
a reasonable size.

--eval "(modify-frame-parameters nil '((inhibit-double-buffering . t)))" 
still seems to be a reliable fix, so maybe Emacs 25 is by definition 
unaffected.

--eval "(modify-frame-parameters nil '((undecorated . t)))", OTOH, we 
can also cross out from the list of fixes: the problem still happens 
with it, though seemingly less often (first repro at the 15th try).





  reply	other threads:[~2023-03-02 15:45 UTC|newest]

Thread overview: 192+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-21  2:53 bug#61667: 29.0.60; Failure to redisplay Dmitry Gutov
2023-02-21  7:32 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-21 10:04   ` Dmitry Gutov
2023-02-21 10:19     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-21 10:43       ` Dmitry Gutov
2023-02-21 11:08         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-21 12:58         ` Eli Zaretskii
2023-02-21 15:51           ` Dmitry Gutov
2023-02-21 16:05             ` Eli Zaretskii
2023-02-21 17:25               ` Dmitry Gutov
2023-02-21 18:31                 ` Eli Zaretskii
2023-02-21 20:53                   ` Dmitry Gutov
2023-02-22  2:41                   ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-22 12:17                     ` Eli Zaretskii
2023-02-22 16:24                       ` Dmitry Gutov
2023-02-22 16:29                         ` Gregory Heytings
2023-02-23  0:51                           ` Dmitry Gutov
2023-02-23  1:03                             ` Gregory Heytings
2023-02-23 13:41                               ` Dmitry Gutov
2023-02-23 13:58                                 ` Gregory Heytings
2023-02-23 16:46                                   ` Dmitry Gutov
2023-02-23 17:10                                     ` Eli Zaretskii
2023-02-23 19:12                                       ` Dmitry Gutov
2023-02-23 19:24                                         ` Eli Zaretskii
2023-02-23 20:05                                           ` Dmitry Gutov
2023-02-24  6:48                                             ` Eli Zaretskii
2023-02-24 11:55                                     ` Gregory Heytings
2023-02-24 13:12                                     ` Dmitry Gutov
2023-02-24 13:20                                       ` Gregory Heytings
2023-02-24 13:29                                         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-24 13:46                                         ` Dmitry Gutov
2023-02-24 13:54                                           ` Gregory Heytings
2023-02-24 14:54                                             ` Dmitry Gutov
2023-02-24 15:12                                               ` Gregory Heytings
2023-02-24 22:25                                                 ` Gregory Heytings
2023-02-24 23:34                                                   ` Dmitry Gutov
2023-02-24 23:48                                                     ` Gregory Heytings
2023-02-25  0:37                                                       ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-26  0:35                                                         ` Gregory Heytings
2023-02-25 23:34                                                       ` Dmitry Gutov
2023-02-26  0:41                                                         ` Gregory Heytings
2023-02-26  0:56                                                           ` Dmitry Gutov
2023-02-26  1:02                                                             ` Gregory Heytings
2023-02-26  1:36                                                               ` Dmitry Gutov
2023-02-26  1:53                                                                 ` Gregory Heytings
2023-02-26  2:00                                                                   ` Dmitry Gutov
2023-02-26  2:39                                                                     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-26 12:15                                                                       ` Dmitry Gutov
2023-02-28 10:24                                                                         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-26  6:44                                                                     ` Eli Zaretskii
2023-02-26 11:59                                                                       ` Dmitry Gutov
2023-02-26 12:13                                                                         ` Eli Zaretskii
2023-02-26 12:23                                                                           ` Dmitry Gutov
2023-02-26 12:31                                                                             ` Eli Zaretskii
2023-02-26 13:21                                                                               ` Dmitry Gutov
2023-02-26 13:44                                                                                 ` Eli Zaretskii
2023-02-26 14:42                                                                                   ` Dmitry Gutov
2023-02-26 15:00                                                                                     ` Eli Zaretskii
2023-02-26 15:50                                                                                       ` Dmitry Gutov
2023-02-26 14:44                                                                                   ` Gregory Heytings
2023-02-26 15:45                                                                                     ` Dmitry Gutov
2023-02-26 15:54                                                                                       ` Gregory Heytings
2023-02-26 17:00                                                                                         ` Dmitry Gutov
2023-02-26 23:22                                                                                           ` Dmitry Gutov
2023-02-27 10:30                                                                                             ` Gregory Heytings
2023-02-27 20:55                                                                                               ` Dmitry Gutov
2023-02-27 22:41                                                                                                 ` Gregory Heytings
2023-02-27 23:47                                                                                                   ` Dmitry Gutov
2023-02-28 10:31                                                                                               ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-28 17:59                                                                                                 ` Dmitry Gutov
2023-02-28 22:06                                                                                                   ` Dmitry Gutov
2023-03-01  1:11                                                                                                   ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-01  1:25                                                                                                     ` Dmitry Gutov
2023-03-01  4:50                                                                                                       ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-01 11:15                                                                                                         ` Dmitry Gutov
2023-03-01 12:10                                                                                                           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-01 12:19                                                                                                             ` Dmitry Gutov
2023-03-01 12:41                                                                                                               ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-01 14:33                                                                                                                 ` Dmitry Gutov
2023-03-02  0:34                                                                                                                   ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-02  1:44                                                                                                                     ` Dmitry Gutov
2023-03-02  4:11                                                                                                                       ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-02  7:11                                                                                                                         ` Eli Zaretskii
2023-03-03 14:28                                                                                                                           ` Dmitry Gutov
2023-03-04  0:01                                                                                                                             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-04  0:22                                                                                                                               ` Dmitry Gutov
2023-03-04 12:45                                                                                                                                 ` Dmitry Gutov
2023-03-12 21:55                                                                                                                                   ` Dmitry Gutov
2023-03-02  9:21                                                                                                                         ` Gregory Heytings
2023-03-02 10:24                                                                                                                           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-02 11:30                                                                                                                             ` Gregory Heytings
2023-03-02  9:30                                                                                                                         ` Gregory Heytings
2023-03-02 10:29                                                                                                                           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-02 12:29                                                                                                                             ` Dmitry Gutov
2023-03-02 13:39                                                                                                                           ` Dmitry Gutov
2023-03-02 15:45                                                                                                                             ` Dmitry Gutov [this message]
2023-03-03  0:54                                                                                                                               ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-03  7:29                                                                                                                                 ` Eli Zaretskii
2023-03-03 13:06                                                                                                                                   ` Dmitry Gutov
2023-03-03 13:44                                                                                                                                 ` Dmitry Gutov
2023-03-12  2:27                                                                                                                                   ` Dmitry Gutov
2023-03-12  2:43                                                                                                                                     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-12 12:15                                                                                                                                       ` Dmitry Gutov
2023-03-12 12:19                                                                                                                                         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-12 21:53                                                                                                                                           ` Dmitry Gutov
2023-04-16  0:48                                                                                                                                   ` Dmitry Gutov
2023-04-16  6:01                                                                                                                                     ` Eli Zaretskii
2023-04-16 12:52                                                                                                                                       ` Dmitry Gutov
2023-04-16 12:59                                                                                                                                         ` Eli Zaretskii
2023-04-16 13:08                                                                                                                                           ` Dmitry Gutov
2023-04-16 16:17                                                                                                                                             ` Eli Zaretskii
2023-04-16 17:14                                                                                                                                               ` Dmitry Gutov
2023-04-16 17:26                                                                                                                                                 ` Eli Zaretskii
2023-04-16 17:47                                                                                                                                                   ` Dmitry Gutov
2023-04-16 18:11                                                                                                                                                     ` Dmitry
2023-04-16 19:01                                                                                                                                                     ` Eli Zaretskii
2023-04-16 21:17                                                                                                                                                       ` Dmitry Gutov
2023-04-17  2:27                                                                                                                                                         ` Eli Zaretskii
2023-04-18  0:28                                                                                                                                                           ` Dmitry Gutov
2023-04-18 17:00                                                                                                                                                             ` Eli Zaretskii
2023-04-18 22:31                                                                                                                                                               ` Dmitry Gutov
2023-04-16 16:27                                                                                                                                             ` Eli Zaretskii
2023-04-16 17:46                                                                                                                                               ` Dmitry Gutov
2023-04-16 18:50                                                                                                                                                 ` Eli Zaretskii
2023-04-16 22:26                                                                                                                                                   ` Dmitry Gutov
2023-04-17  2:31                                                                                                                                                     ` Eli Zaretskii
2023-04-17 23:07                                                                                                                                                       ` Dmitry Gutov
2023-04-17 23:20                                                                                                                                                         ` Dmitry Gutov
2023-04-18  1:35                                                                                                                                                         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-04-18  1:43                                                                                                                                                           ` Dmitry Gutov
2023-04-18  2:12                                                                                                                                                             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-04-18  7:01                                                                                                                                                             ` Andreas Schwab
2023-04-18 11:05                                                                                                                                                               ` Dmitry Gutov
2023-04-19  1:13                                                                                                                                                                 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-04-19  1:23                                                                                                                                                                   ` Dmitry Gutov
2023-04-22  1:55                                                                                                                                     ` Gabriel
2023-04-22  7:34                                                                                                                                       ` Eli Zaretskii
2023-04-22 18:37                                                                                                                                       ` Dmitry Gutov
2023-03-02 13:20                                                                                                                         ` Dmitry Gutov
2023-02-26 13:15                                                                         ` Gregory Heytings
2023-02-26 13:31                                                                           ` Dmitry Gutov
2023-02-26  6:06                                                             ` Eli Zaretskii
2023-02-25  7:57                                                     ` Eli Zaretskii
2023-02-25 13:57                                                       ` Dmitry Gutov
2023-02-24 14:01                                           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-24 14:14                                             ` Dmitry Gutov
2023-02-24 15:12                                               ` Eli Zaretskii
2023-02-24 15:35                                                 ` Dmitry Gutov
2023-02-24 15:51                                                   ` Eli Zaretskii
2023-02-24 15:57                                                     ` Eli Zaretskii
2023-02-24 19:33                                                       ` Dmitry Gutov
2023-02-24 16:15                                                     ` Dmitry Gutov
2023-02-25  5:35                                                       ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-25 13:56                                                         ` Dmitry Gutov
2023-02-26  0:39                                                         ` Dmitry Gutov
2023-02-24 13:46                                       ` Eli Zaretskii
2023-02-24 14:12                                         ` Dmitry Gutov
2023-02-24 15:08                                           ` Eli Zaretskii
2023-02-24 21:03                                             ` Dmitry Gutov
2023-02-24 21:19                                               ` Eli Zaretskii
2023-02-24 21:49                                                 ` Dmitry Gutov
2023-02-25  7:12                                                   ` Eli Zaretskii
2023-02-25  7:21                                                     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-25 13:18                                                       ` Dmitry Gutov
2023-02-23  6:27                             ` Eli Zaretskii
2023-02-23  9:41                               ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-23 12:00                                 ` Dmitry Gutov
2023-02-23 13:13                                   ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-23 14:01                                     ` Dmitry Gutov
2023-02-24  0:59                                       ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-24  1:09                                         ` Dmitry Gutov
2023-02-24  7:18                                         ` Eli Zaretskii
2023-02-24 11:59                                           ` Gregory Heytings
2023-02-24 12:51                                           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-24 12:32                                         ` Dmitry Gutov
2023-02-24 12:56                                           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-24 13:32                                             ` Dmitry Gutov
2023-02-24 13:58                                               ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-24 14:29                                                 ` Dmitry Gutov
2023-02-24 13:32                                         ` Dmitry Gutov
2023-02-22 17:07                         ` Eli Zaretskii
2023-02-22 22:36                           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-22 23:17                             ` Dmitry Gutov
2023-02-23  6:20                             ` Eli Zaretskii
2023-02-22 16:33                     ` Dmitry Gutov
2023-02-21 12:23 ` Eli Zaretskii
2023-02-21 15:43   ` Dmitry Gutov
2023-02-21 16:16     ` Eli Zaretskii
2023-02-21 17:07       ` Robert Pluim
2023-02-21 17:14         ` Robert Pluim
2023-02-21 20:46         ` Dmitry Gutov
2023-02-21 16:18     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8eda4f1e-233e-4963-1b1d-75945eca01d4@yandex.ru \
    --to=dgutov@yandex.ru \
    --cc=61667@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=gregory@heytings.org \
    --cc=luangruo@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).