# HG changeset patch # User Kenichi Handa # Date 960253817 0 # Node ID 9f4660c2f1b934b3d24cc381ff8837a270327b06 # Parent 348aa1a6a06269dd3ca9a91126071c44e17f0bcb (display_line): While checking line continuation, pay attention to a padding glyph. diff -r 348aa1a6a062 -r 9f4660c2f1b9 src/xdisp.c --- a/src/xdisp.c Tue Jun 06 01:08:19 2000 +0000 +++ b/src/xdisp.c Tue Jun 06 01:10:17 2000 +0000 @@ -11319,6 +11319,8 @@ for (i = 0; i < nglyphs; ++i, x = new_x) { glyph = row->glyphs[TEXT_AREA] + n_glyphs_before + i; + if (CHAR_GLYPH_PADDING_P (*glyph)) + continue; new_x = x + glyph->pixel_width; if (/* Lines are continued. */