bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#14051: Fwd: 24.3; Slow scrolling in term modes


From: Phil Sainty
Subject: bug#14051: Fwd: 24.3; Slow scrolling in term modes
Date: Tue, 01 Oct 2019 10:35:28 +1300
User-agent: Orcon Webmail

If this bug is still about Emacs 24, does the following help?

 ;; Terminal buffer configuration.
 (add-hook 'term-mode-hook 'my-term-mode-hook)
 (defun my-term-mode-hook ()
   ;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=20611
   (setq bidi-paragraph-direction 'left-to-right))

You would only need to use this hook for Emacs 24.x -- this
particular issue was dealt with by default in Emacs 25+.


-Phil






reply via email to

[Prev in Thread] Current Thread [Next in Thread]