all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrew Choi <akochoi_nospam_@shaw.ca>
Subject: Re: Windows emacs menu bar redraw
Date: Fri, 05 Jul 2002 23:47:12 +0000 (GMT)	[thread overview]
Message-ID: <m2vg7tpwjj.fsf@shaw.ca> (raw)
In-Reply-To: 764904.1025909759519.JavaMail.parameter@gomailjtp01

parameter@go.com (Dave Schuyler) writes:

> Hi,
> 
> I'm using gnu emacs 21.2.1 on Windows 2000.
> 
> I've noticed that the menu bar will sometimes flicker and redraw.
> I've seen this before in applications where some controls are bing
> told to redraw themselves, not just as needed, but very often.  The
> programmer may miss a bug like this because the redraw is exactly
> the same as what was there before, and if it's fast enough, or if
> there is no blanking, you can't see it.  If your machine slows down
> with other tasks, the flicker can become bothersome.  Also, the
> redraw is needlessly using cpu time.  Worse, someone else may
> immitate the code doing the needless redraws, thinking that there is
> nothing broken with the original code.
> 
> Anyway, it would be nice if someone would take care of it.
> 
> Thanks.

Hi,

Does the problem go away if you call Fequal instead of EQ in w32menu.c
(set_frame_menubar) to check the previous_items array against
menu_items?

Andrew.

      reply	other threads:[~2002-07-05 23:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-05 22:55 Windows emacs menu bar redraw Dave Schuyler
2002-07-05 23:47 ` Andrew Choi [this message]

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=m2vg7tpwjj.fsf@shaw.ca \
    --to=akochoi_nospam_@shaw.ca \
    /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.