Klaus Zeitler <[EMAIL PROTECTED]> writes: > Sorry for the late response, I have been on vacation. I think we're talking > about the following patch: > > *** emacs/src/xdisp.c.~1.1130.~ 2006-11-26 16:47:55.000000000 -0500 > --- emacs/src/xdisp.c 2006-11-30 14:03:33.000000000 -0500 > *************** > *** 6828,6834 **** > break; > > case MOVE_LINE_CONTINUED: > ! it->continuation_lines_width += it->current_x; > break; > > default: > --- 6828,6835 ---- > break; > > case MOVE_LINE_CONTINUED: > ! it->continuation_lines_width += > ! (it->c == '\t') ? it->last_visible_x : it->current_x; > break; > > default: > > > Yesterday I fetched the newest CVS version and for me it doesn't work without > this patch.
Thanks. Chong, will you install your patch? -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
