view etc/nxml/00300-0036F.el @ 108656:0b28d05fa415

Initial reimplementation of calculating line edge positions in bidi lines. dispextern.h (struct glyph_row): New members minpos and maxpos. (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS) (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos and maxpos members instead of start.pos and end.pos, respectively. xdisp.c (display_line): Compare IT_CHARPOS with the position in row->start.pos, rather than with MATRIX_ROW_START_CHARPOS. (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS. (try_window_reusing_current_matrix, try_window_id): Use ROW->minpos rather than ROW->start.pos. (init_from_display_pos, init_iterator): Use EMACS_INT for character and byte positions. (find_row_edges): Renamed from find_row_end. Accept additional arguments for minimum and maximum buffer positions seen by display_line for this row. Don't use iterator to find the position following the maximum one; instead, increment the position found by display_line directly. (display_line): Record minimum and maximum buffer positions for glyphs in this row. Record the position of the newline that terminates the line. dispnew.c (increment_row_positions, check_matrix_invariants): Increment and check row->start.pos and row->end.pos, in addition to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 18 May 2010 18:22:15 +0300
parents c0b6c7303ea2
children ef719132ddfa
line wrap: on
line source

(nxml-define-char-name-set 'combining-diacritical-marks
  '(("COMBINING GRAVE ACCENT" #x0300)
    ("COMBINING ACUTE ACCENT" #x0301)
    ("COMBINING CIRCUMFLEX ACCENT" #x0302)
    ("COMBINING TILDE" #x0303)
    ("COMBINING MACRON" #x0304)
    ("COMBINING OVERLINE" #x0305)
    ("COMBINING BREVE" #x0306)
    ("COMBINING DOT ABOVE" #x0307)
    ("COMBINING DIAERESIS" #x0308)
    ("COMBINING HOOK ABOVE" #x0309)
    ("COMBINING RING ABOVE" #x030A)
    ("COMBINING DOUBLE ACUTE ACCENT" #x030B)
    ("COMBINING CARON" #x030C)
    ("COMBINING VERTICAL LINE ABOVE" #x030D)
    ("COMBINING DOUBLE VERTICAL LINE ABOVE" #x030E)
    ("COMBINING DOUBLE GRAVE ACCENT" #x030F)
    ("COMBINING CANDRABINDU" #x0310)
    ("COMBINING INVERTED BREVE" #x0311)
    ("COMBINING TURNED COMMA ABOVE" #x0312)
    ("COMBINING COMMA ABOVE" #x0313)
    ("COMBINING REVERSED COMMA ABOVE" #x0314)
    ("COMBINING COMMA ABOVE RIGHT" #x0315)
    ("COMBINING GRAVE ACCENT BELOW" #x0316)
    ("COMBINING ACUTE ACCENT BELOW" #x0317)
    ("COMBINING LEFT TACK BELOW" #x0318)
    ("COMBINING RIGHT TACK BELOW" #x0319)
    ("COMBINING LEFT ANGLE ABOVE" #x031A)
    ("COMBINING HORN" #x031B)
    ("COMBINING LEFT HALF RING BELOW" #x031C)
    ("COMBINING UP TACK BELOW" #x031D)
    ("COMBINING DOWN TACK BELOW" #x031E)
    ("COMBINING PLUS SIGN BELOW" #x031F)
    ("COMBINING MINUS SIGN BELOW" #x0320)
    ("COMBINING PALATALIZED HOOK BELOW" #x0321)
    ("COMBINING RETROFLEX HOOK BELOW" #x0322)
    ("COMBINING DOT BELOW" #x0323)
    ("COMBINING DIAERESIS BELOW" #x0324)
    ("COMBINING RING BELOW" #x0325)
    ("COMBINING COMMA BELOW" #x0326)
    ("COMBINING CEDILLA" #x0327)
    ("COMBINING OGONEK" #x0328)
    ("COMBINING VERTICAL LINE BELOW" #x0329)
    ("COMBINING BRIDGE BELOW" #x032A)
    ("COMBINING INVERTED DOUBLE ARCH BELOW" #x032B)
    ("COMBINING CARON BELOW" #x032C)
    ("COMBINING CIRCUMFLEX ACCENT BELOW" #x032D)
    ("COMBINING BREVE BELOW" #x032E)
    ("COMBINING INVERTED BREVE BELOW" #x032F)
    ("COMBINING TILDE BELOW" #x0330)
    ("COMBINING MACRON BELOW" #x0331)
    ("COMBINING LOW LINE" #x0332)
    ("COMBINING DOUBLE LOW LINE" #x0333)
    ("COMBINING TILDE OVERLAY" #x0334)
    ("COMBINING SHORT STROKE OVERLAY" #x0335)
    ("COMBINING LONG STROKE OVERLAY" #x0336)
    ("COMBINING SHORT SOLIDUS OVERLAY" #x0337)
    ("COMBINING LONG SOLIDUS OVERLAY" #x0338)
    ("COMBINING RIGHT HALF RING BELOW" #x0339)
    ("COMBINING INVERTED BRIDGE BELOW" #x033A)
    ("COMBINING SQUARE BELOW" #x033B)
    ("COMBINING SEAGULL BELOW" #x033C)
    ("COMBINING X ABOVE" #x033D)
    ("COMBINING VERTICAL TILDE" #x033E)
    ("COMBINING DOUBLE OVERLINE" #x033F)
    ("COMBINING GRAVE TONE MARK" #x0340)
    ("COMBINING ACUTE TONE MARK" #x0341)
    ("COMBINING GREEK PERISPOMENI" #x0342)
    ("COMBINING GREEK KORONIS" #x0343)
    ("COMBINING GREEK DIALYTIKA TONOS" #x0344)
    ("COMBINING GREEK YPOGEGRAMMENI" #x0345)
    ("COMBINING BRIDGE ABOVE" #x0346)
    ("COMBINING EQUALS SIGN BELOW" #x0347)
    ("COMBINING DOUBLE VERTICAL LINE BELOW" #x0348)
    ("COMBINING LEFT ANGLE BELOW" #x0349)
    ("COMBINING NOT TILDE ABOVE" #x034A)
    ("COMBINING HOMOTHETIC ABOVE" #x034B)
    ("COMBINING ALMOST EQUAL TO ABOVE" #x034C)
    ("COMBINING LEFT RIGHT ARROW BELOW" #x034D)
    ("COMBINING UPWARDS ARROW BELOW" #x034E)
    ("COMBINING GRAPHEME JOINER" #x034F)
    ("COMBINING DOUBLE TILDE" #x0360)
    ("COMBINING DOUBLE INVERTED BREVE" #x0361)
    ("COMBINING DOUBLE RIGHTWARDS ARROW BELOW" #x0362)
    ("COMBINING LATIN SMALL LETTER A" #x0363)
    ("COMBINING LATIN SMALL LETTER E" #x0364)
    ("COMBINING LATIN SMALL LETTER I" #x0365)
    ("COMBINING LATIN SMALL LETTER O" #x0366)
    ("COMBINING LATIN SMALL LETTER U" #x0367)
    ("COMBINING LATIN SMALL LETTER C" #x0368)
    ("COMBINING LATIN SMALL LETTER D" #x0369)
    ("COMBINING LATIN SMALL LETTER H" #x036A)
    ("COMBINING LATIN SMALL LETTER M" #x036B)
    ("COMBINING LATIN SMALL LETTER R" #x036C)
    ("COMBINING LATIN SMALL LETTER T" #x036D)
    ("COMBINING LATIN SMALL LETTER V" #x036E)
    ("COMBINING LATIN SMALL LETTER X" #x036F)
    ))

;; arch-tag: a3b46b6e-38fc-4043-b7f5-92a3591e2e47