all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#37784: Buffer messed up when scrolling undecorated frame
@ 2019-10-17  0:52 Carlos Pita
  2019-10-17  1:50 ` Carlos Pita
  2019-10-17  7:31 ` Eli Zaretskii
  0 siblings, 2 replies; 7+ messages in thread
From: Carlos Pita @ 2019-10-17  0:52 UTC (permalink / raw
  To: 37784

[-- Attachment #1: Type: text/plain, Size: 3582 bytes --]

When I set:

(set-frame-parameter nil 'undecorated t)

and then change to another window and back to emacs, then scroll
around the window, I often end up with a very messed up buffer and
have to run redraw-display in order to sanitize its contents. See
attached screenshot.

I've tested this in an environment featuring:

* Gnome 3.32
* Ubuntu 19.04
* Emacs built from emacs-26 branch (of course, run with -Q)

After restoring decorations the problem stop happening.

Any idea about what could be causing this?

Best regards
--
Carlos

---

In GNU Emacs 26.3.50 (build 11, x86_64-pc-linux-gnu, GTK+ Version
3.24.8, cairo version 1.16.0)
 of 2019-10-16 built on carlos
Repository revision: 116a7369bcb97341be7d6ffe3f832bf52159a99a
Windowing system distributor 'The X.Org Foundation', version 11.0.12004000
System Description: Ubuntu 19.04

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list...

Configured using:
 'configure --prefix=/home/carlos/Local/stow/emacs-26 --with-cairo
 'CFLAGS=-O3 -g0''

Configured features:
XPM JPEG TIFF GIF PNG CAIRO SOUND DBUS GSETTINGS GLIB NOTIFY LIBSELINUX
GNUTLS FREETYPE XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM THREADS

Important settings:
  value of $LC_MONETARY: es_AR.UTF-8
  value of $LC_NUMERIC: es_AR.UTF-8
  value of $LC_TIME: es_AR.UTF-8
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  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

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny seq byte-opt gv
bytecomp byte-compile cconv cl-loaddefs cl-lib dired dired-loaddefs
format-spec rfc822 mml easymenu mml-sec password-cache epa derived epg
epg-config gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode
mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047
rfc2045 ietf-drums mm-util mail-prsvr mail-utils elec-pair time-date
mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar
dnd fontset image regexp-opt fringe tabulated-list replace newcomment
text-mode elisp-mode lisp-mode prog-mode register page menu-bar
rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock
syntax facemenu font-core term/tty-colors 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 composite charscript charprop
case-table epa-hook jka-cmpr-hook help simple abbrev obarray 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 threads dbusbind
inotify dynamic-setting system-font-setting font-render-setting cairo
move-toolbar gtk x-toolkit x multi-tty make-network-process emacs)

Memory information:
((conses 16 94873 8334)
 (symbols 48 20247 1)
 (miscs 40 44 118)
 (strings 32 28311 1604)
 (string-bytes 1 753138)
 (vectors 16 13910)
 (vector-slots 8 501264 11006)
 (floats 8 49 68)
 (intervals 56 231 0)
 (buffers 992 12))

[-- Attachment #2: Screenshot from 2019-10-16 21-38-59.png --]
[-- Type: image/png, Size: 284598 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#37784: Buffer messed up when scrolling undecorated frame
  2019-10-17  0:52 bug#37784: Buffer messed up when scrolling undecorated frame Carlos Pita
@ 2019-10-17  1:50 ` Carlos Pita
  2019-10-17  2:21   ` Lars Ingebrigtsen
  2019-10-17  7:51   ` Eli Zaretskii
  2019-10-17  7:31 ` Eli Zaretskii
  1 sibling, 2 replies; 7+ messages in thread
From: Carlos Pita @ 2019-10-17  1:50 UTC (permalink / raw
  To: 37784

Very easily reproducible in emacs-26.2 tag also, but not in master
branch. Do you know what commit could have fixed this? I would like to
backport the change to emacs-26.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#37784: Buffer messed up when scrolling undecorated frame
  2019-10-17  1:50 ` Carlos Pita
@ 2019-10-17  2:21   ` Lars Ingebrigtsen
  2019-10-17  2:27     ` Carlos Pita
  2019-10-17  7:51   ` Eli Zaretskii
  1 sibling, 1 reply; 7+ messages in thread
From: Lars Ingebrigtsen @ 2019-10-17  2:21 UTC (permalink / raw
  To: Carlos Pita; +Cc: 37784

Carlos Pita <carlosjosepita@gmail.com> writes:

> Very easily reproducible in emacs-26.2 tag also, but not in master
> branch. Do you know what commit could have fixed this? I would like to
> backport the change to emacs-26.

There will probably be no further emacs-26 releases, so that seems
unnecessary.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#37784: Buffer messed up when scrolling undecorated frame
  2019-10-17  2:21   ` Lars Ingebrigtsen
@ 2019-10-17  2:27     ` Carlos Pita
  2019-10-17  8:26       ` martin rudalics
  0 siblings, 1 reply; 7+ messages in thread
From: Carlos Pita @ 2019-10-17  2:27 UTC (permalink / raw
  To: Lars Ingebrigtsen; +Cc: 37784-close

> There will probably be no further emacs-26 releases, so that seems
> unnecessary.

I know, it's just for personal usage, just if anybody aware of this
issue could spare me the pain of bisecting it. Anyway, we can close
this. Thx!





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#37784: Buffer messed up when scrolling undecorated frame
  2019-10-17  0:52 bug#37784: Buffer messed up when scrolling undecorated frame Carlos Pita
  2019-10-17  1:50 ` Carlos Pita
@ 2019-10-17  7:31 ` Eli Zaretskii
  1 sibling, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2019-10-17  7:31 UTC (permalink / raw
  To: Carlos Pita; +Cc: 37784

> From: Carlos Pita <carlosjosepita@gmail.com>
> Date: Wed, 16 Oct 2019 21:52:24 -0300
> 
> When I set:
> 
> (set-frame-parameter nil 'undecorated t)
> 
> and then change to another window and back to emacs, then scroll
> around the window, I often end up with a very messed up buffer and
> have to run redraw-display in order to sanitize its contents. See
> attached screenshot.

What happens if you trigger redisplay after that setting, but before
switching off from the Emacs frame?





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#37784: Buffer messed up when scrolling undecorated frame
  2019-10-17  1:50 ` Carlos Pita
  2019-10-17  2:21   ` Lars Ingebrigtsen
@ 2019-10-17  7:51   ` Eli Zaretskii
  1 sibling, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2019-10-17  7:51 UTC (permalink / raw
  To: Carlos Pita; +Cc: 37784

> From: Carlos Pita <carlosjosepita@gmail.com>
> Date: Wed, 16 Oct 2019 22:50:47 -0300
> 
> Very easily reproducible in emacs-26.2 tag also, but not in master
> branch. Do you know what commit could have fixed this? I would like to
> backport the change to emacs-26.

Please don't do any development of new features on Emacs 26, it will
save you from bumping into bugs that are long solved.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#37784: Buffer messed up when scrolling undecorated frame
  2019-10-17  2:27     ` Carlos Pita
@ 2019-10-17  8:26       ` martin rudalics
  0 siblings, 0 replies; 7+ messages in thread
From: martin rudalics @ 2019-10-17  8:26 UTC (permalink / raw
  To: 37784, carlosjosepita

 > I know, it's just for personal usage, just if anybody aware of this
 > issue could spare me the pain of bisecting it.

If and when you get around bisecting this, please tell us the results.
Maybe there was or is some further breakage in this area.

I would try building Emasc 26 without Cairo first, there are some
essential fixes for Cairo in Emacs 27 and I'm not sure whether they
have been all ported back to Emacs 26.3.

martin





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-10-17  8:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-17  0:52 bug#37784: Buffer messed up when scrolling undecorated frame Carlos Pita
2019-10-17  1:50 ` Carlos Pita
2019-10-17  2:21   ` Lars Ingebrigtsen
2019-10-17  2:27     ` Carlos Pita
2019-10-17  8:26       ` martin rudalics
2019-10-17  7:51   ` Eli Zaretskii
2019-10-17  7:31 ` Eli Zaretskii

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.