summaryrefslogtreecommitdiff
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-06-02 10:29:37 -0700
committerGlenn Morris <rgm@gnu.org>2018-06-02 10:29:37 -0700
commit02c7d45d490dd28a1c4effa928f9a8b9373149b0 (patch)
tree670652f24cf21779b201e11a55ebce64158fb39c /etc/PROBLEMS
parent0aaf14a441041fa8b5810ae0eec624011b53bb4c (diff)
parent90bea37d466f47a65f3790b4bc46b11af9a4a27a (diff)
downloademacs-02c7d45d490dd28a1c4effa928f9a8b9373149b0.tar.gz
Merge from origin/emacs-26
90bea37 ; * etc/PROBLEMS: Fix fvwm version number in last commit af82d1f * etc/PROBLEMS: Document stickyness problem with FVWM (Bug#31... 4a3aed2 Update Emacs Lisp Intro to match current behavior 21f2247 Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emac... 3257085 Fix previous commit 6d23525 Fix typos in several manuals (Bug#31610) 9188291 Add detailed documentation about lock files e5471b2 Add commentary for subtle aspect of frame.el Conflicts: doc/lispintro/emacs-lisp-intro.texi
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index fe48febfb78..5a8618f71e8 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1271,6 +1271,14 @@ do not know what. If it is an Emacs bug, we hope someone can
explain what the bug is so we can fix it. In the mean time, removing
the resource prevents the problem.
+*** FVWM: Some versions of FVWM incorrectly set the 'sticky' frame parameter.
+
+Version 2.6.4 of the FVWM can make a frame sticky (appear on all user
+desktops) when setting the 'sticky' frame parameter to nil. This may
+happen without any special user interaction, for example, when Emacs
+restores a saved desktop. A fix is to install version 2.6.8 of FVWM,
+see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31650.
+
** General X problems
*** Redisplay using X is much slower than previous Emacs versions.