diff options
| author | Martin Rudalics | 2018-06-02 09:49:13 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2018-06-02 09:49:13 +0200 |
| commit | af82d1f4bd3c01786516c0d32cec4dc77a235778 (patch) | |
| tree | 24195aea60f09a6aa1f40a03d03281272c5bb447 | |
| parent | 4a3aed2507a3e347fc0488c21cbc0a898efef6b7 (diff) | |
| download | emacs-af82d1f4bd3c01786516c0d32cec4dc77a235778.tar.gz emacs-af82d1f4bd3c01786516c0d32cec4dc77a235778.zip | |
* etc/PROBLEMS: Document stickyness problem with FVWM (Bug#31650)
| -rw-r--r-- | etc/PROBLEMS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 09027332d80..6b15ee9ecae 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1288,6 +1288,14 @@ do not know what. If it is an Emacs bug, we hope someone can | |||
| 1288 | explain what the bug is so we can fix it. In the mean time, removing | 1288 | explain what the bug is so we can fix it. In the mean time, removing |
| 1289 | the resource prevents the problem. | 1289 | the resource prevents the problem. |
| 1290 | 1290 | ||
| 1291 | *** FVWM: Some versions of FVWM incorrectly set the 'sticky' frame parameter. | ||
| 1292 | |||
| 1293 | Version 2.6.4 of the FVWM can make a frame sticky (appear on all user | ||
| 1294 | desktops) when setting the 'sticky' frame parameter to nil. This may | ||
| 1295 | happen without any special user interaction, for example, when Emacs | ||
| 1296 | restores a saved desktop. A fix is to install version 2.6.7 of FVWM, | ||
| 1297 | see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31650. | ||
| 1298 | |||
| 1291 | ** General X problems | 1299 | ** General X problems |
| 1292 | 1300 | ||
| 1293 | *** Redisplay using X is much slower than previous Emacs versions. | 1301 | *** Redisplay using X is much slower than previous Emacs versions. |