From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: emacs-24.1.1 slow scrolling in Fundamental mode with font lock disabled
Date: Mon, 12 Nov 2012 18:29:27 +0200 [thread overview]
Message-ID: <83fw4ewzrs.fsf@gnu.org> (raw)
In-Reply-To: <k7r7qk$5fd$1@ger.gmane.org>
> From: Maxim Yegorushkin <maxim.yegorushkin@gmail.com>
> Date: Mon, 12 Nov 2012 16:23:50 +0000
>
> > Does scrolling become faster if you type this:
> >
> > M-x set-variable RET bidi-paragraph-direction RET left-to-right RET
> >
> > If it does,
>
> It does indeed fixes the problem.
>
> > then I believe this is an inefficiency in the
> > bidirectional display engine that is already fixed in the development
> > sources, and will be part of the upcoming Emacs 24.3 release. If you
> > can try the development sources, I think you should see that this
> > problem is gone.
>
> Thanks a lot Eli. I will stick this customization in .emacs for now.
If you never expect to have to display bidirectional scripts, like
Arabic, you can make that the default:
(setq-default bidi-paragraph-direction 'left-to-right)
prev parent reply other threads:[~2012-11-12 16:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-12 12:49 emacs-24.1.1 slow scrolling in Fundamental mode with font lock disabled Maxim Yegorushkin
2012-11-12 14:33 ` Peter Dyballa
2012-11-12 15:44 ` Maxim Yegorushkin
2012-11-12 16:19 ` Eli Zaretskii
2012-11-12 16:23 ` Maxim Yegorushkin
2012-11-12 16:29 ` Eli Zaretskii [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83fw4ewzrs.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.