summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2024-04-06 12:14:26 +0300
committerEli Zaretskii <eliz@gnu.org>2024-04-06 12:14:26 +0300
commit3d87d74a23d13e853f202cc589eb750c40f9e2be (patch)
treee2cfc438fb4544d114fe32109086a9f4d8a98067 /etc
parentc6899603b9c2e5de590ecfd6397a7125d1dab08b (diff)
downloademacs-3d87d74a23d13e853f202cc589eb750c40f9e2be.tar.gz
emacs-3d87d74a23d13e853f202cc589eb750c40f9e2be.tar.bz2
emacs-3d87d74a23d13e853f202cc589eb750c40f9e2be.zip
; * etc/PROBLEMS: Entry about slow mouse-wheel with GTK3 (bug#70002).
Diffstat (limited to 'etc')
-rw-r--r--etc/PROBLEMS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 642c3d0169e..16521e257dd 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -2069,6 +2069,16 @@ For such programs to function again, Emacs must be run on an X server
where the input extension is disabled, or alternatively be configured
with the "--without-xinput2" option.
+*** Scrolling with mouse-wheel lags in GTK3 builds.
+
+We don't know why this happens, but one workaround is to build Emacs
+with a different toolkit. For example:
+
+ ./configure --without-toolkit-scroll-bars --with-x-toolkit=athena
+
+This produces a build which uses Athena toolkit, and disables toolkit
+scroll bars which could sometimes be slow.
+
* Runtime problems on character terminals
** The meta key does not work on xterm.