aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-06-22 08:23:18 -0400
committerEli Zaretskii2024-06-22 08:23:18 -0400
commita7cb642a9fce079c0185839caa94abfd78986f2a (patch)
tree538c64b5e9caf55cb3401902b9a87fa916446b2f
parent6491d11b53ab0ffc67680ede5b660089b1bdbbbe (diff)
parent7f7b28a2500235452ad636d0cc035d378ac05ec3 (diff)
downloademacs-a7cb642a9fce079c0185839caa94abfd78986f2a.tar.gz
emacs-a7cb642a9fce079c0185839caa94abfd78986f2a.zip
Merge from origin/emacs-29
7f7b28a2500 ; Wayland SECONDARY selection problem
-rw-r--r--etc/PROBLEMS8
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:
2135This produces a build which uses Athena toolkit, and disables toolkit 2135This produces a build which uses Athena toolkit, and disables toolkit
2136scroll bars which could sometimes be slow. 2136scroll 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
2142This is because the SECONDARY selection is not implemented by the
2143Wayland compositor being used. A workaround is to use other kinds of
2144selections.
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.