aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorEli Zaretskii2024-02-24 06:35:16 -0500
committerEli Zaretskii2024-02-24 06:35:16 -0500
commit229b3edb072de490f458cf986bf34bc1ffc87837 (patch)
treed148b6d64bbda32d2929f24b2f96b390f61a0248 /etc/PROBLEMS
parenteeb89a5cb292bffe40ba7d0b0cf81f82f8452bf8 (diff)
parent01ebc95114fe89ef623bc7ebdd3c3e1b9ef06b4e (diff)
downloademacs-229b3edb072de490f458cf986bf34bc1ffc87837.tar.gz
emacs-229b3edb072de490f458cf986bf34bc1ffc87837.zip
Merge from origin/emacs-29
01ebc95114f Fix 'help-quick-toggle' afe49c7e2a2 ; * admin/authors.el (authors-aliases): Fix last change. 8b1f10f8cf4 ; Normalize Morgan Smith's attributions. 70cf4b694b3 ; * etc/PROBLEMS: Describe input lags due to GTK IM (bug#... f28a557c7d4 * doc/lispref/modes.texi (Tabulated List Mode): Update. d6131b5902a * lisp/net/tramp.el (tramp-methods): Fix typo in docstrin... 2eb85a9de1a ; * lisp/emacs-lisp/pcase.el (pcase-let*, pcase-let): Ano... 4c6653f23ae ; * lisp/emacs-lisp/pcase.el (pcase-let*, pcase-let): Doc... 5a64d2c7595 java-ts-mode: Indentation for opening brace on a separate... 9e56bd5ed87 Removed decommissioned PGP keyservers e56f0ef51bf org: Fix security prompt for downloading remote resource 65ba3274652 Revert "Update to Org 9.6.19" 07a392f445e Update to Org 9.6.19
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS15
1 files changed, 13 insertions, 2 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index d3c7e17b2f1..19456640299 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -432,7 +432,7 @@ than the corresponding .el file.
432Alternatively, if you set the option 'load-prefer-newer' non-nil, 432Alternatively, if you set the option 'load-prefer-newer' non-nil,
433Emacs will load whichever version of a file is the newest. 433Emacs will load whichever version of a file is the newest.
434 434
435*** Watch out for the EMACSLOADPATH environment variable 435*** Watch out for the EMACSLOADPATH environment variable.
436 436
437EMACSLOADPATH overrides which directories the function "load" will search. 437EMACSLOADPATH overrides which directories the function "load" will search.
438 438
@@ -441,7 +441,7 @@ environment.
441 441
442** Keyboard problems 442** Keyboard problems
443 443
444*** PGTK build of Emacs running on Wayland doesn't recognize Hyper modifier 444*** PGTK build of Emacs running on Wayland doesn't recognize Hyper modifier.
445 445
446If you arrange for the Wayland compositor to send the Hyper key 446If you arrange for the Wayland compositor to send the Hyper key
447modifier (e.g., via XKB customizations), the Hyper modifier will still 447modifier (e.g., via XKB customizations), the Hyper modifier will still
@@ -452,6 +452,17 @@ Since GDK 3.x is no longer developed, this bug in GDK will probably
452never be solved. And the Emacs PGTK build cannot yet support GTK4, 452never be solved. And the Emacs PGTK build cannot yet support GTK4,
453where this problem is reportedly solved. 453where this problem is reportedly solved.
454 454
455*** Emacs built with GTK lags in its response to keyboard input.
456This can happen when input methods are used. It happens because Emacs
457behaves in an unconventional way with respect to GTK input methods: it
458registers to receive keyboard input as unprocessed key events with
459metadata (as opposed to receiving them as text strings). Most GTK
460programs use the latter approach, so some modern input methods have
461bugs and misbehave when faced with the way Emacs does it.
462
463A workaround is to set GTK_IM_MODULE=none in the environment, or maybe
464find a different input method without these problems.
465
455*** Unable to enter the M-| key on some German keyboards. 466*** Unable to enter the M-| key on some German keyboards.
456Some users have reported that M-| suffers from "keyboard ghosting". 467Some users have reported that M-| suffers from "keyboard ghosting".
457This can't be fixed by Emacs, as the keypress never gets passed to it 468This can't be fixed by Emacs, as the keypress never gets passed to it