* bug#22503: 25.0.90; maximizing frame doesn't redraw screen
@ 2016-01-31 10:38 André Bjärby
2016-01-31 18:53 ` Eli Zaretskii
2018-12-11 1:59 ` Dmitry Gutov
0 siblings, 2 replies; 6+ messages in thread
From: André Bjärby @ 2016-01-31 10:38 UTC (permalink / raw)
To: 22503
1. emacs -Q
2. double-click frame title bar
The frame will maximize but the frame contents will not redraw to use the
entire frame. M-x redraw-display will solve it.
Also, when alt-tab:ing back and forth, there's a 1-2 second delay before emacs
is redrawn.
In GNU Emacs 25.0.90.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.16.7,
cairo version 1.14.2)
of 2016-01-31 built on x240
Windowing system distributor 'The X.Org Foundation', version 11.0.11702000
System Description: Ubuntu 15.10
Configured using:
'configure --prefix=/home/andre/opt/emacs-25.0.90 --with-xwidgets
--with-cairo 'CFLAGS= -g''
Configured features:
XPM JPEG TIFF GIF PNG RSVG CAIRO IMAGEMAGICK SOUND GPM DBUS GCONF
GSETTINGS NOTIFY LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT
ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XWIDGETS
Important settings:
value of $LC_MONETARY: sv_SE.UTF-8
value of $LC_NUMERIC: sv_SE.UTF-8
value of $LC_TIME: sv_SE.UTF-8
value of $LANG: en_US.UTF-8
locale-coding-system: utf-8-unix
Major mode: Lisp Interaction
Minor modes in effect:
tooltip-mode: t
global-eldoc-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Quit
Load-path shadows:
None found.
Features:
(shadow sort mail-extr emacsbug message dired format-spec rfc822 mml
mml-sec epg epg-config gnus-util mm-decode mm-bodies mm-encode
mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047
rfc2045 ietf-drums mm-util help-fns help-mode easymenu cl-loaddefs pcase
cl-lib mail-prsvr mail-utils time-date mule-util tooltip eldoc electric
uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win
term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list newcomment elisp-mode lisp-mode prog-mode register page
menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock
syntax facemenu font-core frame cl-generic cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese charscript case-table epa-hook jka-cmpr-hook help
simple abbrev minibuffer cl-preloaded nadvice loaddefs button faces
cus-face macroexp files text-properties overlay sha1 md5 base64 format
env code-pages mule custom widget hashtable-print-readable backquote
dbusbind inotify dynamic-setting system-font-setting font-render-setting
xwidget-internal cairo move-toolbar gtk x-toolkit x multi-tty
make-network-process emacs)
Memory information:
((conses 16 88573 9268)
(symbols 48 19882 0)
(miscs 40 262 157)
(strings 32 15058 4255)
(string-bytes 1 443640)
(vectors 16 12553)
(vector-slots 8 433185 3814)
(floats 8 164 135)
(intervals 56 211 0)
(buffers 976 11)
(heap 1024 52254 1151))
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#22503: 25.0.90; maximizing frame doesn't redraw screen
2016-01-31 10:38 bug#22503: 25.0.90; maximizing frame doesn't redraw screen André Bjärby
@ 2016-01-31 18:53 ` Eli Zaretskii
2016-02-03 1:02 ` Rasmus
2018-12-11 1:59 ` Dmitry Gutov
1 sibling, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2016-01-31 18:53 UTC (permalink / raw)
To: André Bjärby; +Cc: 22503
> Date: Sun, 31 Jan 2016 11:38:06 +0100
> From: André Bjärby <andre.bjarby@gmail.com>
>
> 1. emacs -Q
> 2. double-click frame title bar
>
> The frame will maximize but the frame contents will not redraw to use the
> entire frame. M-x redraw-display will solve it.
Sounds GTK-specific. I cannot reproduce this here.
> Also, when alt-tab:ing back and forth, there's a 1-2 second delay before emacs
> is redrawn.
If you can tell whether the delay is in delivering the expose event to
Emacs, or by Emacs's handling that event, it would help figuring out
where the problem lies.
Thanks.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#22503: 25.0.90; maximizing frame doesn't redraw screen
2016-01-31 18:53 ` Eli Zaretskii
@ 2016-02-03 1:02 ` Rasmus
2021-08-10 16:19 ` Lars Ingebrigtsen
0 siblings, 1 reply; 6+ messages in thread
From: Rasmus @ 2016-02-03 1:02 UTC (permalink / raw)
To: 22503
Eli Zaretskii <eliz@gnu.org> writes:
>> Date: Sun, 31 Jan 2016 11:38:06 +0100 From: André Bjärby
>> <andre.bjarby@gmail.com>
>
>> 1. emacs -Q 2. double-click frame title bar The frame will
>> maximize but the frame contents will not redraw to use the
>> entire frame. M-x redraw-display will solve it.
>
> Sounds GTK-specific. I cannot reproduce this here.
For what it's worth, I'm having the same issue. For now I can say
that my version of 2016-01-21 is fine but the built from 201-02-01
has this bug.
Perhaps I can try to bisect properly later.
Rasmus
--
When in doubt, do it!
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#22503: 25.0.90; maximizing frame doesn't redraw screen
2016-02-03 1:02 ` Rasmus
@ 2021-08-10 16:19 ` Lars Ingebrigtsen
2021-09-08 8:03 ` Lars Ingebrigtsen
0 siblings, 1 reply; 6+ messages in thread
From: Lars Ingebrigtsen @ 2021-08-10 16:19 UTC (permalink / raw)
To: Rasmus; +Cc: 22503
Rasmus <rasmus@gmx.us> writes:
> Eli Zaretskii <eliz@gnu.org> writes:
>
>>> Date: Sun, 31 Jan 2016 11:38:06 +0100 From: André Bjärby
>>> <andre.bjarby@gmail.com>
>>
>>> 1. emacs -Q 2. double-click frame title bar The frame will
>>> maximize but the frame contents will not redraw to use the entire
>>> frame. M-x redraw-display will solve it.
>> Sounds GTK-specific. I cannot reproduce this here.
>
> For what it's worth, I'm having the same issue. For now I can say
> that my version of 2016-01-21 is fine but the built from 201-02-01 has
> this bug.
>
> Perhaps I can try to bisect properly later.
Are you still seeing this issue in recent Emacs versions?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#22503: 25.0.90; maximizing frame doesn't redraw screen
2016-01-31 10:38 bug#22503: 25.0.90; maximizing frame doesn't redraw screen André Bjärby
2016-01-31 18:53 ` Eli Zaretskii
@ 2018-12-11 1:59 ` Dmitry Gutov
1 sibling, 0 replies; 6+ messages in thread
From: Dmitry Gutov @ 2018-12-11 1:59 UTC (permalink / raw)
To: André Bjärby, 22503
On 31.01.2016 12:38, André Bjärby wrote:
> 1. emacs -Q
> 2. double-click frame title bar
>
> The frame will maximize but the frame contents will not redraw to use the
> entire frame. M-x redraw-display will solve it.
>
> Also, when alt-tab:ing back and forth, there's a 1-2 second delay before emacs
> is redrawn.
Can't repro with the current emacs-26 (at least not with just
--with-cairo). Maybe it has been fixed in the meantime.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-09-08 8:03 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-31 10:38 bug#22503: 25.0.90; maximizing frame doesn't redraw screen André Bjärby
2016-01-31 18:53 ` Eli Zaretskii
2016-02-03 1:02 ` Rasmus
2021-08-10 16:19 ` Lars Ingebrigtsen
2021-09-08 8:03 ` Lars Ingebrigtsen
2018-12-11 1:59 ` Dmitry Gutov
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.