Christer Borang <mort(a)dtek.chalmers.se> writes:
#5 0x9cb60 in assert_failed (file=0x2571e8 "indent.c",
line=577,
expr=0x257360 "elt >= 0") at emacs.c:2608
The code in question is
elt = point_in_line_start_cache (w, orig, (vtarget < 0
? -vtarget
: vtarget));
/* #### This assertion must be true before the if statements are hit
but may possibly be wrong after the call to
point_in_line_start_cache if orig is outside of the visible
region of the buffer. Handle this. */
assert (elt >= 0);
There is a line_start_cache related fix in 21.1.2., I suggest you
upgrade. When you see it there, please report again.
Jan