diff options
| author | Stefan Monnier | 2025-02-10 16:03:02 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2025-02-10 16:03:02 -0500 |
| commit | 4936a8d5acbfee2dee6d903400eba48cb2e3a6a7 (patch) | |
| tree | c052e95debe85d6409f66bc685e1ade1a0a5b908 /etc/PROBLEMS | |
| parent | 8a669b6be523e043423b81571a8c94cb49ccc8e5 (diff) | |
| parent | 411db5543274275896ff4bf93096e9fd5574d06e (diff) | |
| download | emacs-4936a8d5acbfee2dee6d903400eba48cb2e3a6a7.tar.gz emacs-4936a8d5acbfee2dee6d903400eba48cb2e3a6a7.zip | |
Merge remote-tracking branch 'origin/emacs-30'
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 13 |
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: | |||
| 2815 | Still other way is to change the "cvvis" capability to send the | 2815 | Still 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 | |||
| 2820 | This happens on Linux kernel versions from 6.7 to 6.13. On these | ||
| 2821 | versions, the Linux kernel does not allow programs to draw the mouse | ||
| 2822 | pointer unless they have superuser permissions. The GPM daemon | ||
| 2823 | normally has such permissions and it draws the mouse pointer for other | ||
| 2824 | programs such as your shell and many ncurses based programs, but not | ||
| 2825 | for Emacs. | ||
| 2826 | |||
| 2827 | To solve this, you need to change your kernel to a version with this bug | ||
| 2828 | fixed, such as 6.14 or later. See associated Linux kernel fix: | ||
| 2829 | https://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. |