]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/PROBLEMS: Describe how to work around screen reader TAB issue
authorRobert Pluim <rpluim@gmail.com>
Mon, 21 Jul 2025 13:44:49 +0000 (15:44 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 26 Jul 2025 13:39:58 +0000 (15:39 +0200)
(cherry picked from commit cbfc095ed42be5fd2b848cb837b3340670fe9ef6)

etc/PROBLEMS

index 20fe9134da5b0e730d305eb4a60b75b8e43bad0c..b8a60b7e4c2a142d147b1fb0b92337ff2679a6ce 100644 (file)
@@ -2678,6 +2678,18 @@ terminals, for example, like this:
 This disables 'auto-composition-mode' on frames that display on
 terminals of this type.
 
+** Screen readers get confused about character position
+
+The Emacs display code sometimes emits TAB characters purely for motion
+on the terminal, even when those characters do not exist in the buffer.
+This can confuse screen reader software under certain terminal emulators
+(rxvt and vte have been cited).  Switching to destructive tabs by running
+
+    stty -tabs
+
+in the terminal before starting Emacs may mitigate this.  See also the
+discussion in Bug#78474 <https://debbugs.gnu.org/78474>.
+
 * Runtime problems specific to individual Unix variants
 
 ** GNU/Linux