GNU bug report logs -
#2531
NS: excessive redisplay
Previous Next
Reported by: David Reitter <david.reitter <at> gmail.com>
Date: Sun, 1 Mar 2009 22:45:03 UTC
Severity: normal
Fixed in version 24.5
Done: Alan J Third <alan <at> idiocy.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 2531 in the body.
You can then email your comments to 2531 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2531
; Package
emacs
.
(Sun, 01 Mar 2009 22:45:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
David Reitter <david.reitter <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Sun, 01 Mar 2009 22:45:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
[Message part 1 (text/plain, inline)]
The new NS port still shows excessive redrawing while resizing frames
(with the mouse); the window contents are drawn about one line too
low before they are redrawn again in the right spot. This animation
takes place every-time the mouse cursor is moved a bit, so we're going
to a lot of animations while a frame is being resized.
Enabling the tool bar leads to a minor extra redisplay, slightly below
the target position.
Maximizing a frame leads to multiple extra redisplays, at first with
all elements (e.g., mode-line) in their old locations before the frame
is cleared and redrawn.
[smime.p7s (application/pkcs7-signature, attachment)]
bug reassigned from package `emacs' to `emacs,ns'.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Mon, 02 Mar 2009 08:20:03 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
:
bug#2531
; Package
emacs,ns
.
(Fri, 06 Mar 2009 15:05:06 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Adrian Robert <adrian.b.robert <at> gmail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
.
(Fri, 06 Mar 2009 15:05:06 GMT)
Full text and
rfc822 format available.
Message #12 received at 2531 <at> emacsbugs.donarmstrong.com (full text, mbox):
I checked in a small change to EmacsView-drawRect: that eliminates
some of the off-target redisplays at least. At least some behavior
must be different under Tiger and Leopard, as on Tiger no redisplay
gets triggered during resize unless the window is dragged a full grid
increment.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
:
bug#2531
; Package
emacs,ns
.
(Fri, 06 Mar 2009 15:35:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
David Reitter <david.reitter <at> gmail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com
.
(Fri, 06 Mar 2009 15:35:04 GMT)
Full text and
rfc822 format available.
Message #17 received at 2531 <at> emacsbugs.donarmstrong.com (full text, mbox):
[Message part 1 (text/plain, inline)]
On 6 Mar 2009, at 10:00, Adrian Robert wrote:
> I checked in a small change to EmacsView-drawRect: that eliminates
> some of the off-target redisplays at least. At least some behavior
> must be different under Tiger and Leopard, as on Tiger no redisplay
> gets triggered during resize unless the window is dragged a full
> grid increment.
Ah, good, thanks, ignore part of my earlier e-mail then.
- D
[smime.p7s (application/pkcs7-signature, attachment)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#2531
; Package
emacs
.
(Sun, 10 Jan 2016 23:17:01 GMT)
Full text and
rfc822 format available.
Message #20 received at 2531 <at> debbugs.gnu.org (full text, mbox):
Adrian Robert <adrian.b.robert <at> gmail.com> writes:
> I checked in a small change to EmacsView-drawRect: that eliminates
> some of the off-target redisplays at least. At least some behavior
> must be different under Tiger and Leopard, as on Tiger no redisplay
> gets triggered during resize unless the window is dragged a full grid
> increment.
I can't reproduce any slow redisplaying on Emacs 24.5 or 25.1 under El
Capitan, in fact it just doesn't redisplay at all until I let go of the
mouse button. I guess this means either this patch, or some subsequent
work, fixed this bug, so I'll close this as fixed.
--
Alan Third
bug marked as fixed in version 24.5, send any further explanations to
2531 <at> debbugs.gnu.org and David Reitter <david.reitter <at> gmail.com>
Request was from
Alan J Third <alan <at> idiocy.org>
to
control <at> debbugs.gnu.org
.
(Sun, 10 Jan 2016 23:17:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#2531
; Package
emacs
.
(Mon, 11 Jan 2016 07:04:02 GMT)
Full text and
rfc822 format available.
Message #25 received at 2531 <at> debbugs.gnu.org (full text, mbox):
I could never reproduce this and no one else was able to fix it, so this feature was removed. The bug can be closed.
On 2016.1.11, at 01:16, Alan J Third <alan <at> idiocy.org> wrote:
> Adrian Robert <adrian.b.robert <at> gmail.com> writes:
>
>> I checked in a small change to EmacsView-drawRect: that eliminates
>> some of the off-target redisplays at least. At least some behavior
>> must be different under Tiger and Leopard, as on Tiger no redisplay
>> gets triggered during resize unless the window is dragged a full grid
>> increment.
>
> I can't reproduce any slow redisplaying on Emacs 24.5 or 25.1 under El
> Capitan, in fact it just doesn't redisplay at all until I let go of the
> mouse button. I guess this means either this patch, or some subsequent
> work, fixed this bug, so I'll close this as fixed.
> --
> Alan Third
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 08 Feb 2016 12:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 9 years and 192 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.