GNU bug report logs - #14051
Fwd: 24.3; Slow scrolling in term modes

Previous Next

Package: emacs;

Reported by: Bryan Bishop <bryanjbishop <at> yahoo.com>

Date: Mon, 25 Mar 2013 15:00:03 UTC

Severity: normal

Tags: moreinfo

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 14051 <at> debbugs.gnu.org (full text, mbox):

From: Phil Sainty <psainty <at> orcon.net.nz>
To: Stefan Kangas <stefan <at> marxist.se>
Cc: 14051 <at> debbugs.gnu.org, Bryan Bishop <bryanjbishop <at> yahoo.com>
Subject: Re: bug#14051: Fwd: 24.3; Slow scrolling in term modes
Date: Tue, 01 Oct 2019 10:35:28 +1300
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





This bug report was last modified 3 years and 242 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.