aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorStefan Monnier2025-02-10 16:03:02 -0500
committerStefan Monnier2025-02-10 16:03:02 -0500
commit4936a8d5acbfee2dee6d903400eba48cb2e3a6a7 (patch)
treec052e95debe85d6409f66bc685e1ade1a0a5b908 /etc/PROBLEMS
parent8a669b6be523e043423b81571a8c94cb49ccc8e5 (diff)
parent411db5543274275896ff4bf93096e9fd5574d06e (diff)
downloademacs-4936a8d5acbfee2dee6d903400eba48cb2e3a6a7.tar.gz
emacs-4936a8d5acbfee2dee6d903400eba48cb2e3a6a7.zip
Merge remote-tracking branch 'origin/emacs-30'
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index ee72a04f493..5c95afa67ca 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -2815,6 +2815,19 @@ set the 'visible-cursor' variable to nil in your ~/.emacs:
2815Still other way is to change the "cvvis" capability to send the 2815Still other way is to change the "cvvis" capability to send the
2816"\E[?25h\E[?0c" command. 2816"\E[?25h\E[?0c" command.
2817 2817
2818*** GNU/Linux: GPM mouse does not display pointer, but otherwise works.
2819
2820This happens on Linux kernel versions from 6.7 to 6.13. On these
2821versions, the Linux kernel does not allow programs to draw the mouse
2822pointer unless they have superuser permissions. The GPM daemon
2823normally has such permissions and it draws the mouse pointer for other
2824programs such as your shell and many ncurses based programs, but not
2825for Emacs.
2826
2827To solve this, you need to change your kernel to a version with this bug
2828fixed, such as 6.14 or later. See associated Linux kernel fix:
2829https://lore.kernel.org/regressions/20250110142122.1013222-1-gnoack@google.com/
2830
2818** FreeBSD 2831** FreeBSD
2819 2832
2820*** FreeBSD: Getting a Meta key on the console. 2833*** FreeBSD: Getting a Meta key on the console.