From: "Marshall, Simon" <simon.marshall@misys.com>
Cc: "'emacs-devel@gnu.org'" <emacs-devel@gnu.org>
Subject: Re: Old redisplay bug in xdisp.c, question about change
Date: Tue, 25 Mar 2003 14:44:54 -0000 [thread overview]
Message-ID: <FC3DA3DC8D4AD311AB910020352A8FDC107552FD@eagle.midas-kapiti.com> (raw)
The comments indicate that the menu does not need to be
updated, but
apparently the tool bar is not updated either, because
w->update_mode_line
is not set to Qt.
There seems to be no ill effects from reverting this change,
but since I
don't know why it was made in the first place, I can not be
sure.
Does anybody remember the reason for this change?
I think I made this change just as an optimization. So it could
be
reverted safely.
Another alternative is to execute, in that case,
just the parts of the if-statement that are really needed in
that case.
This particular change was part of a group of changes made to prevent or
reduce multiple unnecessary runs of menu-bar-update-hook on things like
scrolls, tooltips, mouse-1 with mouse-sel-mode, C-s, C-x 2 or menu-bar
clicks. (The performance impact is so bad that I use 21.1.90 + these
changes for all my editing, rather than 21.2 or 21.3 which do not have
them.) The second part of this particular change made the code match
the comment; at the time Gerd said this code dated from at least 1994.
It would be a shame if this change was simply reverted as the particular
problem (multiple unnecessary runs of menu-bar-update-hook on scroll)
will presumably resurface. Does the fact that you don't always see a
redisplay problem suggest that the bug lies elsewhere?
Richard, at the time you suggested a good general fix was to split the
functionality of windows_or_buffers_changed into different flags for
updating the mode line and updating menus, though I don't think anyone
volunteered to implement it. Perhaps a flag for updating the tool bar
would also be useful.
Simon.
next reply other threads:[~2003-03-25 14:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-25 14:44 Marshall, Simon [this message]
2003-03-25 19:35 ` Old redisplay bug in xdisp.c, question about change Jan D.
-- strict thread matches above, loose matches on Subject: below --
2003-03-23 22:01 Jan D.
2003-03-24 19:27 ` Richard Stallman
2003-03-25 19:23 ` Jan D.
2003-03-27 3:30 ` Richard Stallman
2003-03-27 17:40 ` Jan D.
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=FC3DA3DC8D4AD311AB910020352A8FDC107552FD@eagle.midas-kapiti.com \
--to=simon.marshall@misys.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 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.