diff options
| author | Po Lu | 2022-08-07 13:49:59 +0800 |
|---|---|---|
| committer | Po Lu | 2022-10-20 19:30:50 +0800 |
| commit | e0616f2d3cbc559560bf15346dd8a1824603bd80 (patch) | |
| tree | 44cec33a55ff85723c1b64663b617ef0d4761bf4 | |
| parent | 7ee5b0f85f32dd6fd874a12a033798ac56ecbacc (diff) | |
| download | emacs-e0616f2d3cbc559560bf15346dd8a1824603bd80.tar.gz emacs-e0616f2d3cbc559560bf15346dd8a1824603bd80.zip | |
* etc/PROBLEMS: Document window manager focus problems.
| -rw-r--r-- | etc/PROBLEMS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index ed2bc1ae051..aaecc41f6e8 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1229,6 +1229,17 @@ you should use an Emacs input method instead. | |||
| 1229 | 1229 | ||
| 1230 | ** X keyboard problems | 1230 | ** X keyboard problems |
| 1231 | 1231 | ||
| 1232 | *** `x-focus-frame' fails to activate the frame. | ||
| 1233 | |||
| 1234 | Some window managers prevent `x-focus-frame' from activating the given | ||
| 1235 | frame when Emacs is in the background. | ||
| 1236 | |||
| 1237 | Emacs tries to work around this problem by default, but the workaround | ||
| 1238 | does not work on all window managers. You can try different | ||
| 1239 | workarounds by changing the value of `x-allow-focus-stealing' (see its | ||
| 1240 | doc string for more details). The value `imitate-pager' may be | ||
| 1241 | required on some versions of KWin. | ||
| 1242 | |||
| 1232 | *** You "lose characters" after typing Compose Character key. | 1243 | *** You "lose characters" after typing Compose Character key. |
| 1233 | 1244 | ||
| 1234 | This is because the Compose Character key is defined as the keysym | 1245 | This is because the Compose Character key is defined as the keysym |