emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Display updates strangely - extra text appears and then disappears


From: Adam Sjøgren
Subject: Re: Display updates strangely - extra text appears and then disappears
Date: Sun, 26 Mar 2017 19:50:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Eli writes:

> 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;
>                   }

Applying this patch makes the problem go away for me (both in -Q and in
my regular setup).


  Thanks!

    Adam

-- 
 "Jabba the Hutt meets Rudolf the Reindeer. I                 Adam Sjøgren
  dunno, Mom."                                           address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]