X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/d6ec146ff9b66a1849932f90f3a5edade28d4579..54fe3b6ec0557941c5759523b36bfdec21003f77:/lisp/term.el diff --git a/lisp/term.el b/lisp/term.el index 28be8c8c53..87f600cdf7 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -4150,17 +4150,7 @@ the process. Any more args are arguments to PROGRAM." ;; .emacs ... (term-set-escape-char ?\C-x)) - (switch-to-buffer term-ansi-buffer-name) - ;; For some reason, without the below setting, ansi-term behaves - ;; sluggishly, not clear why, since the buffer is typically very - ;; small. - ;; - ;; 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)) + (switch-to-buffer term-ansi-buffer-name)) ;;; Serial terminals