bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#2314: Crash with word-wrap and wrap-prefix


From: Chong Yidong
Subject: bug#2314: Crash with word-wrap and wrap-prefix
Date: Sat, 14 Feb 2009 09:31:36 -0500

> I was trying to report a weirdness of a long wrap-prefix with non-nil
> word-wrap but got a crash.

Looks like the iterator stack is overflowing, i.e. the line

  xassert (it->sp < IT_STACK_SIZE);

in push_it would have been triggered, if the assertions were enabled.
I'll see if I can come up with a fix.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]