]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/term.el (term-mode): FIXME comment about bidi reordering.
authorEli Zaretskii <eliz@gnu.org>
Sun, 26 Jun 2016 16:42:53 +0000 (19:42 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 26 Jun 2016 16:42:53 +0000 (19:42 +0300)
lisp/term.el

index 562d9b0487c90ab34c55d68d43a74049eccc6229..f477bccbe2ecdaf6f5c848e9f831a3bcfd496d61 100644 (file)
@@ -1101,6 +1101,12 @@ Entry to this mode runs the hooks on `term-mode-hook'."
   ;; Without the below setting, term-mode and ansi-term behave
   ;; sluggishly when the buffer includes a lot of whitespace
   ;; characters.
+  ;;
+  ;; There's a larger problem here with supporting bidirectional text:
+  ;; the application that writes to the terminal could have its own
+  ;; ideas about displaying bidirectional text, and might not want us
+  ;; reordering the text or deciding on base paragraph direction.  One
+  ;; such application is Emacs in TTY mode...  FIXME.
   (setq bidi-paragraph-direction 'left-to-right)
 
   (easy-menu-add term-terminal-menu)