all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dmitry Gutov <dgutov@yandex.ru>
To: Eli Zaretskii <eliz@gnu.org>, help-gnu-emacs@gnu.org
Subject: Re: Emacs flickers periodically
Date: Sat, 17 Jun 2017 22:27:56 +0300	[thread overview]
Message-ID: <b81ce9e1-c6b9-2765-61d2-a6e642504858@yandex.ru> (raw)
In-Reply-To: <83d1a2zckx.fsf@gnu.org>

On 6/17/17 9:35 PM, Eli Zaretskii wrote:

> Flickering is not caused by display synchronization.  It is caused by
> constant redrawing of large portions of display with the same content.

Not necessarily large ones. And vice versa, large portions of display 
can be redrawn often and the user might be fine with it if only 
consistent states are shown. The result might be called "animation".

>>> AFAIK, Emacs never redraws display in inconsistent state (barring
>>> bugs, of course).
>>
>> But that's the effect that the double-buffering patch brings: limiting
>> redrawing to consistent states only.
>>
>> So maybe those were bugs (like 12363 and 16621), but they went unfixed
>> until Daniel's patch.
> 
> That's not what double-buffering does.  What it does, AFAIU, is let
> Emacs redraw however many times it wants, and then bitblt the result
> only once to the glass.

Those are implementation details. In effect, the redraw happens once.

But *when* does it happen? If the choice of this moment was not good 
enough, bugs 12363 and 16621 would continue occurring.



  reply	other threads:[~2017-06-17 19:27 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-16 16:59 Emacs flickers periodically Narendra Joshi
2017-06-17  9:30 ` Emanuel Berg
2017-06-17 14:06   ` Narendra Joshi
2017-06-17 15:01     ` Emanuel Berg
2017-06-17 17:03       ` Narendra Joshi
2017-06-17  9:42 ` Dmitry Gutov
2017-06-17  9:57   ` Emanuel Berg
2017-06-17 10:10     ` Dmitry Gutov
2017-06-17 10:48       ` Eli Zaretskii
2017-06-17 10:51         ` Dmitry Gutov
2017-06-17 11:28           ` Emanuel Berg
2017-06-17 14:04             ` Narendra Joshi
2017-06-17 13:56           ` Eli Zaretskii
2017-06-17 18:21             ` Dmitry Gutov
2017-06-17 18:35               ` Eli Zaretskii
2017-06-17 19:27                 ` Dmitry Gutov [this message]
2017-06-17 19:37                   ` Eli Zaretskii
2017-06-17 15:21       ` Emanuel Berg
2017-06-17 14:04     ` Narendra Joshi

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=b81ce9e1-c6b9-2765-61d2-a6e642504858@yandex.ru \
    --to=dgutov@yandex.ru \
    --cc=eliz@gnu.org \
    --cc=help-gnu-emacs@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.