[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why emacs rendering is slow when encountering long lines?
From: |
Allan Streib |
Subject: |
Re: Why emacs rendering is slow when encountering long lines? |
Date: |
Sun, 20 Oct 2013 12:09:26 -0400 |
User-agent: |
Notmuch/0.16+80~g81ee785 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-openbsd) |
Jiaxin Cao <jiaxin.cao@gmail.com> writes:
> When I open a file containing long lines, it is not smooth to scroll up and
> down, even if the file is not large.
Have you tried enabling truncate-lines? I realize this is a matter of
subjective preference, but I generally prefer this for any programming
modes (I only wrap long lines for reading text e.g. email)
Allan