# HG changeset patch # User Richard M. Stallman # Date 1104256371 0 # Node ID 7ef09783129b42859396be181d9b8e83d43490ba # Parent 7b050423ba52b4b9ed7eedf021529ab3a8201f74 (back_to_previous_visible_line_start): Don't call handle_display_prop. diff -r 7b050423ba52 -r 7ef09783129b src/xdisp.c --- a/src/xdisp.c Tue Dec 28 17:41:10 2004 +0000 +++ b/src/xdisp.c Tue Dec 28 17:52:51 2004 +0000 @@ -4598,6 +4598,9 @@ visible_p = 0; } +#if 0 + /* Commenting this out fixes the bug described in + http://www.math.ku.dk/~larsh/emacs/emacs-loops-on-large-images/test-case.txt. */ if (visible_p) { struct it it2 = *it; @@ -4605,6 +4608,7 @@ if (handle_display_prop (&it2) == HANDLED_RETURN) visible_p = 0; } +#endif /* Back one more newline if the current one is invisible. */ if (!visible_p)