diff options
| author | Eli Zaretskii | 2024-06-22 08:23:18 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2024-06-22 08:23:18 -0400 |
| commit | a7cb642a9fce079c0185839caa94abfd78986f2a (patch) | |
| tree | 538c64b5e9caf55cb3401902b9a87fa916446b2f | |
| parent | 6491d11b53ab0ffc67680ede5b660089b1bdbbbe (diff) | |
| parent | 7f7b28a2500235452ad636d0cc035d378ac05ec3 (diff) | |
| download | emacs-a7cb642a9fce079c0185839caa94abfd78986f2a.tar.gz emacs-a7cb642a9fce079c0185839caa94abfd78986f2a.zip | |
Merge from origin/emacs-29
7f7b28a2500 ; Wayland SECONDARY selection problem
| -rw-r--r-- | etc/PROBLEMS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 59bd2cd497c..abc675ccf48 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2135,6 +2135,14 @@ with a different toolkit. For example: | |||
| 2135 | This produces a build which uses Athena toolkit, and disables toolkit | 2135 | This produces a build which uses Athena toolkit, and disables toolkit |
| 2136 | scroll bars which could sometimes be slow. | 2136 | scroll bars which could sometimes be slow. |
| 2137 | 2137 | ||
| 2138 | * Runtime problems specific to PGTK build | ||
| 2139 | |||
| 2140 | ** SECONDARY selections don't work on Wayland. | ||
| 2141 | |||
| 2142 | This is because the SECONDARY selection is not implemented by the | ||
| 2143 | Wayland compositor being used. A workaround is to use other kinds of | ||
| 2144 | selections. | ||
| 2145 | |||
| 2138 | * Runtime problems on character terminals | 2146 | * Runtime problems on character terminals |
| 2139 | 2147 | ||
| 2140 | ** The meta key does not work on xterm. | 2148 | ** The meta key does not work on xterm. |