aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorMartin Rudalics2022-01-20 10:30:08 +0100
committerMartin Rudalics2022-01-20 10:30:08 +0100
commitef0c1d4c2c8eefe599f50bc99b3dd088433a2842 (patch)
treeceff305fa401fbc6559616e165d7c968f7f82f3c /etc/PROBLEMS
parentf393d0d441c3746f98007ae54341870a296bf809 (diff)
downloademacs-ef0c1d4c2c8eefe599f50bc99b3dd088433a2842.tar.gz
emacs-ef0c1d4c2c8eefe599f50bc99b3dd088433a2842.zip
Add workaround to handle a problem with Enlightenment WM (Bug#53298)
* src/xterm.c (handle_one_xevent): Handle setting of variable 'x_set_frame_visibility_more_laxly' when receiving an Expose or FocusIn event (Bug#53298). (Qexpose): Define symbol. (x_set_frame_visibility_more_laxly): New Lisp variable. * etc/PROBLEMS: Mention frame redraw problem with the Enlightenment WM and 'x-set-frame-visibility-more-laxly' workaround.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index eb685e5bfb5..e48ce5a8b0c 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1269,6 +1269,13 @@ and then Alt-F7). A bug for it is here:
1269https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/231034. 1269https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/231034.
1270Note that a permanent fix seems to be to disable "assistive technologies". 1270Note that a permanent fix seems to be to disable "assistive technologies".
1271 1271
1272*** Enlightenment: Frames not redrawn after switching virtual desktops
1273
1274With Enlightenment version 0.25, Emacs frames may no be redrawn orderly
1275after switching back from another virtual desktop. Setting the variable
1276'x-set-frame-visibility-more-laxly' to one of 'focus-in', 'expose' or
1277't' should fix this.
1278
1272*** Gnome: Emacs receives input directly from the keyboard, bypassing XIM. 1279*** Gnome: Emacs receives input directly from the keyboard, bypassing XIM.
1273 1280
1274This seems to happen when gnome-settings-daemon version 2.12 or later 1281This seems to happen when gnome-settings-daemon version 2.12 or later