all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jason Rumney <jasonr@gnu.org>
To: "Kyle M. Lee" <mail2kyle@gmail.com>
Cc: emacs-devel <emacs-devel@gnu.org>
Subject: Re: Small improvement of emacs 23 display on win32
Date: Tue, 08 Apr 2008 09:35:25 +0100	[thread overview]
Message-ID: <47FB2E4D.5020807@gnu.org> (raw)
In-Reply-To: <47FAE091.2020906@gmail.com>

Kyle M. Lee wrote:
> After that I found the emacs 23 flashes much lesser as running *without*
> --disable-font-backend.

I appreciate the effort you put in to try to help, but the flickering is
a bug (which was fixed late last week), and using double buffering to
hide the bug is not the right solution.

Double buffering is useful to hide flickering when it cannot be avoided,
but in Emacs we have always tuned the redisplay to eliminate the need
for such tricks. Avoiding double buffering improves performance overall,
even if you sometime perceive Emacs to be slower because you see the
drawing progress instead of being forced to wait until drawing is
complete before it appears on screen.





  reply	other threads:[~2008-04-08  8:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-08  3:03 Small improvement of emacs 23 display on win32 Kyle M. Lee
2008-04-08  8:35 ` Jason Rumney [this message]
2008-04-08 10:03   ` Kyle M. Lee

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=47FB2E4D.5020807@gnu.org \
    --to=jasonr@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=mail2kyle@gmail.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 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.