GNU bug report logs -
#11943
24.1.50; Emacs unusably slow when looking at large files (bidi support at fault)
Previous Next
Reported by: Dima Kogan <dima <at> secretsauce.net>
Date: Sun, 15 Jul 2012 00:57:01 UTC
Severity: normal
Found in version 24.1.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Eli Zaretskii wrote:
[...]
> What is the major mode in the buffer where you see this? I mean the
> real-life example where you bumped into this, not the 'snippet' file
> produced by the above.
This appears to be an issue with buffers that have no strongly
R2L or L2R characters near point-min.
emacs -Q
C-x b *tmp* RET
M-x fundamental-mode RET
M-: (dotimes (i 100000) (insert "1\n")) RET
M-<
next-line now has a noticeable delay (especially when holding
down next-line, display doesn't update the cursor position).
Now insert an 'a' somewhere near the beginning of the buffer,
display updates appear instantaneous again. If we instead go to
the end of the buffer and insert an 'a', no such change in the
response occurs.
Cheers,
Lawrence
--
Lawrence Mitchell <wence <at> gmx.li>
This bug report was last modified 12 years and 314 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.