unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Alan Third <alan@idiocy.org>
To: Zhang Haijun <ccsmile2008@outlook.com>
Cc: "emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: Re: Some NS port changes
Date: Sun, 20 Jan 2019 11:09:42 +0000	[thread overview]
Message-ID: <20190120110942.GB18274@breton.holly.idiocy.org> (raw)
In-Reply-To: <3F3B5B06-4B32-47B5-B877-B0FEC1ECCEE3@outlook.com>

On Sun, Jan 20, 2019 at 06:11:17AM +0000, Zhang Haijun wrote:
> There are still too many flickers on macOS 10.13.6.
> 
> Steps to reproduce:
> 1. emacs -Q
> 2. (setq redisplay-dont-pause nil)
> 3. Select text across lines with touchpad
> 
> I can see blanks and then refreshing, sometimes just a blank retangle without refreshing.

FWIW that’s exactly what I would expect to happen with that setting
set to nil. We can’t really stop the NS toolkit trying to update the
screen, but if you pause redisplay part‐way through then it’s not
going to be able to update the areas already marked as needing
redrawn.

Once it’s tried to redraw those areas, it marks them as drawn whether
it was succesful or not, so the next time round they will be ignored.
There’s not very much I can do about that.

What’s the use‐case for setting this variable?
-- 
Alan Third



  reply	other threads:[~2019-01-20 11:09 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-20  6:11 Some NS port changes Zhang Haijun
2019-01-20 11:09 ` Alan Third [this message]
2019-01-20 11:20   ` Zhang Haijun
2019-01-20 12:26     ` Eli Zaretskii
2019-01-21  6:02       ` Some NS port changes(recent 3) jun
2019-01-20 12:23 ` Some NS port changes Eli Zaretskii
  -- strict thread matches above, loose matches on Subject: below --
2019-01-13 23:19 Alan Third
2019-01-14 15:42 ` Eli Zaretskii
2019-01-15 16:12   ` Alan Third
2019-01-15 16:33     ` Stefan Monnier
2019-01-15 16:58       ` Alan Third
2019-01-15 20:35 ` Charles A. Roelli
2019-01-15 22:22   ` Alan Third
2019-02-10 22:14 ` Alan Third
2019-02-11 10:59   ` Robert Pluim
2019-02-11 22:14     ` Alan Third
2019-02-12  9:21       ` Robert Pluim
2019-02-14  9:08         ` Robert Pluim
2019-02-14 18:17           ` Alan Third
2019-02-15 10:51             ` Robert Pluim

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=20190120110942.GB18274@breton.holly.idiocy.org \
    --to=alan@idiocy.org \
    --cc=ccsmile2008@outlook.com \
    --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 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).