all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: asjo@koldfront.dk (Adam Sjøgren)
Cc: emacs-devel@gnu.org
Subject: Re: Display updates strangely - extra text appears and then disappears
Date: Sun, 26 Mar 2017 20:30:23 +0300	[thread overview]
Message-ID: <8360iw9c9c.fsf@gnu.org> (raw)
In-Reply-To: <87y3vst1us.fsf@tullinup.koldfront.dk> (asjo@koldfront.dk)

Can you try the patch below, please?

diff --git a/src/xdisp.c b/src/xdisp.c
index 3255052..b04f5f1 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -14139,8 +14139,6 @@ redisplay_internal (void)
 		     winds up calling adjust_frame_glyphs, for example. */
 		  if (!f_garbaged_flag && FRAME_GARBAGED_P (f))
 		    {
-		      f->garbaged = false;
-		      fset_redisplay (f);
 		      goto retry_frame;
 		    }
 



  parent reply	other threads:[~2017-03-26 17:30 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-26 14:37 Display updates strangely - extra text appears and then disappears Adam Sjøgren
2017-03-26 15:19 ` Eli Zaretskii
2017-03-26 15:57   ` Adam Sjøgren
2017-03-26 16:23     ` Noam Postavsky
2017-03-26 16:36     ` Eli Zaretskii
2017-03-26 16:54       ` Adam Sjøgren
2017-03-26 17:24         ` Eli Zaretskii
2017-03-26 17:30         ` Eli Zaretskii [this message]
2017-03-26 17:50           ` Adam Sjøgren
2017-03-26 18:08             ` Eli Zaretskii
2017-03-26 18:39               ` Eli Zaretskii
2017-03-26 20:01                 ` Adam Sjøgren
2017-03-27  2:25                   ` 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

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

  git send-email \
    --in-reply-to=8360iw9c9c.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=asjo@koldfront.dk \
    --cc=emacs-devel@gnu.org \
    /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 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.